[==========] 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:21.248836   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:35173,127.0.197.61:36451,127.0.197.60:46121
I20260630 12:34:21.250766   788 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:21.251827   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:21.268435   795 instance_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:21.268558   797 instance_detector.cc: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:21.270995   788 server_base.cc:1061] running on GCE node
W20260630 12:34:21.268985   794 instance_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:22.489116   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.489352   788 system_unsync_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.489609   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822862489587 us; error 0 us; skew 500 ppm
I20260630 12:34:22.490418   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.495998   788 webserver.cc:533] Webserver started at http://127.0.197.62:38835/ using document root <none> and password file <none>
I20260630 12:34:22.496759   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.496961   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.497367   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.503266   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "61f23530559340d8bf0c43453035e9a8"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.511579   788 fs_manager.cc:696] Time spent creating directory manager: real 0.008s	user 0.005s	sys 0.003s
I20260630 12:34:22.516893   803 log_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.518210   788 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:34:22.518563   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "61f23530559340d8bf0c43453035e9a8"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.518868   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:22.572945   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.574538   788 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:22.575042   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.647100   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:35173
I20260630 12:34:22.647161   854 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:35173 every 8 connection(s)
I20260630 12:34:22.653285   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:22.655069   855 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:22.660038   857 instance_detector.cc: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.661491   858 instance_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.664942   860 instance_detector.cc: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.665701   788 server_base.cc:1061] running on GCE node
I20260630 12:34:22.666482   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.666695   788 system_unsync_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.666884   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822862666866 us; error 0 us; skew 500 ppm
I20260630 12:34:22.667433   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.671403   788 webserver.cc:533] Webserver started at http://127.0.197.61:41935/ using document root <none> and password file <none>
I20260630 12:34:22.671911   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.672139   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.672416   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.673580   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root/instance:
uuid: "aa8487b2c2da4887a4db38d3807dac23"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.676954   855 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.679139   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:34:22.684566   866 log_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.685614   788 fs_manager.cc:730] Time spent opening block manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:34:22.686074   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
uuid: "aa8487b2c2da4887a4db38d3807dac23"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.686602   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:22.704101   855 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.706750   807 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.61:36451: connect: Connection refused (error 111)
I20260630 12:34:22.707949   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.709266   788 kserver.cc:163] Server-wide thread pool size limit: 3276
W20260630 12:34:22.711791   855 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.61:36451: Network error: Client connection negotiation failed: client connection to 127.0.197.61:36451: connect: Connection refused (error 111)
I20260630 12:34:22.761904   855 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } attempt: 1
W20260630 12:34:22.766527   855 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.61:36451: Network error: Client connection negotiation failed: client connection to 127.0.197.61:36451: connect: Connection refused (error 111)
I20260630 12:34:22.785845   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.61:36451
I20260630 12:34:22.786034   919 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.61:36451 every 8 connection(s)
I20260630 12:34:22.791965   920 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:22.792035   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:22.799201   922 instance_detector.cc: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.800966   923 instance_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:22.802331   920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.803509   925 instance_detector.cc: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.804674   788 server_base.cc:1061] running on GCE node
I20260630 12:34:22.806206   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:22.806480   788 system_unsync_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.806684   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822862806667 us; error 0 us; skew 500 ppm
I20260630 12:34:22.807387   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:22.810721   788 webserver.cc:533] Webserver started at http://127.0.197.60:41441/ using document root <none> and password file <none>
I20260630 12:34:22.811286   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:22.811483   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:22.811782   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:22.813333   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root/instance:
uuid: "201be2ec46ab4936a606faf9cfa878b2"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.816306   920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.820561   788 fs_manager.cc:696] Time spent creating directory manager: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:22.825357   932 log_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.826372   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:22.826768   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
uuid: "201be2ec46ab4936a606faf9cfa878b2"
format_stamp: "Formatted at 2026-06-30 12:34:22 on dist-test-slave-0dvn"
I20260630 12:34:22.827060   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:22.829908   920 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.835124   855 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } attempt: 2
W20260630 12:34:22.838111   920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:46121: Network error: Client connection negotiation failed: client connection to 127.0.197.60:46121: connect: Connection refused (error 111)
I20260630 12:34:22.845636   855 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:22.850117   855 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:46121: Network error: Client connection negotiation failed: client connection to 127.0.197.60:46121: connect: Connection refused (error 111)
I20260630 12:34:22.855711   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:22.856946   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:22.881698   855 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } attempt: 1
I20260630 12:34:22.881767   920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } attempt: 1
W20260630 12:34:22.887681   920 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:46121: Network error: Client connection negotiation failed: client connection to 127.0.197.60:46121: connect: Connection refused (error 111)
W20260630 12:34:22.888312   855 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:46121: Network error: Client connection negotiation failed: client connection to 127.0.197.60:46121: connect: Connection refused (error 111)
I20260630 12:34:22.927907   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.60:46121
I20260630 12:34:22.928028   984 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.60:46121 every 8 connection(s)
I20260630 12:34:22.931944   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:22.932850   985 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:22.938258   985 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.950251   985 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.955818   855 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } attempt: 2
I20260630 12:34:22.960531   985 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:22.963871   920 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } attempt: 2
I20260630 12:34:22.980139   855 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: Bootstrap starting.
I20260630 12:34:22.982602   985 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: Bootstrap starting.
I20260630 12:34:22.985394   920 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23: Bootstrap starting.
I20260630 12:34:22.988133   985 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.988627   855 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.990283   985 log.cc:826] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: Log is configured to *not* fsync() on all Append() calls
I20260630 12:34:22.992024   920 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:22.996562   985 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: No bootstrap required, opened a new log
I20260630 12:34:22.998132   855 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: No bootstrap required, opened a new log
I20260630 12:34:22.999552   920 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23: No bootstrap required, opened a new log
I20260630 12:34:23.015551   920 raft_consensus.cc:359] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.015550   985 raft_consensus.cc:359] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.015952   855 raft_consensus.cc:359] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.016623   920 raft_consensus.cc:385] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.016712   985 raft_consensus.cc:385] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.016748   855 raft_consensus.cc:385] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:23.017010   920 raft_consensus.cc:740] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: aa8487b2c2da4887a4db38d3807dac23, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.017153   985 raft_consensus.cc:740] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 201be2ec46ab4936a606faf9cfa878b2, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.017233   855 raft_consensus.cc:740] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 61f23530559340d8bf0c43453035e9a8, State: Initialized, Role: FOLLOWER
I20260630 12:34:23.018177   920 consensus_queue.cc:260] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.018186   985 consensus_queue.cc:260] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.018186   855 consensus_queue.cc:260] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.021937   920 sys_catalog.cc:565] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.021646   994 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [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: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.022569   994 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.026645   995 sys_catalog.cc:455] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [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: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.027257   995 sys_catalog.cc:458] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.029201   985 sys_catalog.cc:565] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:23.029778   996 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [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: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.030735   996 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.030912   855 sys_catalog.cc:565] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: configured and running, proceeding with master startup.
W20260630 12:34:23.080651   809 tablet.cc:2406] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:34:23.081724  1026 catalog_manager.cc:805] Waiting for catalog manager background task thread to start: Service unavailable: Catalog manager is not initialized. State: Starting
I20260630 12:34:23.083828   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
I20260630 12:34:23.084125   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:23.086145   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:23.090178  1029 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:23.090538  1029 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:23.091806  1028 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:23.092140  1028 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:23.097579  1032 instance_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:23.096194  1031 instance_detector.cc: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:23.100874  1034 instance_detector.cc: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:23.101747   788 server_base.cc:1061] running on GCE node
I20260630 12:34:23.102587   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.102816   788 system_unsync_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:23.103006   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822863102989 us; error 0 us; skew 500 ppm
I20260630 12:34:23.103499   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.106626   788 webserver.cc:533] Webserver started at http://127.0.197.1:46565/ using document root <none> and password file <none>
I20260630 12:34:23.107097   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.107309   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.107604   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.108682   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "f39f1a6efb0949b582d869569876474a"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.113606   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:34:23.117244  1039 log_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:23.118147   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:23.118439   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "f39f1a6efb0949b582d869569876474a"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.118716   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:23.154696   994 raft_consensus.cc:493] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:23.155328   994 raft_consensus.cc:515] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.158010   994 leader_election.cc:290] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 61f23530559340d8bf0c43453035e9a8 (127.0.197.62:35173), 201be2ec46ab4936a606faf9cfa878b2 (127.0.197.60:46121)
I20260630 12:34:23.159271   830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "aa8487b2c2da4887a4db38d3807dac23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61f23530559340d8bf0c43453035e9a8" is_pre_election: true
I20260630 12:34:23.159741   960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "aa8487b2c2da4887a4db38d3807dac23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "201be2ec46ab4936a606faf9cfa878b2" is_pre_election: true
I20260630 12:34:23.160167   830 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate aa8487b2c2da4887a4db38d3807dac23 in term 0.
I20260630 12:34:23.160429   960 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate aa8487b2c2da4887a4db38d3807dac23 in term 0.
I20260630 12:34:23.162060   870 leader_election.cc:304] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 201be2ec46ab4936a606faf9cfa878b2, aa8487b2c2da4887a4db38d3807dac23; no voters: 
I20260630 12:34:23.162930   994 raft_consensus.cc:2804] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:23.163312   994 raft_consensus.cc:493] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:23.163656   994 raft_consensus.cc:3060] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.164240   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.165673   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.168303   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.170714   994 raft_consensus.cc:515] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.172628   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.172932   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.173210   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.173499   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:23.173512   830 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "aa8487b2c2da4887a4db38d3807dac23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "61f23530559340d8bf0c43453035e9a8"
I20260630 12:34:23.174168   830 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.174629   960 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "aa8487b2c2da4887a4db38d3807dac23" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "201be2ec46ab4936a606faf9cfa878b2"
I20260630 12:34:23.175169   960 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:23.181842   960 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate aa8487b2c2da4887a4db38d3807dac23 in term 1.
I20260630 12:34:23.183650   870 leader_election.cc:304] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 201be2ec46ab4936a606faf9cfa878b2, aa8487b2c2da4887a4db38d3807dac23; no voters: 
I20260630 12:34:23.183809   830 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate aa8487b2c2da4887a4db38d3807dac23 in term 1.
I20260630 12:34:23.186040   994 leader_election.cc:290] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [CANDIDATE]: Term 1 election: Requested vote from peers 61f23530559340d8bf0c43453035e9a8 (127.0.197.62:35173), 201be2ec46ab4936a606faf9cfa878b2 (127.0.197.60:46121)
I20260630 12:34:23.186864   994 raft_consensus.cc:2804] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:23.187539   994 raft_consensus.cc:697] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 1 LEADER]: Becoming Leader. State: Replica: aa8487b2c2da4887a4db38d3807dac23, State: Running, Role: LEADER
I20260630 12:34:23.189002   994 consensus_queue.cc:237] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } }
I20260630 12:34:23.202756  1047 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: SysCatalogTable state changed. Reason: New leader aa8487b2c2da4887a4db38d3807dac23. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.203954  1047 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.207711  1050 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:23.217839  1050 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:23.244277   960 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 1 FOLLOWER]: Refusing update from remote peer aa8487b2c2da4887a4db38d3807dac23: 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:23.246579  1047 consensus_queue.cc:1048] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 }, 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.256443   830 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 1 FOLLOWER]: Refusing update from remote peer aa8487b2c2da4887a4db38d3807dac23: 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:23.259095   994 consensus_queue.cc:1048] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [LEADER]: Connected to new peer: Peer: permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:23.276659   995 sys_catalog.cc:455] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: SysCatalogTable state changed. Reason: New leader aa8487b2c2da4887a4db38d3807dac23. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.277469   995 sys_catalog.cc:458] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.282357   996 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader aa8487b2c2da4887a4db38d3807dac23. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.283106   996 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.287595  1062 mvcc.cc:204] Tried to move back new op lower bound from 7302442447820857344 to 7302442447637950464. Current Snapshot: MvccSnapshot[applied={T|T < 7302442447820857344}]
I20260630 12:34:23.294659   994 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.295446   994 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.296150   994 sys_catalog.cc:455] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.296823   994 sys_catalog.cc:458] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:23.303275  1050 catalog_manager.cc:1383] Generated new cluster ID: 957228a6df4549d18f4185ff9e5b7982
I20260630 12:34:23.303987  1050 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:23.305136   996 sys_catalog.cc:455] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.305898   996 sys_catalog.cc:458] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.315124   995 sys_catalog.cc:455] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "aa8487b2c2da4887a4db38d3807dac23" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "61f23530559340d8bf0c43453035e9a8" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 35173 } } peers { permanent_uuid: "aa8487b2c2da4887a4db38d3807dac23" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36451 } } peers { permanent_uuid: "201be2ec46ab4936a606faf9cfa878b2" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 46121 } } }
I20260630 12:34:23.316224   995 sys_catalog.cc:458] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:23.365264  1050 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:23.367417  1050 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:23.402164  1050 catalog_manager.cc:6070] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23: Generated new TSK 0
I20260630 12:34:23.403515  1050 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:23.409271   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:43331
I20260630 12:34:23.409559  1112 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:43331 every 8 connection(s)
I20260630 12:34:23.441524  1113 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36451
I20260630 12:34:23.442051  1113 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.443490  1113 heartbeater.cc:507] Master 127.0.197.61:36451 requested a full tablet report, sending...
I20260630 12:34:23.447201   885 ts_manager.cc:194] Registered new tserver with Master: f39f1a6efb0949b582d869569876474a (127.0.197.1:43331)
I20260630 12:34:23.450935  1114 heartbeater.cc:344] Connected to a master server at 127.0.197.60:46121
I20260630 12:34:23.451339  1114 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.452328  1114 heartbeater.cc:507] Master 127.0.197.60:46121 requested a full tablet report, sending...
I20260630 12:34:23.455516   950 ts_manager.cc:194] Registered new tserver with Master: f39f1a6efb0949b582d869569876474a (127.0.197.1:43331)
I20260630 12:34:23.458077   885 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57520
I20260630 12:34:23.462165  1116 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35173
I20260630 12:34:23.462590  1116 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.463318  1116 heartbeater.cc:507] Master 127.0.197.62:35173 requested a full tablet report, sending...
I20260630 12:34:23.464423   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:23.466176   820 ts_manager.cc:194] Registered new tserver with Master: f39f1a6efb0949b582d869569876474a (127.0.197.1:43331)
W20260630 12:34:23.473050  1119 instance_detector.cc: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:23.474086  1120 instance_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:23.477600  1122 instance_detector.cc: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:23.479123   788 server_base.cc:1061] running on GCE node
I20260630 12:34:23.480113   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.480345   788 system_unsync_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:23.480528   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822863480511 us; error 0 us; skew 500 ppm
I20260630 12:34:23.481050   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.483780   788 webserver.cc:533] Webserver started at http://127.0.197.2:39709/ using document root <none> and password file <none>
I20260630 12:34:23.484270   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.484488   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.484767   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.485893   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "85b105b5721a49d5bc39982cd8b6559f"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.490520   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:34:23.494038  1127 log_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:23.494994   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:34:23.495337   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "85b105b5721a49d5bc39982cd8b6559f"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.495697   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:23.524067   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.525748   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.527565   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.530692   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.530949   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.531263   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.531476   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.617075   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:42315
I20260630 12:34:23.617154  1189 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:42315 every 8 connection(s)
I20260630 12:34:23.650370  1191 heartbeater.cc:344] Connected to a master server at 127.0.197.60:46121
I20260630 12:34:23.650840  1191 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.651938  1191 heartbeater.cc:507] Master 127.0.197.60:46121 requested a full tablet report, sending...
I20260630 12:34:23.652082   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:23.655905   950 ts_manager.cc:194] Registered new tserver with Master: 85b105b5721a49d5bc39982cd8b6559f (127.0.197.2:42315)
I20260630 12:34:23.671041  1190 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36451
I20260630 12:34:23.671474  1190 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.672544  1190 heartbeater.cc:507] Master 127.0.197.61:36451 requested a full tablet report, sending...
I20260630 12:34:23.675148   885 ts_manager.cc:194] Registered new tserver with Master: 85b105b5721a49d5bc39982cd8b6559f (127.0.197.2:42315)
I20260630 12:34:23.676447  1192 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35173
I20260630 12:34:23.676860  1192 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.677004   885 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45294
I20260630 12:34:23.677901  1192 heartbeater.cc:507] Master 127.0.197.62:35173 requested a full tablet report, sending...
W20260630 12:34:23.676025  1197 instance_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:23.680891   820 ts_manager.cc:194] Registered new tserver with Master: 85b105b5721a49d5bc39982cd8b6559f (127.0.197.2:42315)
W20260630 12:34:23.682600  1198 instance_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:23.687194  1200 instance_detector.cc: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:23.688000   788 server_base.cc:1061] running on GCE node
I20260630 12:34:23.689324   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:23.689618   788 system_unsync_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:23.689833   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822863689817 us; error 0 us; skew 500 ppm
I20260630 12:34:23.690475   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:23.693271   788 webserver.cc:533] Webserver started at http://127.0.197.3:45101/ using document root <none> and password file <none>
I20260630 12:34:23.693888   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:23.694137   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:23.694468   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:23.695909   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "e774d3cf88334a42a118aedc72a2243f"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.701538   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:23.705796  1205 log_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:23.706650   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:34:23.707018   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "e774d3cf88334a42a118aedc72a2243f"
format_stamp: "Formatted at 2026-06-30 12:34:23 on dist-test-slave-0dvn"
I20260630 12:34:23.707366   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing.1782822861066773-788-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:23.721148   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:23.722889   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:23.725452   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:23.729336   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:23.729635   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:23.729918   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:23.730123   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:23.817703   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:39933
I20260630 12:34:23.817850  1267 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:39933 every 8 connection(s)
I20260630 12:34:23.854977  1268 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36451
I20260630 12:34:23.855398  1268 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.856449  1268 heartbeater.cc:507] Master 127.0.197.61:36451 requested a full tablet report, sending...
I20260630 12:34:23.858664  1269 heartbeater.cc:344] Connected to a master server at 127.0.197.60:46121
I20260630 12:34:23.858794   885 ts_manager.cc:194] Registered new tserver with Master: e774d3cf88334a42a118aedc72a2243f (127.0.197.3:39933)
I20260630 12:34:23.859287  1269 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.860615  1269 heartbeater.cc:507] Master 127.0.197.60:46121 requested a full tablet report, sending...
I20260630 12:34:23.860671   885 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45296
I20260630 12:34:23.864719   950 ts_manager.cc:194] Registered new tserver with Master: e774d3cf88334a42a118aedc72a2243f (127.0.197.3:39933)
I20260630 12:34:23.868554  1271 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35173
I20260630 12:34:23.868956  1271 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:23.869671  1271 heartbeater.cc:507] Master 127.0.197.62:35173 requested a full tablet report, sending...
I20260630 12:34:23.872495   820 ts_manager.cc:194] Registered new tserver with Master: e774d3cf88334a42a118aedc72a2243f (127.0.197.3:39933)
I20260630 12:34:23.872561   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.007916539s
I20260630 12:34:24.096276  1028 catalog_manager.cc:1295] Loaded cluster ID: 957228a6df4549d18f4185ff9e5b7982
I20260630 12:34:24.096596  1028 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: loading cluster ID for follower catalog manager: success
I20260630 12:34:24.096788  1029 catalog_manager.cc:1295] Loaded cluster ID: 957228a6df4549d18f4185ff9e5b7982
I20260630 12:34:24.097090  1029 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: loading cluster ID for follower catalog manager: success
I20260630 12:34:24.101879  1028 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: acquiring CA information for follower catalog manager: success
I20260630 12:34:24.104048  1029 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: acquiring CA information for follower catalog manager: success
I20260630 12:34:24.105639  1028 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:24.109450  1029 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:24.461947  1113 heartbeater.cc:499] Master 127.0.197.61:36451 was elected leader, sending a full tablet report...
I20260630 12:34:24.680063  1190 heartbeater.cc:499] Master 127.0.197.61:36451 was elected leader, sending a full tablet report...
I20260630 12:34:24.863917  1268 heartbeater.cc:499] Master 127.0.197.61:36451 was elected leader, sending a full tablet report...
I20260630 12:34:25.078176  1023 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:25.254065   885 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45308:
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:25.328239  1233 tablet_service.cc:1511] Processing CreateTablet for tablet d7bc3c95bdc9488c995e71053d9b7397 (DEFAULT_TABLE table=test-workload [id=9d2c093e12414d5b8f38f9952d01366f]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:34:25.330256  1233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d7bc3c95bdc9488c995e71053d9b7397. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.340458  1155 tablet_service.cc:1511] Processing CreateTablet for tablet ec654956f4a3454bbad7a2b2fcc01863 (DEFAULT_TABLE table=test-workload [id=9d2c093e12414d5b8f38f9952d01366f]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:34:25.341969  1155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ec654956f4a3454bbad7a2b2fcc01863. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.344013  1071 tablet_service.cc:1511] Processing CreateTablet for tablet b3a4091f5a554ffb8e819e934732375e (DEFAULT_TABLE table=test-workload [id=9d2c093e12414d5b8f38f9952d01366f]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:34:25.345119  1071 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b3a4091f5a554ffb8e819e934732375e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.351823  1070 tablet_service.cc:1511] Processing CreateTablet for tablet fa4c337cab3c4ddb9f5de81d7f1b15c8 (DEFAULT_TABLE table=test-workload [id=9d2c093e12414d5b8f38f9952d01366f]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:34:25.353201  1070 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fa4c337cab3c4ddb9f5de81d7f1b15c8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:25.364008  1305 tablet_bootstrap.cc:492] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: Bootstrap starting.
I20260630 12:34:25.365325  1303 tablet_bootstrap.cc:492] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: Bootstrap starting.
I20260630 12:34:25.366279  1304 tablet_bootstrap.cc:492] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: Bootstrap starting.
I20260630 12:34:25.373248  1305 tablet_bootstrap.cc:654] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.374105  1304 tablet_bootstrap.cc:654] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.375722  1303 tablet_bootstrap.cc:654] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.380335  1304 tablet_bootstrap.cc:492] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: No bootstrap required, opened a new log
I20260630 12:34:25.380874  1304 ts_tablet_manager.cc:1403] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: Time spent bootstrapping tablet: real 0.015s	user 0.007s	sys 0.005s
I20260630 12:34:25.382689  1305 tablet_bootstrap.cc:492] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: No bootstrap required, opened a new log
I20260630 12:34:25.382740  1303 tablet_bootstrap.cc:492] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: No bootstrap required, opened a new log
I20260630 12:34:25.383399  1305 ts_tablet_manager.cc:1403] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: Time spent bootstrapping tablet: real 0.020s	user 0.007s	sys 0.008s
I20260630 12:34:25.383421  1303 ts_tablet_manager.cc:1403] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.006s
I20260630 12:34:25.384174  1304 raft_consensus.cc:359] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85b105b5721a49d5bc39982cd8b6559f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42315 } }
I20260630 12:34:25.384671  1304 raft_consensus.cc:385] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.384922  1304 raft_consensus.cc:740] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 85b105b5721a49d5bc39982cd8b6559f, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.385582  1304 consensus_queue.cc:260] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "85b105b5721a49d5bc39982cd8b6559f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42315 } }
I20260630 12:34:25.386098  1304 raft_consensus.cc:399] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.386379  1304 raft_consensus.cc:493] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.386333  1303 raft_consensus.cc:359] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e774d3cf88334a42a118aedc72a2243f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39933 } }
I20260630 12:34:25.386557  1305 raft_consensus.cc:359] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.386852  1304 raft_consensus.cc:3060] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.387094  1303 raft_consensus.cc:385] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.387163  1305 raft_consensus.cc:385] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.387548  1303 raft_consensus.cc:740] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e774d3cf88334a42a118aedc72a2243f, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.387611  1305 raft_consensus.cc:740] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39f1a6efb0949b582d869569876474a, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.388397  1303 consensus_queue.cc:260] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e774d3cf88334a42a118aedc72a2243f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39933 } }
I20260630 12:34:25.388563  1305 consensus_queue.cc:260] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.389111  1303 raft_consensus.cc:399] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.389201  1305 raft_consensus.cc:399] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.389591  1303 raft_consensus.cc:493] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.389643  1305 raft_consensus.cc:493] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.390091  1303 raft_consensus.cc:3060] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.390146  1305 raft_consensus.cc:3060] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.392390  1304 raft_consensus.cc:515] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85b105b5721a49d5bc39982cd8b6559f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42315 } }
I20260630 12:34:25.393010  1304 leader_election.cc:304] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [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: 85b105b5721a49d5bc39982cd8b6559f; no voters: 
I20260630 12:34:25.395368  1304 leader_election.cc:290] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.396766  1303 raft_consensus.cc:515] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e774d3cf88334a42a118aedc72a2243f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39933 } }
I20260630 12:34:25.396766  1305 raft_consensus.cc:515] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.397660  1303 leader_election.cc:304] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [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: e774d3cf88334a42a118aedc72a2243f; no voters: 
I20260630 12:34:25.397666  1305 leader_election.cc:304] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [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: f39f1a6efb0949b582d869569876474a; no voters: 
I20260630 12:34:25.400030  1309 raft_consensus.cc:2804] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.403759  1305 leader_election.cc:290] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.404193  1312 raft_consensus.cc:2804] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.407061  1303 leader_election.cc:290] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.407366  1309 raft_consensus.cc:697] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 1 LEADER]: Becoming Leader. State: Replica: 85b105b5721a49d5bc39982cd8b6559f, State: Running, Role: LEADER
I20260630 12:34:25.408264  1311 raft_consensus.cc:2804] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.408433  1309 consensus_queue.cc:237] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [LEADER]: Queue going to LEADER mode. State: All 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: "85b105b5721a49d5bc39982cd8b6559f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42315 } }
I20260630 12:34:25.410845  1305 ts_tablet_manager.cc:1434] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: Time spent starting tablet: real 0.027s	user 0.017s	sys 0.006s
I20260630 12:34:25.413244  1305 tablet_bootstrap.cc:492] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: Bootstrap starting.
I20260630 12:34:25.419586  1303 ts_tablet_manager.cc:1434] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: Time spent starting tablet: real 0.036s	user 0.015s	sys 0.020s
I20260630 12:34:25.421654  1304 ts_tablet_manager.cc:1434] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: Time spent starting tablet: real 0.040s	user 0.024s	sys 0.012s
I20260630 12:34:25.422693  1305 tablet_bootstrap.cc:654] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:25.433955  1312 raft_consensus.cc:697] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 1 LEADER]: Becoming Leader. State: Replica: f39f1a6efb0949b582d869569876474a, State: Running, Role: LEADER
I20260630 12:34:25.434862  1312 consensus_queue.cc:237] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [LEADER]: Queue going to LEADER mode. State: All 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: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.437924  1311 raft_consensus.cc:697] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 1 LEADER]: Becoming Leader. State: Replica: e774d3cf88334a42a118aedc72a2243f, State: Running, Role: LEADER
I20260630 12:34:25.452603  1305 tablet_bootstrap.cc:492] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: No bootstrap required, opened a new log
I20260630 12:34:25.453264  1305 ts_tablet_manager.cc:1403] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: Time spent bootstrapping tablet: real 0.040s	user 0.026s	sys 0.009s
I20260630 12:34:25.438931  1311 consensus_queue.cc:237] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [LEADER]: Queue going to LEADER mode. State: All 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: "e774d3cf88334a42a118aedc72a2243f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39933 } }
I20260630 12:34:25.457043  1305 raft_consensus.cc:359] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.457818  1305 raft_consensus.cc:385] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:25.458217  1305 raft_consensus.cc:740] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f39f1a6efb0949b582d869569876474a, State: Initialized, Role: FOLLOWER
I20260630 12:34:25.459242  1305 consensus_queue.cc:260] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.460084  1305 raft_consensus.cc:399] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:25.460448  1305 raft_consensus.cc:493] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:25.460888  1305 raft_consensus.cc:3060] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:25.464196   884 catalog_manager.cc:5697] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f reported cstate change: term changed from 0 to 1, leader changed from <none> to 85b105b5721a49d5bc39982cd8b6559f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "85b105b5721a49d5bc39982cd8b6559f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "85b105b5721a49d5bc39982cd8b6559f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42315 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.469853  1305 raft_consensus.cc:515] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.470908  1305 leader_election.cc:304] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [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: f39f1a6efb0949b582d869569876474a; no voters: 
I20260630 12:34:25.472146  1316 raft_consensus.cc:2804] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:25.472796  1316 raft_consensus.cc:697] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 1 LEADER]: Becoming Leader. State: Replica: f39f1a6efb0949b582d869569876474a, State: Running, Role: LEADER
I20260630 12:34:25.474174  1316 consensus_queue.cc:237] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [LEADER]: Queue going to LEADER mode. State: All 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: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } }
I20260630 12:34:25.478217  1305 leader_election.cc:290] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:25.478632   885 catalog_manager.cc:5697] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a reported cstate change: term changed from 0 to 1, leader changed from <none> to f39f1a6efb0949b582d869569876474a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "f39f1a6efb0949b582d869569876474a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.487586  1305 ts_tablet_manager.cc:1434] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: Time spent starting tablet: real 0.034s	user 0.013s	sys 0.008s
I20260630 12:34:25.565454   883 catalog_manager.cc:5697] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f reported cstate change: term changed from 0 to 1, leader changed from <none> to e774d3cf88334a42a118aedc72a2243f (127.0.197.3). New cstate: current_term: 1 leader_uuid: "e774d3cf88334a42a118aedc72a2243f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e774d3cf88334a42a118aedc72a2243f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39933 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:25.575485   885 catalog_manager.cc:5697] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a reported cstate change: term changed from 0 to 1, leader changed from <none> to f39f1a6efb0949b582d869569876474a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "f39f1a6efb0949b582d869569876474a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f39f1a6efb0949b582d869569876474a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43331 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:27.079209  1023 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:27.081719  1023 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:27.612550   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:34:27.633261   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.633963   788 tablet_replica.cc:333] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a: stopping tablet replica
I20260630 12:34:27.634522   788 raft_consensus.cc:2243] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.634940   788 raft_consensus.cc:2272] T fa4c337cab3c4ddb9f5de81d7f1b15c8 P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.636973   788 tablet_replica.cc:333] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a: stopping tablet replica
I20260630 12:34:27.637385   788 raft_consensus.cc:2243] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.637823   788 raft_consensus.cc:2272] T b3a4091f5a554ffb8e819e934732375e P f39f1a6efb0949b582d869569876474a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.721071   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:34:27.731155   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:34:27.749207   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.750034   788 tablet_replica.cc:333] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f: stopping tablet replica
I20260630 12:34:27.750530   788 raft_consensus.cc:2243] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.750905   788 raft_consensus.cc:2272] T ec654956f4a3454bbad7a2b2fcc01863 P 85b105b5721a49d5bc39982cd8b6559f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.768740   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:34:27.776894   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:34:27.793797   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:27.794464   788 tablet_replica.cc:333] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f: stopping tablet replica
I20260630 12:34:27.795018   788 raft_consensus.cc:2243] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.795450   788 raft_consensus.cc:2272] T d7bc3c95bdc9488c995e71053d9b7397 P e774d3cf88334a42a118aedc72a2243f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.813592   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:34:27.821215   788 master.cc:562] Master@127.0.197.62:35173 shutting down...
I20260630 12:34:27.918164   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:27.918701   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.918985   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 61f23530559340d8bf0c43453035e9a8: stopping tablet replica
I20260630 12:34:27.936971   788 master.cc:584] Master@127.0.197.62:35173 shutdown complete.
I20260630 12:34:27.947420   788 master.cc:562] Master@127.0.197.61:36451 shutting down...
I20260630 12:34:27.961107   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:27.961983   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:27.962267   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P aa8487b2c2da4887a4db38d3807dac23: stopping tablet replica
I20260630 12:34:28.011482   788 master.cc:584] Master@127.0.197.61:36451 shutdown complete.
I20260630 12:34:28.022441   788 master.cc:562] Master@127.0.197.60:46121 shutting down...
I20260630 12:34:28.036826   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:28.037393   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:28.037770   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 201be2ec46ab4936a606faf9cfa878b2: stopping tablet replica
I20260630 12:34:28.055166   788 master.cc:584] Master@127.0.197.60:46121 shutdown complete.
[       OK ] AutoRebalancerTest.OnlyLeaderDoesAutoRebalancing (6834 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn
I20260630 12:34:28.079823   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:40297
I20260630 12:34:28.080914   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.085649  1328 instance_detector.cc: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:28.087179  1329 instance_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:28.087426  1331 instance_detector.cc: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:28.088181   788 server_base.cc:1061] running on GCE node
I20260630 12:34:28.088877   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.089088   788 system_unsync_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:28.089259   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822868089225 us; error 0 us; skew 500 ppm
I20260630 12:34:28.089951   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.092145   788 webserver.cc:533] Webserver started at http://127.0.197.62:39637/ using document root <none> and password file <none>
I20260630 12:34:28.092609   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.092787   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.093075   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.094165   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.098269   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:34:28.101361  1336 log_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:28.102167   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:28.102449   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.102710   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-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:28.120105   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.121078   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.159821   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:40297
I20260630 12:34:28.159904  1387 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:40297 every 8 connection(s)
I20260630 12:34:28.163509  1388 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:28.172380  1388 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4: Bootstrap starting.
I20260630 12:34:28.176693  1388 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:28.180510  1388 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4: No bootstrap required, opened a new log
I20260630 12:34:28.182418  1388 raft_consensus.cc:359] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER }
I20260630 12:34:28.182785  1388 raft_consensus.cc:385] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:28.182957  1388 raft_consensus.cc:740] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c7a5431a6e9147fb8c29f79cdb5c41b4, State: Initialized, Role: FOLLOWER
I20260630 12:34:28.183437  1388 consensus_queue.cc:260] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER }
I20260630 12:34:28.183858  1388 raft_consensus.cc:399] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:28.184041  1388 raft_consensus.cc:493] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:28.184273  1388 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:28.188170  1388 raft_consensus.cc:515] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER }
I20260630 12:34:28.188627  1388 leader_election.cc:304] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [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: c7a5431a6e9147fb8c29f79cdb5c41b4; no voters: 
I20260630 12:34:28.189728  1388 leader_election.cc:290] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:28.190016  1391 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:28.191350  1391 raft_consensus.cc:697] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 1 LEADER]: Becoming Leader. State: Replica: c7a5431a6e9147fb8c29f79cdb5c41b4, State: Running, Role: LEADER
I20260630 12:34:28.192003  1391 consensus_queue.cc:237] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [LEADER]: Queue going to LEADER mode. State: All 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: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER }
I20260630 12:34:28.192577  1388 sys_catalog.cc:565] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:28.195007  1392 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER } }
I20260630 12:34:28.195096  1393 sys_catalog.cc:455] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c7a5431a6e9147fb8c29f79cdb5c41b4. Latest consensus state: current_term: 1 leader_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c7a5431a6e9147fb8c29f79cdb5c41b4" member_type: VOTER } }
I20260630 12:34:28.195739  1392 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:28.195771  1393 sys_catalog.cc:458] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:28.198173  1397 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:28.202948  1397 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:28.208678   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:28.212008  1397 catalog_manager.cc:1383] Generated new cluster ID: 7b2b78dbde8442a9854506f96dc9fa11
I20260630 12:34:28.212284  1397 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:28.250912  1397 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:28.252138  1397 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:28.270366  1397 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4: Generated new TSK 0
I20260630 12:34:28.271003  1397 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:28.275174   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.280598  1409 instance_detector.cc: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:28.282044  1410 instance_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:28.282843  1412 instance_detector.cc: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:28.283300   788 server_base.cc:1061] running on GCE node
I20260630 12:34:28.284080   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.284297   788 system_unsync_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:28.284468   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822868284434 us; error 0 us; skew 500 ppm
I20260630 12:34:28.284960   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.287114   788 webserver.cc:533] Webserver started at http://127.0.197.1:36035/ using document root <none> and password file <none>
I20260630 12:34:28.287572   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.287755   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.288038   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.289042   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "8b97364034e0427faeeedc9b634282a0"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.293196   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:34:28.296319  1417 log_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:28.297039   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:28.297365   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "8b97364034e0427faeeedc9b634282a0"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.297739   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-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:28.312124   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.313143   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.314637   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.316804   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.317051   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.317291   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.317502   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:34:28.353701   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38279
I20260630 12:34:28.353775  1479 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38279 every 8 connection(s)
I20260630 12:34:28.358378   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.365018  1484 instance_detector.cc: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:28.368180  1487 instance_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:28.368965  1485 instance_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:28.369936   788 server_base.cc:1061] running on GCE node
I20260630 12:34:28.370954   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.371241   788 system_unsync_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:28.371424   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822868371393 us; error 0 us; skew 500 ppm
I20260630 12:34:28.372017   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.374188  1480 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40297
I20260630 12:34:28.374585  1480 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.375062   788 webserver.cc:533] Webserver started at http://127.0.197.2:44003/ using document root <none> and password file <none>
I20260630 12:34:28.375510  1480 heartbeater.cc:507] Master 127.0.197.62:40297 requested a full tablet report, sending...
I20260630 12:34:28.375663   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.375931   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.376251   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.377601   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "2929daa527a1433daade59ef36373366"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.377874  1353 ts_manager.cc:194] Registered new tserver with Master: 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279)
I20260630 12:34:28.379508  1353 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51994
I20260630 12:34:28.382616   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:34:28.385902  1492 log_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:28.386721   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:28.387014   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "2929daa527a1433daade59ef36373366"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.387293   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-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:28.407541   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.408564   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.409973   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.412030   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.412206   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.412488   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.412659   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.448738   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:44429
I20260630 12:34:28.448796  1554 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:44429 every 8 connection(s)
I20260630 12:34:28.453482   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:28.459995  1558 instance_detector.cc: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:28.461462  1559 instance_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:28.462829  1561 instance_detector.cc: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:28.463999   788 server_base.cc:1061] running on GCE node
I20260630 12:34:28.464875   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:28.465173   788 system_unsync_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:28.465350  1555 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40297
I20260630 12:34:28.465364   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822868465344 us; error 0 us; skew 500 ppm
I20260630 12:34:28.465924  1555 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.466269   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:28.466661  1555 heartbeater.cc:507] Master 127.0.197.62:40297 requested a full tablet report, sending...
I20260630 12:34:28.468825  1353 ts_manager.cc:194] Registered new tserver with Master: 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:28.468947   788 webserver.cc:533] Webserver started at http://127.0.197.3:33371/ using document root <none> and password file <none>
I20260630 12:34:28.469551   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:28.469770   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:28.470032   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:28.470322  1353 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52004
I20260630 12:34:28.471136   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "bc1c672627d7417cb6e1e85556da9bd8"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.475428   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:28.478541  1566 log_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:28.479475   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:28.479784   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "bc1c672627d7417cb6e1e85556da9bd8"
format_stamp: "Formatted at 2026-06-30 12:34:28 on dist-test-slave-0dvn"
I20260630 12:34:28.480073   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-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:28.512073   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:28.513101   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:28.514541   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:28.516613   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:28.516839   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.517076   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:28.517257   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:28.554311   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:38129
I20260630 12:34:28.554399  1628 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:38129 every 8 connection(s)
I20260630 12:34:28.567140  1629 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40297
I20260630 12:34:28.567559  1629 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:28.568205  1629 heartbeater.cc:507] Master 127.0.197.62:40297 requested a full tablet report, sending...
I20260630 12:34:28.570102  1353 ts_manager.cc:194] Registered new tserver with Master: bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:28.571090   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.01367654s
I20260630 12:34:28.571493  1353 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52012
I20260630 12:34:29.382211  1480 heartbeater.cc:499] Master 127.0.197.62:40297 was elected leader, sending a full tablet report...
I20260630 12:34:29.472620  1555 heartbeater.cc:499] Master 127.0.197.62:40297 was elected leader, sending a full tablet report...
I20260630 12:34:29.574012  1629 heartbeater.cc:499] Master 127.0.197.62:40297 was elected leader, sending a full tablet report...
I20260630 12:34:29.625802  1353 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:52024:
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:29.628558  1353 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:29.697376  1594 tablet_service.cc:1511] Processing CreateTablet for tablet e4edd543011c4b0882990fa071f32897 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.698794  1594 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4edd543011c4b0882990fa071f32897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.699380  1443 tablet_service.cc:1511] Processing CreateTablet for tablet 517c77edb0474c0b81cb5b4a2b472ac3 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.700964  1443 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517c77edb0474c0b81cb5b4a2b472ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.700743  1593 tablet_service.cc:1511] Processing CreateTablet for tablet 47dfb9ef4c3c4384b95a8fd67abd9112 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.702109  1593 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47dfb9ef4c3c4384b95a8fd67abd9112. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.701939  1591 tablet_service.cc:1511] Processing CreateTablet for tablet bc1b753431b546688922570eecf2b2f2 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.703276  1591 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc1b753431b546688922570eecf2b2f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.704015  1592 tablet_service.cc:1511] Processing CreateTablet for tablet 517c77edb0474c0b81cb5b4a2b472ac3 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.706459  1445 tablet_service.cc:1511] Processing CreateTablet for tablet e4edd543011c4b0882990fa071f32897 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.706540  1442 tablet_service.cc:1511] Processing CreateTablet for tablet bc1b753431b546688922570eecf2b2f2 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.707731  1445 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4edd543011c4b0882990fa071f32897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.709436  1441 tablet_service.cc:1511] Processing CreateTablet for tablet a56bb681ab284b9c855b72cbd9bf6faa (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.710769  1441 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a56bb681ab284b9c855b72cbd9bf6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.710462  1444 tablet_service.cc:1511] Processing CreateTablet for tablet 47dfb9ef4c3c4384b95a8fd67abd9112 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.711889  1442 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc1b753431b546688922570eecf2b2f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.712879  1590 tablet_service.cc:1511] Processing CreateTablet for tablet a56bb681ab284b9c855b72cbd9bf6faa (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.714288  1444 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47dfb9ef4c3c4384b95a8fd67abd9112. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.714308  1440 tablet_service.cc:1511] Processing CreateTablet for tablet 446fc4ff2bb94322916e1b23d5a04db6 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.705317  1592 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517c77edb0474c0b81cb5b4a2b472ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.716039  1440 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446fc4ff2bb94322916e1b23d5a04db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.716280  1590 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a56bb681ab284b9c855b72cbd9bf6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.725945  1439 tablet_service.cc:1511] Processing CreateTablet for tablet fce4d6fd3d894c1098c1080282732785 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.727408  1439 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fce4d6fd3d894c1098c1080282732785. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.728013  1589 tablet_service.cc:1511] Processing CreateTablet for tablet 446fc4ff2bb94322916e1b23d5a04db6 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.729391  1589 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446fc4ff2bb94322916e1b23d5a04db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.731112  1438 tablet_service.cc:1511] Processing CreateTablet for tablet 3d0f367022134a82ba367cd5f3c503dd (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.732434  1438 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d0f367022134a82ba367cd5f3c503dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.763834  1588 tablet_service.cc:1511] Processing CreateTablet for tablet fce4d6fd3d894c1098c1080282732785 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.765628  1588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fce4d6fd3d894c1098c1080282732785. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.790809  1520 tablet_service.cc:1511] Processing CreateTablet for tablet e4edd543011c4b0882990fa071f32897 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION VALUES < 268435455
I20260630 12:34:29.792204  1520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4edd543011c4b0882990fa071f32897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.800434  1650 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:29.803049  1519 tablet_service.cc:1511] Processing CreateTablet for tablet 47dfb9ef4c3c4384b95a8fd67abd9112 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 268435455 <= VALUES < 536870910
I20260630 12:34:29.804615  1519 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 47dfb9ef4c3c4384b95a8fd67abd9112. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.806926  1650 tablet_bootstrap.cc:654] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.806871  1518 tablet_service.cc:1511] Processing CreateTablet for tablet 517c77edb0474c0b81cb5b4a2b472ac3 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 805306365
I20260630 12:34:29.808521  1518 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 517c77edb0474c0b81cb5b4a2b472ac3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.810561  1588 tablet_service.cc:1511] Processing CreateTablet for tablet 3d0f367022134a82ba367cd5f3c503dd (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.811807  1588 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d0f367022134a82ba367cd5f3c503dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.814544  1517 tablet_service.cc:1511] Processing CreateTablet for tablet bc1b753431b546688922570eecf2b2f2 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 805306365 <= VALUES < 1073741820
I20260630 12:34:29.816036  1517 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc1b753431b546688922570eecf2b2f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.804572  1649 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:29.818372  1516 tablet_service.cc:1511] Processing CreateTablet for tablet a56bb681ab284b9c855b72cbd9bf6faa (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1342177275
I20260630 12:34:29.819485  1515 tablet_service.cc:1511] Processing CreateTablet for tablet 446fc4ff2bb94322916e1b23d5a04db6 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1342177275 <= VALUES < 1610612730
I20260630 12:34:29.819948  1516 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a56bb681ab284b9c855b72cbd9bf6faa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.825119  1515 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446fc4ff2bb94322916e1b23d5a04db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.837654  1514 tablet_service.cc:1511] Processing CreateTablet for tablet 3d0f367022134a82ba367cd5f3c503dd (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1879048185 <= VALUES
I20260630 12:34:29.839450  1520 tablet_service.cc:1511] Processing CreateTablet for tablet fce4d6fd3d894c1098c1080282732785 (DEFAULT_TABLE table=test-workload [id=0fe30d1c70ea43a9b0af96157960beb7]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1879048185
I20260630 12:34:29.840229  1514 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d0f367022134a82ba367cd5f3c503dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.842156  1520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fce4d6fd3d894c1098c1080282732785. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:29.867326  1649 tablet_bootstrap.cc:654] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.868700  1650 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:29.869272  1650 ts_tablet_manager.cc:1403] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.069s	user 0.016s	sys 0.013s
I20260630 12:34:29.870107  1652 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:29.872447  1650 raft_consensus.cc:359] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.873270  1650 raft_consensus.cc:385] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.873617  1650 raft_consensus.cc:740] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.874197  1649 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:29.874718  1649 ts_tablet_manager.cc:1403] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.070s	user 0.004s	sys 0.006s
I20260630 12:34:29.874279  1650 consensus_queue.cc:260] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.875916  1652 tablet_bootstrap.cc:654] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.877519  1649 raft_consensus.cc:359] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.878394  1649 raft_consensus.cc:385] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.878872  1649 raft_consensus.cc:740] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.879185  1650 ts_tablet_manager.cc:1434] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.006s
I20260630 12:34:29.880088  1649 consensus_queue.cc:260] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.883857  1650 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:29.887748  1652 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:29.888370  1652 ts_tablet_manager.cc:1403] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.003s
I20260630 12:34:29.890059  1649 ts_tablet_manager.cc:1434] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:34:29.890633  1650 tablet_bootstrap.cc:654] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.891440  1652 raft_consensus.cc:359] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.892444  1652 raft_consensus.cc:385] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.892781  1652 raft_consensus.cc:740] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.893054  1649 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:29.893621  1652 consensus_queue.cc:260] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.900915  1649 tablet_bootstrap.cc:654] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.903012  1652 ts_tablet_manager.cc:1434] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.014s	user 0.004s	sys 0.007s
I20260630 12:34:29.906467  1650 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:29.907104  1650 ts_tablet_manager.cc:1403] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.027s	user 0.021s	sys 0.001s
I20260630 12:34:29.909304  1652 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:29.910413  1649 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:29.910224  1650 raft_consensus.cc:359] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.910991  1649 ts_tablet_manager.cc:1403] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.004s
I20260630 12:34:29.911172  1650 raft_consensus.cc:385] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.911618  1650 raft_consensus.cc:740] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.912456  1650 consensus_queue.cc:260] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.914031  1649 raft_consensus.cc:359] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.914837  1649 raft_consensus.cc:385] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.915200  1649 raft_consensus.cc:740] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.915939  1652 tablet_bootstrap.cc:654] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.916358  1650 ts_tablet_manager.cc:1434] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:34:29.916211  1649 consensus_queue.cc:260] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.917469  1650 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:29.921021  1649 ts_tablet_manager.cc:1434] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.000s
I20260630 12:34:29.922559  1649 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:29.924093  1650 tablet_bootstrap.cc:654] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.927408  1652 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:29.927909  1652 ts_tablet_manager.cc:1403] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:34:29.929150  1649 tablet_bootstrap.cc:654] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.930675  1652 raft_consensus.cc:359] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.931517  1652 raft_consensus.cc:385] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.931879  1652 raft_consensus.cc:740] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.932751  1650 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:29.933336  1650 ts_tablet_manager.cc:1403] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:34:29.932852  1652 consensus_queue.cc:260] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.936283  1650 raft_consensus.cc:359] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.937026  1650 raft_consensus.cc:385] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.937448  1650 raft_consensus.cc:740] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.938416  1650 consensus_queue.cc:260] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.940303  1652 ts_tablet_manager.cc:1434] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.001s
I20260630 12:34:29.940546  1650 ts_tablet_manager.cc:1434] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:29.941368  1652 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:29.941520  1650 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:29.947337  1652 tablet_bootstrap.cc:654] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.947341  1650 tablet_bootstrap.cc:654] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.952658  1649 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:29.953292  1649 ts_tablet_manager.cc:1403] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.031s	user 0.014s	sys 0.013s
I20260630 12:34:29.956310  1649 raft_consensus.cc:359] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.957192  1649 raft_consensus.cc:385] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.957617  1649 raft_consensus.cc:740] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.958972  1650 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:29.958423  1649 consensus_queue.cc:260] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.959456  1650 ts_tablet_manager.cc:1403] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.003s
I20260630 12:34:29.960062  1652 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:29.960505  1652 ts_tablet_manager.cc:1403] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.019s	user 0.007s	sys 0.003s
I20260630 12:34:29.962105  1650 raft_consensus.cc:359] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.962845  1650 raft_consensus.cc:385] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.963325  1650 raft_consensus.cc:740] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.962874  1652 raft_consensus.cc:359] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.963891  1652 raft_consensus.cc:385] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.964152  1649 ts_tablet_manager.cc:1434] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:34:29.964341  1652 raft_consensus.cc:740] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.964188  1650 consensus_queue.cc:260] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.965652  1649 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:29.965467  1652 consensus_queue.cc:260] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.966784  1650 ts_tablet_manager.cc:1434] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:34:29.967819  1650 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:29.967907  1652 ts_tablet_manager.cc:1434] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:34:29.969101  1652 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:29.972522  1649 tablet_bootstrap.cc:654] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.973821  1650 tablet_bootstrap.cc:654] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.974135  1658 raft_consensus.cc:493] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.974591  1658 raft_consensus.cc:515] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:29.975116  1652 tablet_bootstrap.cc:654] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:29.979023  1654 raft_consensus.cc:493] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:29.979523  1654 raft_consensus.cc:515] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.984109  1650 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:29.984649  1650 ts_tablet_manager.cc:1403] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.004s
I20260630 12:34:29.987479  1650 raft_consensus.cc:359] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.990888  1650 raft_consensus.cc:385] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:29.991279  1650 raft_consensus.cc:740] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:29.992084  1650 consensus_queue.cc:260] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.992624  1649 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:29.993317  1649 ts_tablet_manager.cc:1403] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.007s
I20260630 12:34:29.988703  1652 tablet_bootstrap.cc:492] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:29.994226  1652 ts_tablet_manager.cc:1403] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.008s
I20260630 12:34:29.997484  1652 raft_consensus.cc:359] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:29.998551  1654 leader_election.cc:290] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.002223  1658 leader_election.cc:290] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.002933  1652 raft_consensus.cc:385] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.004858  1652 raft_consensus.cc:740] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.005831  1652 consensus_queue.cc:260] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.007400  1650 ts_tablet_manager.cc:1434] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.022s	user 0.012s	sys 0.000s
I20260630 12:34:30.008526  1650 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:30.002660  1649 raft_consensus.cc:359] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.011129  1649 raft_consensus.cc:385] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.011529  1649 raft_consensus.cc:740] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.014418  1652 ts_tablet_manager.cc:1434] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.004s
I20260630 12:34:30.014029  1649 consensus_queue.cc:260] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.014833  1650 tablet_bootstrap.cc:654] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.015720  1652 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:30.016597  1649 ts_tablet_manager.cc:1434] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.023s	user 0.005s	sys 0.000s
I20260630 12:34:30.024945  1652 tablet_bootstrap.cc:654] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.027926  1649 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:30.034543  1652 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:30.035195  1652 ts_tablet_manager.cc:1403] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.020s	user 0.016s	sys 0.000s
I20260630 12:34:30.038542  1652 raft_consensus.cc:359] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.042125  1652 raft_consensus.cc:385] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.042549  1652 raft_consensus.cc:740] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.043579  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47dfb9ef4c3c4384b95a8fd67abd9112" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366" is_pre_election: true
I20260630 12:34:30.043390  1652 consensus_queue.cc:260] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.044329  1530 raft_consensus.cc:2468] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 0.
I20260630 12:34:30.045917  1419 leader_election.cc:304] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.046180  1652 ts_tablet_manager.cc:1434] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:34:30.046875  1669 raft_consensus.cc:2804] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.047291  1669 raft_consensus.cc:493] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.047502  1652 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:30.047639  1669 raft_consensus.cc:3060] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.049820  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4edd543011c4b0882990fa071f32897" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.050640  1455 raft_consensus.cc:2468] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.052001  1649 tablet_bootstrap.cc:654] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.051990  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4edd543011c4b0882990fa071f32897" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.052893  1604 raft_consensus.cc:2468] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.054497  1493 leader_election.cc:304] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.055447  1658 raft_consensus.cc:2804] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.055310  1669 raft_consensus.cc:515] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.055857  1658 raft_consensus.cc:493] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.056231  1658 raft_consensus.cc:3060] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.058384  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47dfb9ef4c3c4384b95a8fd67abd9112" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366"
I20260630 12:34:30.058948  1530 raft_consensus.cc:3060] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.063161  1658 raft_consensus.cc:515] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:30.064939  1654 raft_consensus.cc:493] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.065667  1654 raft_consensus.cc:515] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.068112  1530 raft_consensus.cc:2468] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.068598  1654 leader_election.cc:290] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.069675  1669 leader_election.cc:290] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Requested vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.069818  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4edd543011c4b0882990fa071f32897" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:30.070689  1455 raft_consensus.cc:3060] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.074005  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e4edd543011c4b0882990fa071f32897" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.074869  1604 raft_consensus.cc:3060] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.076210  1658 leader_election.cc:290] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.078522  1419 leader_election.cc:304] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.080346  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a56bb681ab284b9c855b72cbd9bf6faa" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366" is_pre_election: true
I20260630 12:34:30.081008  1530 raft_consensus.cc:2468] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 0.
I20260630 12:34:30.092748  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47dfb9ef4c3c4384b95a8fd67abd9112" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.093755  1669 raft_consensus.cc:2804] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.093742  1603 raft_consensus.cc:2468] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 0.
I20260630 12:34:30.094349  1669 raft_consensus.cc:697] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Becoming Leader. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Running, Role: LEADER
I20260630 12:34:30.094142  1419 leader_election.cc:304] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.095299  1669 consensus_queue.cc:237] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.095834  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a56bb681ab284b9c855b72cbd9bf6faa" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
W20260630 12:34:30.098201  1421 leader_election.cc:343] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.099300  1654 raft_consensus.cc:2804] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.099674  1654 raft_consensus.cc:493] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.100025  1654 raft_consensus.cc:3060] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.100176  1603 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "47dfb9ef4c3c4384b95a8fd67abd9112" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.100759  1603 raft_consensus.cc:3060] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.104792  1658 raft_consensus.cc:493] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.105428  1658 raft_consensus.cc:515] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.108559  1454 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.109278  1454 raft_consensus.cc:2468] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.110400  1493 leader_election.cc:304] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.111351  1652 tablet_bootstrap.cc:654] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.110715  1604 raft_consensus.cc:2468] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.121699  1658 leader_election.cc:290] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.141798  1658 raft_consensus.cc:2804] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.142302  1658 raft_consensus.cc:493] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.142735  1658 raft_consensus.cc:3060] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.124888  1455 raft_consensus.cc:2468] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.133208  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
W20260630 12:34:30.148257  1419 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.2:44429, user_credentials={real_user=slave}} blocked reactor thread for 54249.1us
I20260630 12:34:30.149434  1496 leader_election.cc:304] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.150810  1649 tablet_bootstrap.cc:492] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:30.151240  1650 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:30.151465  1649 ts_tablet_manager.cc:1403] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.124s	user 0.035s	sys 0.067s
I20260630 12:34:30.150815  1353 catalog_manager.cc:5697] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b97364034e0427faeeedc9b634282a0 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8b97364034e0427faeeedc9b634282a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.151688  1650 ts_tablet_manager.cc:1403] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.143s	user 0.033s	sys 0.029s
I20260630 12:34:30.152990  1669 raft_consensus.cc:493] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.153482  1669 raft_consensus.cc:515] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
W20260630 12:34:30.154454  1496 leader_election.cc:343] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.154412  1649 raft_consensus.cc:359] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.155337  1649 raft_consensus.cc:385] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.154917  1603 raft_consensus.cc:2468] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.156049  1669 leader_election.cc:290] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.124729  1654 raft_consensus.cc:515] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.158502  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446fc4ff2bb94322916e1b23d5a04db6" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.155915  1649 raft_consensus.cc:740] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.161463  1678 raft_consensus.cc:2804] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.157641  1650 raft_consensus.cc:359] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.164469  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446fc4ff2bb94322916e1b23d5a04db6" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366" is_pre_election: true
I20260630 12:34:30.165017  1650 raft_consensus.cc:385] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.165345  1650 raft_consensus.cc:740] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.159507  1654 leader_election.cc:290] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Requested vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.166750  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a56bb681ab284b9c855b72cbd9bf6faa" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.162607  1602 raft_consensus.cc:2468] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 0.
I20260630 12:34:30.167282  1678 raft_consensus.cc:697] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Leader. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:30.170058  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a56bb681ab284b9c855b72cbd9bf6faa" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366"
I20260630 12:34:30.170686  1530 raft_consensus.cc:3060] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.170527  1678 consensus_queue.cc:237] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } }
I20260630 12:34:30.171677  1421 leader_election.cc:304] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8b97364034e0427faeeedc9b634282a0, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.162073  1649 consensus_queue.cc:260] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.168102  1650 consensus_queue.cc:260] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
W20260630 12:34:30.174098  1419 leader_election.cc:343] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2929daa527a1433daade59ef36373366 (127.0.197.2:44429): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.173960  1676 raft_consensus.cc:2804] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.175504  1676 raft_consensus.cc:493] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.175860  1676 raft_consensus.cc:3060] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.176824  1650 ts_tablet_manager.cc:1434] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.000s
I20260630 12:34:30.177937  1650 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:30.178448  1530 raft_consensus.cc:2468] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.179072  1604 raft_consensus.cc:3060] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.179526  1419 leader_election.cc:304] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.180284  1654 raft_consensus.cc:2804] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.180998  1654 raft_consensus.cc:697] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Becoming Leader. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Running, Role: LEADER
I20260630 12:34:30.173177  1658 raft_consensus.cc:515] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.182070  1654 consensus_queue.cc:237] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.183915  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:30.184482  1658 leader_election.cc:290] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.184496  1455 raft_consensus.cc:3060] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.185200  1604 raft_consensus.cc:2468] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.185599  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
W20260630 12:34:30.187130  1496 leader_election.cc:343] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.192974  1649 ts_tablet_manager.cc:1434] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.041s	user 0.003s	sys 0.005s
I20260630 12:34:30.195139  1649 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:30.195709  1650 tablet_bootstrap.cc:654] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.203527  1649 tablet_bootstrap.cc:654] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
W20260630 12:34:30.205655  1401 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:34:30.208634  1406 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:34:30.209601  1406 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:34:30.212206  1455 raft_consensus.cc:2468] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.213737  1493 leader_election.cc:304] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [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: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: bc1c672627d7417cb6e1e85556da9bd8
I20260630 12:34:30.214738  1658 raft_consensus.cc:2804] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.215240  1658 raft_consensus.cc:697] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Leader. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:30.216089  1658 consensus_queue.cc:237] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.217096  1652 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:30.217878  1652 ts_tablet_manager.cc:1403] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.171s	user 0.022s	sys 0.000s
I20260630 12:34:30.228125  1676 raft_consensus.cc:515] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.230026  1652 raft_consensus.cc:359] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.230970  1652 raft_consensus.cc:385] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.231333  1652 raft_consensus.cc:740] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.232247  1652 consensus_queue.cc:260] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.242183  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446fc4ff2bb94322916e1b23d5a04db6" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366"
I20260630 12:34:30.242856  1530 raft_consensus.cc:3060] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.243582  1652 ts_tablet_manager.cc:1434] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.025s	user 0.008s	sys 0.000s
I20260630 12:34:30.242504  1353 catalog_manager.cc:5697] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b97364034e0427faeeedc9b634282a0 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8b97364034e0427faeeedc9b634282a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.244701  1652 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:30.246119  1676 leader_election.cc:290] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Requested vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.246456  1351 catalog_manager.cc:5697] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2929daa527a1433daade59ef36373366 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:30.249769  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "446fc4ff2bb94322916e1b23d5a04db6" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.250349  1604 raft_consensus.cc:3060] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.253067  1652 tablet_bootstrap.cc:654] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.253798  1530 raft_consensus.cc:2468] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.255046  1419 leader_election.cc:304] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.255791  1676 raft_consensus.cc:2804] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.255822  1604 raft_consensus.cc:2468] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8b97364034e0427faeeedc9b634282a0 in term 1.
I20260630 12:34:30.256453  1676 raft_consensus.cc:697] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Becoming Leader. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Running, Role: LEADER
I20260630 12:34:30.257320  1676 consensus_queue.cc:237] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.259331  1649 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:30.259541  1650 tablet_bootstrap.cc:492] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:30.259812  1649 ts_tablet_manager.cc:1403] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.065s	user 0.017s	sys 0.024s
I20260630 12:34:30.259940  1650 ts_tablet_manager.cc:1403] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.082s	user 0.007s	sys 0.017s
I20260630 12:34:30.262835  1649 raft_consensus.cc:359] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.262984  1650 raft_consensus.cc:359] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.263636  1650 raft_consensus.cc:385] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.264084  1650 raft_consensus.cc:740] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.265013  1650 consensus_queue.cc:260] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.268004  1650 ts_tablet_manager.cc:1434] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:34:30.269282  1650 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: Bootstrap starting.
I20260630 12:34:30.271412  1351 catalog_manager.cc:5697] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2929daa527a1433daade59ef36373366 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.263581  1649 raft_consensus.cc:385] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.273648  1649 raft_consensus.cc:740] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.274931  1649 consensus_queue.cc:260] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.277933  1649 ts_tablet_manager.cc:1434] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.004s
I20260630 12:34:30.278966  1650 tablet_bootstrap.cc:654] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.286065  1652 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:30.286459  1650 tablet_bootstrap.cc:492] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: No bootstrap required, opened a new log
I20260630 12:34:30.286640  1652 ts_tablet_manager.cc:1403] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.042s	user 0.011s	sys 0.021s
I20260630 12:34:30.286895  1650 ts_tablet_manager.cc:1403] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.006s
I20260630 12:34:30.287216  1353 catalog_manager.cc:5697] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8b97364034e0427faeeedc9b634282a0 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8b97364034e0427faeeedc9b634282a0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.289642  1650 raft_consensus.cc:359] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.290335  1650 raft_consensus.cc:385] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.290082  1652 raft_consensus.cc:359] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.291049  1652 raft_consensus.cc:385] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.291460  1649 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:30.291887  1678 raft_consensus.cc:493] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.292346  1678 raft_consensus.cc:515] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.290673  1650 raft_consensus.cc:740] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8b97364034e0427faeeedc9b634282a0, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.291405  1652 raft_consensus.cc:740] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.294610  1678 leader_election.cc:290] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.294433  1652 consensus_queue.cc:260] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.296232  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.296904  1652 ts_tablet_manager.cc:1434] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.010s	user 0.005s	sys 0.002s
I20260630 12:34:30.298117  1649 tablet_bootstrap.cc:654] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.298560  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.293840  1676 raft_consensus.cc:493] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.299119  1652 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: Bootstrap starting.
I20260630 12:34:30.299227  1604 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.301702  1496 leader_election.cc:304] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.302932  1658 raft_consensus.cc:2804] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.303357  1658 raft_consensus.cc:493] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.303519  1649 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:30.303768  1658 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.304154  1649 ts_tablet_manager.cc:1403] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.013s	user 0.001s	sys 0.010s
I20260630 12:34:30.296850  1455 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.306680  1652 tablet_bootstrap.cc:654] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.297603  1650 consensus_queue.cc:260] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.307179  1649 raft_consensus.cc:359] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.307928  1649 raft_consensus.cc:385] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.308224  1649 raft_consensus.cc:740] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.308440  1650 ts_tablet_manager.cc:1434] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:34:30.308944  1649 consensus_queue.cc:260] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.311326  1649 ts_tablet_manager.cc:1434] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:34:30.312254  1649 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: Bootstrap starting.
I20260630 12:34:30.318154  1649 tablet_bootstrap.cc:654] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:30.319614  1658 raft_consensus.cc:515] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.323009  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:30.323599  1455 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.299233  1676 raft_consensus.cc:515] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.330926  1652 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: No bootstrap required, opened a new log
I20260630 12:34:30.331425  1652 ts_tablet_manager.cc:1403] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.013s
I20260630 12:34:30.331257  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366" is_pre_election: true
I20260630 12:34:30.334139  1652 raft_consensus.cc:359] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.334252  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.334833  1652 raft_consensus.cc:385] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.335062  1604 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.335168  1652 raft_consensus.cc:740] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Initialized, Role: FOLLOWER
W20260630 12:34:30.339905  1419 leader_election.cc:343] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2929daa527a1433daade59ef36373366 (127.0.197.2:44429): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.340130  1658 leader_election.cc:290] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.340847  1676 leader_election.cc:290] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2929daa527a1433daade59ef36373366 (127.0.197.2:44429), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.342041  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "8b97364034e0427faeeedc9b634282a0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
W20260630 12:34:30.343519  1421 leader_election.cc:343] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:34:30.343931  1421 leader_election.cc:304] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [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: 8b97364034e0427faeeedc9b634282a0; no voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8
I20260630 12:34:30.343998  1652 consensus_queue.cc:260] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.345018  1678 raft_consensus.cc:493] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.345084  1676 raft_consensus.cc:2749] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:30.345593  1678 raft_consensus.cc:515] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.347412  1678 leader_election.cc:290] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.348179  1454 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.348842  1652 ts_tablet_manager.cc:1434] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.000s
I20260630 12:34:30.348784  1454 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.349900  1493 leader_election.cc:304] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.350411  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.350629  1678 raft_consensus.cc:2804] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.350963  1678 raft_consensus.cc:493] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.351015  1602 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.351393  1678 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.354614  1455 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.358264  1493 leader_election.cc:304] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0; no voters: 
I20260630 12:34:30.357169  1604 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.359026  1658 raft_consensus.cc:2804] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.359541  1658 raft_consensus.cc:697] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Leader. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:30.359862  1649 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: No bootstrap required, opened a new log
I20260630 12:34:30.360371  1649 ts_tablet_manager.cc:1403] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: Time spent bootstrapping tablet: real 0.048s	user 0.014s	sys 0.021s
I20260630 12:34:30.360359  1658 consensus_queue.cc:237] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.359026  1678 raft_consensus.cc:515] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.363600  1678 leader_election.cc:290] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.363425  1649 raft_consensus.cc:359] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.364130  1649 raft_consensus.cc:385] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:30.364428  1649 raft_consensus.cc:740] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Initialized, Role: FOLLOWER
I20260630 12:34:30.364355  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:30.365123  1455 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.365350  1604 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.365391  1649 consensus_queue.cc:260] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.366187  1604 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.370611  1649 ts_tablet_manager.cc:1434] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:34:30.372855  1604 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.372855  1455 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.374234  1496 leader_election.cc:304] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.375289  1658 raft_consensus.cc:2804] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.375759  1658 raft_consensus.cc:697] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Leader. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:30.376446  1658 consensus_queue.cc:237] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.381384  1351 catalog_manager.cc:5697] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2929daa527a1433daade59ef36373366 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.393998  1351 catalog_manager.cc:5697] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2929daa527a1433daade59ef36373366 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.567358  1676 consensus_queue.cc:1048] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.581559  1669 consensus_queue.cc:1048] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.583220  1658 raft_consensus.cc:493] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.583709  1658 raft_consensus.cc:515] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.585835  1658 leader_election.cc:290] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.586978  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.587407  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8" is_pre_election: true
I20260630 12:34:30.587814  1455 raft_consensus.cc:2468] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.588063  1602 raft_consensus.cc:2468] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 0.
I20260630 12:34:30.589136  1496 leader_election.cc:304] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.589983  1658 raft_consensus.cc:2804] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:30.590333  1658 raft_consensus.cc:493] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:30.590672  1658 raft_consensus.cc:3060] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.596531  1658 raft_consensus.cc:515] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.598822  1658 leader_election.cc:290] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3:38129)
I20260630 12:34:30.599418  1602 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
I20260630 12:34:30.599543  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3d0f367022134a82ba367cd5f3c503dd" candidate_uuid: "2929daa527a1433daade59ef36373366" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:30.600056  1602 raft_consensus.cc:3060] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.600114  1455 raft_consensus.cc:3060] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.606707  1455 raft_consensus.cc:2468] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.606707  1602 raft_consensus.cc:2468] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2929daa527a1433daade59ef36373366 in term 1.
I20260630 12:34:30.608000  1496 leader_election.cc:304] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2929daa527a1433daade59ef36373366, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:30.608934  1658 raft_consensus.cc:2804] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:30.609556  1658 raft_consensus.cc:697] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Leader. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:30.610415  1658 consensus_queue.cc:237] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:30.619451  1669 consensus_queue.cc:1048] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.623368  1353 catalog_manager.cc:5697] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2929daa527a1433daade59ef36373366 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:30.631462  1669 consensus_queue.cc:1048] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.639384   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:30.642773  1669 consensus_queue.cc:1048] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.654919  1676 consensus_queue.cc:1048] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.663399  1656 raft_consensus.cc:493] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:30.664090  1656 raft_consensus.cc:515] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
W20260630 12:34:30.665714  1703 instance_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:30.674697  1656 leader_election.cc:290] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:30.688802  1658 consensus_queue.cc:1048] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:34:30.689906  1704 instance_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:30.691839  1713 instance_detector.cc: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:30.695559   788 server_base.cc:1061] running on GCE node
I20260630 12:34:30.696072  1454 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8b97364034e0427faeeedc9b634282a0" is_pre_election: true
I20260630 12:34:30.697147   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:30.697456   788 system_unsync_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:30.697681   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822870697655 us; error 0 us; skew 500 ppm
I20260630 12:34:30.698454   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:30.704908   788 webserver.cc:533] Webserver started at http://127.0.197.4:46467/ using document root <none> and password file <none>
I20260630 12:34:30.705595   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:30.705871   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:30.706194   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:30.707541  1602 raft_consensus.cc:3060] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:30.707619   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "95d0bb98b70a44839cb03c1fd60eb13e"
format_stamp: "Formatted at 2026-06-30 12:34:30 on dist-test-slave-0dvn"
I20260630 12:34:30.714381   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.000s	sys 0.005s
I20260630 12:34:30.717355  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc1b753431b546688922570eecf2b2f2" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2929daa527a1433daade59ef36373366" is_pre_election: true
I20260630 12:34:30.718459  1680 consensus_queue.cc:1048] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.719141  1718 log_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:30.720256  1568 leader_election.cc:304] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [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: bc1c672627d7417cb6e1e85556da9bd8; no voters: 2929daa527a1433daade59ef36373366, 8b97364034e0427faeeedc9b634282a0
I20260630 12:34:30.720350  1678 consensus_queue.cc:1048] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:30.721431   788 fs_manager.cc:730] Time spent opening block manager: real 0.005s	user 0.003s	sys 0.001s
I20260630 12:34:30.721560  1656 raft_consensus.cc:2749] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:34:30.721779   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "95d0bb98b70a44839cb03c1fd60eb13e"
format_stamp: "Formatted at 2026-06-30 12:34:30 on dist-test-slave-0dvn"
I20260630 12:34:30.722395   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingTurnOffAndOn.1782822861066773-788-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:30.738955  1680 consensus_queue.cc:1048] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" 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:34:30.753726   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:30.754843   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:30.756294   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:30.759470   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:30.759714   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:30.759986   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:30.760187   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:30.784274  1680 consensus_queue.cc:1048] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:34:30.801951  1678 consensus_queue.cc:1048] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" 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:34:30.823907   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:40215
I20260630 12:34:30.824004  1785 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:40215 every 8 connection(s)
I20260630 12:34:30.842514  1786 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40297
I20260630 12:34:30.842907  1786 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:30.843629  1786 heartbeater.cc:507] Master 127.0.197.62:40297 requested a full tablet report, sending...
I20260630 12:34:30.845633  1352 ts_manager.cc:194] Registered new tserver with Master: 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4:40215)
I20260630 12:34:30.847023  1352 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:52040
I20260630 12:34:30.880399  1678 consensus_queue.cc:1048] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" 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:34:30.890204  1680 consensus_queue.cc:1048] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.160104  1680 consensus_queue.cc:1048] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" 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:34:31.170919  1658 consensus_queue.cc:1048] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:31.849526  1786 heartbeater.cc:499] Master 127.0.197.62:40297 was elected leader, sending a full tablet report...
I20260630 12:34:32.210711  1406 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:32.229001  1530 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3"
dest_uuid: "2929daa527a1433daade59ef36373366"
mode: GRACEFUL
new_leader_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
 from {username='slave'} at 127.0.0.1:45452
I20260630 12:34:32.229842  1530 raft_consensus.cc:606] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Received request to transfer leadership to TS bc1c672627d7417cb6e1e85556da9bd8
I20260630 12:34:32.232348  1530 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785"
dest_uuid: "2929daa527a1433daade59ef36373366"
mode: GRACEFUL
new_leader_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
 from {username='slave'} at 127.0.0.1:45452
I20260630 12:34:32.232755  1530 raft_consensus.cc:606] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Received request to transfer leadership to TS bc1c672627d7417cb6e1e85556da9bd8
I20260630 12:34:32.233909  1406 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 2
I20260630 12:34:32.234498  1406 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:32.496963  1795 raft_consensus.cc:993] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: : Instructing follower bc1c672627d7417cb6e1e85556da9bd8 to start an election
I20260630 12:34:32.497529  1658 raft_consensus.cc:1081] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Signalling peer bc1c672627d7417cb6e1e85556da9bd8 to start an election
I20260630 12:34:32.499236  1602 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3"
dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
 from {username='slave'} at 127.0.0.1:60380
I20260630 12:34:32.499873  1602 raft_consensus.cc:493] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:32.500293  1602 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.505636  1602 raft_consensus.cc:515] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.507642  1602 leader_election.cc:290] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [CANDIDATE]: Term 2 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:32.508576  1455 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:32.508875  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "517c77edb0474c0b81cb5b4a2b472ac3" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2929daa527a1433daade59ef36373366"
I20260630 12:34:32.509296  1455 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.509529  1530 raft_consensus.cc:3055] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:32.509953  1530 raft_consensus.cc:740] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:32.510650  1530 consensus_queue.cc:260] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.511660  1530 raft_consensus.cc:3060] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.514793  1455 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bc1c672627d7417cb6e1e85556da9bd8 in term 2.
I20260630 12:34:32.516208  1567 leader_election.cc:304] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [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: 8b97364034e0427faeeedc9b634282a0, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:32.517014  1530 raft_consensus.cc:2468] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bc1c672627d7417cb6e1e85556da9bd8 in term 2.
I20260630 12:34:32.517820  1798 raft_consensus.cc:2804] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:32.518805  1798 raft_consensus.cc:697] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 LEADER]: Becoming Leader. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Running, Role: LEADER
I20260630 12:34:32.519654  1798 consensus_queue.cc:237] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.526629  1352 catalog_manager.cc:5697] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 reported cstate change: term changed from 1 to 2, leader changed from 2929daa527a1433daade59ef36373366 (127.0.197.2) to bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3). New cstate: current_term: 2 leader_uuid: "bc1c672627d7417cb6e1e85556da9bd8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:32.713799  1795 raft_consensus.cc:993] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: : Instructing follower bc1c672627d7417cb6e1e85556da9bd8 to start an election
I20260630 12:34:32.714295  1658 raft_consensus.cc:1081] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Signalling peer bc1c672627d7417cb6e1e85556da9bd8 to start an election
I20260630 12:34:32.715767  1602 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785"
dest_uuid: "bc1c672627d7417cb6e1e85556da9bd8"
 from {username='slave'} at 127.0.0.1:60380
I20260630 12:34:32.716238  1602 raft_consensus.cc:493] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:34:32.716560  1602 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.721004  1602 raft_consensus.cc:515] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.722647  1602 leader_election.cc:290] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [CANDIDATE]: Term 2 election: Requested vote from peers 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279), 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:32.723580  1454 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "8b97364034e0427faeeedc9b634282a0"
I20260630 12:34:32.723713  1530 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fce4d6fd3d894c1098c1080282732785" candidate_uuid: "bc1c672627d7417cb6e1e85556da9bd8" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "2929daa527a1433daade59ef36373366"
I20260630 12:34:32.724100  1454 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.724320  1530 raft_consensus.cc:3055] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:34:32.724676  1530 raft_consensus.cc:740] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 2929daa527a1433daade59ef36373366, State: Running, Role: LEADER
I20260630 12:34:32.725399  1530 consensus_queue.cc:260] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.726352  1530 raft_consensus.cc:3060] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:34:32.729707  1454 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bc1c672627d7417cb6e1e85556da9bd8 in term 2.
I20260630 12:34:32.730737  1567 leader_election.cc:304] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [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: 8b97364034e0427faeeedc9b634282a0, bc1c672627d7417cb6e1e85556da9bd8; no voters: 
I20260630 12:34:32.731555  1798 raft_consensus.cc:2804] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:32.731973  1798 raft_consensus.cc:697] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 LEADER]: Becoming Leader. State: Replica: bc1c672627d7417cb6e1e85556da9bd8, State: Running, Role: LEADER
I20260630 12:34:32.732326  1530 raft_consensus.cc:2468] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate bc1c672627d7417cb6e1e85556da9bd8 in term 2.
I20260630 12:34:32.732758  1798 consensus_queue.cc:237] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } }
I20260630 12:34:32.739449  1352 catalog_manager.cc:5697] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 reported cstate change: term changed from 1 to 2, leader changed from 2929daa527a1433daade59ef36373366 (127.0.197.2) to bc1c672627d7417cb6e1e85556da9bd8 (127.0.197.3). New cstate: current_term: 2 leader_uuid: "bc1c672627d7417cb6e1e85556da9bd8" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:33.061929  1530 raft_consensus.cc:1275] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Refusing update from remote peer bc1c672627d7417cb6e1e85556da9bd8: 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:33.063210  1798 consensus_queue.cc:1048] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:33.075428  1454 raft_consensus.cc:1275] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Refusing update from remote peer bc1c672627d7417cb6e1e85556da9bd8: 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:33.077629  1809 consensus_queue.cc:1048] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:34:33.336804  1530 raft_consensus.cc:1275] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Refusing update from remote peer bc1c672627d7417cb6e1e85556da9bd8: 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:33.337805  1454 raft_consensus.cc:1275] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Refusing update from remote peer bc1c672627d7417cb6e1e85556da9bd8: 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:33.338233  1809 consensus_queue.cc:1048] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:33.339035  1798 consensus_queue.cc:1048] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:34.235594  1406 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:34.240801  1406 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:34.241174  1406 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.242163  1406 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:36.242378  1454 consensus_queue.cc:237] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.249172  1406 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:36.249945  1406 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:36.253607  1602 raft_consensus.cc:1275] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Refusing update from remote peer 8b97364034e0427faeeedc9b634282a0: 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:36.253618  1529 raft_consensus.cc:1275] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Refusing update from remote peer 8b97364034e0427faeeedc9b634282a0: 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:36.255174  1815 consensus_queue.cc:1048] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } 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:36.255975  1820 consensus_queue.cc:1048] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:34:36.264313  1421 consensus_peers.cc:597] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 -> Peer 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4:40215): Couldn't send request to peer 95d0bb98b70a44839cb03c1fd60eb13e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 446fc4ff2bb94322916e1b23d5a04db6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.267334  1815 raft_consensus.cc:2955] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.269505  1529 raft_consensus.cc:2955] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.280392  1602 raft_consensus.cc:2955] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.288209  1351 catalog_manager.cc:5697] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 reported cstate change: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "8b97364034e0427faeeedc9b634282a0" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:36.294241  1529 consensus_queue.cc:237] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.304525  1454 raft_consensus.cc:1275] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.305932  1658 consensus_queue.cc:1048] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.312199  1602 raft_consensus.cc:1275] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.314512  1658 consensus_queue.cc:1048] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } 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:36.321077  1834 raft_consensus.cc:2955] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.322782  1455 raft_consensus.cc:2955] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
W20260630 12:34:36.328193  1496 consensus_peers.cc:597] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 -> Peer 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4:40215): Couldn't send request to peer 95d0bb98b70a44839cb03c1fd60eb13e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3d0f367022134a82ba367cd5f3c503dd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.340770  1529 consensus_queue.cc:237] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.344516  1602 raft_consensus.cc:2955] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.346740  1352 catalog_manager.cc:5697] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 reported cstate change: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.350391  1604 raft_consensus.cc:1275] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.351308  1496 consensus_peers.cc:597] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 -> Peer 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4:40215): Couldn't send request to peer 95d0bb98b70a44839cb03c1fd60eb13e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e4edd543011c4b0882990fa071f32897. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.352242  1658 consensus_queue.cc:1048] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.352934  1455 raft_consensus.cc:1275] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.357362  1658 consensus_queue.cc:1048] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } 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:36.363801  1834 raft_consensus.cc:2955] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.367514  1455 raft_consensus.cc:2955] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.367951  1604 raft_consensus.cc:2955] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.379443  1353 catalog_manager.cc:5697] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 reported cstate change: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.380399  1529 consensus_queue.cc:237] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
W20260630 12:34:36.389653  1496 consensus_peers.cc:597] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 -> Peer 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4:40215): Couldn't send request to peer 95d0bb98b70a44839cb03c1fd60eb13e. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: bc1b753431b546688922570eecf2b2f2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:36.391088  1604 raft_consensus.cc:1275] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.391206  1455 raft_consensus.cc:1275] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Refusing update from remote peer 2929daa527a1433daade59ef36373366: 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:36.392962  1658 consensus_queue.cc:1048] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:34:36.393747  1834 consensus_queue.cc:1048] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [LEADER]: Connected to new peer: Peer: permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } 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:36.412139  1658 raft_consensus.cc:2955] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.414053  1455 raft_consensus.cc:2955] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.415134  1602 raft_consensus.cc:2955] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } } }
I20260630 12:34:36.427531  1351 catalog_manager.cc:5697] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 reported cstate change: config changed from index -1 to 2, NON_VOTER 95d0bb98b70a44839cb03c1fd60eb13e (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2929daa527a1433daade59ef36373366" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:36.755754  1845 ts_tablet_manager.cc:933] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: Initiating tablet copy from peer 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:36.757943  1845 tablet_copy_client.cc:323] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:44429
I20260630 12:34:36.770591  1540 tablet_copy_service.cc:140] P 2929daa527a1433daade59ef36373366: Received BeginTabletCopySession request for tablet 3d0f367022134a82ba367cd5f3c503dd from peer 95d0bb98b70a44839cb03c1fd60eb13e ({username='slave'} at 127.0.0.1:52864)
I20260630 12:34:36.771121  1540 tablet_copy_service.cc:161] P 2929daa527a1433daade59ef36373366: Beginning new tablet copy session on tablet 3d0f367022134a82ba367cd5f3c503dd from peer 95d0bb98b70a44839cb03c1fd60eb13e at {username='slave'} at 127.0.0.1:52864: session id = 95d0bb98b70a44839cb03c1fd60eb13e-3d0f367022134a82ba367cd5f3c503dd
I20260630 12:34:36.781530  1540 tablet_copy_source_session.cc:215] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.782140  1848 ts_tablet_manager.cc:933] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: Initiating tablet copy from peer 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279)
I20260630 12:34:36.784402  1848 tablet_copy_client.cc:323] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:38279
I20260630 12:34:36.785954  1845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3d0f367022134a82ba367cd5f3c503dd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.798228  1465 tablet_copy_service.cc:140] P 8b97364034e0427faeeedc9b634282a0: Received BeginTabletCopySession request for tablet 446fc4ff2bb94322916e1b23d5a04db6 from peer 95d0bb98b70a44839cb03c1fd60eb13e ({username='slave'} at 127.0.0.1:39898)
I20260630 12:34:36.798825  1465 tablet_copy_service.cc:161] P 8b97364034e0427faeeedc9b634282a0: Beginning new tablet copy session on tablet 446fc4ff2bb94322916e1b23d5a04db6 from peer 95d0bb98b70a44839cb03c1fd60eb13e at {username='slave'} at 127.0.0.1:39898: session id = 95d0bb98b70a44839cb03c1fd60eb13e-446fc4ff2bb94322916e1b23d5a04db6
I20260630 12:34:36.799746  1845 tablet_copy_client.cc:806] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.800384  1845 tablet_copy_client.cc:670] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:36.804827  1845 tablet_copy_client.cc:538] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.806421  1465 tablet_copy_source_session.cc:215] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.809584  1848 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 446fc4ff2bb94322916e1b23d5a04db6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.811996  1845 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap starting.
I20260630 12:34:36.825395  1848 tablet_copy_client.cc:806] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.826031  1848 tablet_copy_client.cc:670] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:36.831463  1848 tablet_copy_client.cc:538] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.833992  1852 ts_tablet_manager.cc:933] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: Initiating tablet copy from peer 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:36.838150  1845 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: 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:36.839177  1845 tablet_bootstrap.cc:492] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap complete.
I20260630 12:34:36.839891  1845 ts_tablet_manager.cc:1403] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.005s
I20260630 12:34:36.840103  1848 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap starting.
I20260630 12:34:36.843133  1845 raft_consensus.cc:359] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.844143  1845 raft_consensus.cc:740] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 95d0bb98b70a44839cb03c1fd60eb13e, State: Initialized, Role: LEARNER
I20260630 12:34:36.844895  1845 consensus_queue.cc:260] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.846913  1852 tablet_copy_client.cc:323] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:44429
I20260630 12:34:36.848909  1540 tablet_copy_service.cc:140] P 2929daa527a1433daade59ef36373366: Received BeginTabletCopySession request for tablet e4edd543011c4b0882990fa071f32897 from peer 95d0bb98b70a44839cb03c1fd60eb13e ({username='slave'} at 127.0.0.1:52864)
I20260630 12:34:36.849612  1540 tablet_copy_service.cc:161] P 2929daa527a1433daade59ef36373366: Beginning new tablet copy session on tablet e4edd543011c4b0882990fa071f32897 from peer 95d0bb98b70a44839cb03c1fd60eb13e at {username='slave'} at 127.0.0.1:52864: session id = 95d0bb98b70a44839cb03c1fd60eb13e-e4edd543011c4b0882990fa071f32897
I20260630 12:34:36.851893  1845 ts_tablet_manager.cc:1434] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.003s
I20260630 12:34:36.854066  1539 tablet_copy_service.cc:342] P 2929daa527a1433daade59ef36373366: Request end of tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-3d0f367022134a82ba367cd5f3c503dd received from {username='slave'} at 127.0.0.1:52864
I20260630 12:34:36.854493  1539 tablet_copy_service.cc:434] P 2929daa527a1433daade59ef36373366: ending tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-3d0f367022134a82ba367cd5f3c503dd on tablet 3d0f367022134a82ba367cd5f3c503dd with peer 95d0bb98b70a44839cb03c1fd60eb13e
I20260630 12:34:36.864149   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
W20260630 12:34:36.869684  1493 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:36.870038  1540 tablet_copy_source_session.cc:215] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.873598  1848 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: 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:36.874569  1848 tablet_bootstrap.cc:492] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap complete.
I20260630 12:34:36.875304  1852 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e4edd543011c4b0882990fa071f32897. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.875331  1848 ts_tablet_manager.cc:1403] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent bootstrapping tablet: real 0.035s	user 0.026s	sys 0.000s
I20260630 12:34:36.891001  1848 raft_consensus.cc:359] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.892500   788 tablet_copy_service.cc:362] P 8b97364034e0427faeeedc9b634282a0: Destroying tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-446fc4ff2bb94322916e1b23d5a04db6 due to service shutdown
I20260630 12:34:36.893114   788 tablet_copy_service.cc:434] P 8b97364034e0427faeeedc9b634282a0: ending tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-446fc4ff2bb94322916e1b23d5a04db6 on tablet 446fc4ff2bb94322916e1b23d5a04db6 with peer 95d0bb98b70a44839cb03c1fd60eb13e
I20260630 12:34:36.892443  1848 raft_consensus.cc:740] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 95d0bb98b70a44839cb03c1fd60eb13e, State: Initialized, Role: LEARNER
I20260630 12:34:36.894623  1848 consensus_queue.cc:260] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.909880  1852 tablet_copy_client.cc:806] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:36.910584  1852 tablet_copy_client.cc:670] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 1 WAL segments...
W20260630 12:34:36.904510  1493 consensus_peers.cc:597] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 -> Peer 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279): Couldn't send request to peer 8b97364034e0427faeeedc9b634282a0. 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:36.911589  1848 ts_tablet_manager.cc:1434] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent starting tablet: real 0.036s	user 0.004s	sys 0.004s
I20260630 12:34:36.914741  1852 tablet_copy_client.cc:538] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:36.925872  1852 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap starting.
I20260630 12:34:36.932842   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:36.934092   788 tablet_replica.cc:333] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.935304   788 raft_consensus.cc:2243] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.936267   788 raft_consensus.cc:2272] T 517c77edb0474c0b81cb5b4a2b472ac3 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.938915   788 tablet_replica.cc:333] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.939769   788 raft_consensus.cc:2243] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.940364   788 raft_consensus.cc:2272] T 3d0f367022134a82ba367cd5f3c503dd P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.942773   788 tablet_replica.cc:333] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.943301   788 raft_consensus.cc:2243] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.943758   788 raft_consensus.cc:2272] T fce4d6fd3d894c1098c1080282732785 P 8b97364034e0427faeeedc9b634282a0 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.945798   788 tablet_replica.cc:333] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.946527   788 raft_consensus.cc:2243] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.947063   788 raft_consensus.cc:2272] T e4edd543011c4b0882990fa071f32897 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.947542  1852 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: 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:36.948498  1852 tablet_bootstrap.cc:492] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap complete.
I20260630 12:34:36.949187  1852 ts_tablet_manager.cc:1403] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent bootstrapping tablet: real 0.024s	user 0.017s	sys 0.005s
I20260630 12:34:36.950009   788 tablet_replica.cc:333] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.950760   788 raft_consensus.cc:2243] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.951680   788 raft_consensus.cc:2272] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.952086  1852 raft_consensus.cc:359] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.952983  1852 raft_consensus.cc:740] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 95d0bb98b70a44839cb03c1fd60eb13e, State: Initialized, Role: LEARNER
I20260630 12:34:36.953953   788 tablet_replica.cc:333] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.953655  1852 consensus_queue.cc:260] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } attrs { replace: true } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:36.954603   788 raft_consensus.cc:2243] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.955577   788 raft_consensus.cc:2272] T 446fc4ff2bb94322916e1b23d5a04db6 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.955991  1852 ts_tablet_manager.cc:1434] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.004s
I20260630 12:34:36.958439   788 tablet_replica.cc:333] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.958758  1845 ts_tablet_manager.cc:933] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: Initiating tablet copy from peer 2929daa527a1433daade59ef36373366 (127.0.197.2:44429)
I20260630 12:34:36.959107   788 raft_consensus.cc:2243] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:36.960028  1540 tablet_copy_service.cc:342] P 2929daa527a1433daade59ef36373366: Request end of tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-e4edd543011c4b0882990fa071f32897 received from {username='slave'} at 127.0.0.1:52864
I20260630 12:34:36.960150   788 raft_consensus.cc:2272] T a56bb681ab284b9c855b72cbd9bf6faa P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.960448  1540 tablet_copy_service.cc:434] P 2929daa527a1433daade59ef36373366: ending tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-e4edd543011c4b0882990fa071f32897 on tablet e4edd543011c4b0882990fa071f32897 with peer 95d0bb98b70a44839cb03c1fd60eb13e
I20260630 12:34:36.962806   788 tablet_replica.cc:333] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0: stopping tablet replica
I20260630 12:34:36.963601   788 raft_consensus.cc:2243] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:36.964309   788 raft_consensus.cc:2272] T bc1b753431b546688922570eecf2b2f2 P 8b97364034e0427faeeedc9b634282a0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:36.973068  1845 tablet_copy_client.cc:323] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:44429
I20260630 12:34:36.974895  1540 tablet_copy_service.cc:140] P 2929daa527a1433daade59ef36373366: Received BeginTabletCopySession request for tablet bc1b753431b546688922570eecf2b2f2 from peer 95d0bb98b70a44839cb03c1fd60eb13e ({username='slave'} at 127.0.0.1:52864)
I20260630 12:34:36.975446  1540 tablet_copy_service.cc:161] P 2929daa527a1433daade59ef36373366: Beginning new tablet copy session on tablet bc1b753431b546688922570eecf2b2f2 from peer 95d0bb98b70a44839cb03c1fd60eb13e at {username='slave'} at 127.0.0.1:52864: session id = 95d0bb98b70a44839cb03c1fd60eb13e-bc1b753431b546688922570eecf2b2f2
I20260630 12:34:36.982937  1540 tablet_copy_source_session.cc:215] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:36.988308  1845 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc1b753431b546688922570eecf2b2f2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:36.992981   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
W20260630 12:34:36.995357  1493 consensus_peers.cc:597] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 -> Peer 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279): Couldn't send request to peer 8b97364034e0427faeeedc9b634282a0. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38279: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.008487  1845 tablet_copy_client.cc:806] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:37.009325  1845 tablet_copy_client.cc:670] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:37.013939  1845 tablet_copy_client.cc:538] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:34:37.018821  1848 tablet_copy_client.cc:1131] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.1:38279: connect: Connection refused (error 111)
I20260630 12:34:37.020859   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:34:37.024749  1845 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap starting.
I20260630 12:34:37.043200   788 tablet_copy_service.cc:362] P 2929daa527a1433daade59ef36373366: Destroying tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-bc1b753431b546688922570eecf2b2f2 due to service shutdown
I20260630 12:34:37.043538   788 tablet_copy_service.cc:434] P 2929daa527a1433daade59ef36373366: ending tablet copy session 95d0bb98b70a44839cb03c1fd60eb13e-bc1b753431b546688922570eecf2b2f2 on tablet bc1b753431b546688922570eecf2b2f2 with peer 95d0bb98b70a44839cb03c1fd60eb13e
I20260630 12:34:37.051230  1845 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: 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:37.052421  1845 tablet_bootstrap.cc:492] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: Bootstrap complete.
I20260630 12:34:37.053251  1845 ts_tablet_manager.cc:1403] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent bootstrapping tablet: real 0.029s	user 0.022s	sys 0.005s
I20260630 12:34:37.056524  1845 raft_consensus.cc:359] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:37.057526  1845 raft_consensus.cc:740] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 95d0bb98b70a44839cb03c1fd60eb13e, State: Initialized, Role: LEARNER
I20260630 12:34:37.058305  1845 consensus_queue.cc:260] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e [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: "8b97364034e0427faeeedc9b634282a0" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38279 } } peers { permanent_uuid: "2929daa527a1433daade59ef36373366" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44429 } } peers { permanent_uuid: "bc1c672627d7417cb6e1e85556da9bd8" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38129 } attrs { replace: true } } peers { permanent_uuid: "95d0bb98b70a44839cb03c1fd60eb13e" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 40215 } attrs { promote: true } }
I20260630 12:34:37.060964  1845 ts_tablet_manager.cc:1434] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:34:37.069231   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.070330   788 tablet_replica.cc:333] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.071233   788 raft_consensus.cc:2243] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.072302   788 raft_consensus.cc:2272] T 3d0f367022134a82ba367cd5f3c503dd P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.074626   788 tablet_replica.cc:333] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.075157   788 raft_consensus.cc:2243] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.076023   788 raft_consensus.cc:2272] T bc1b753431b546688922570eecf2b2f2 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.078662   788 tablet_replica.cc:333] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.079206   788 raft_consensus.cc:2243] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.079604   788 raft_consensus.cc:2272] T fce4d6fd3d894c1098c1080282732785 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.081177   788 tablet_replica.cc:333] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.081808   788 raft_consensus.cc:2243] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.082249   788 raft_consensus.cc:2272] T 446fc4ff2bb94322916e1b23d5a04db6 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.084566   788 tablet_replica.cc:333] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.085299   788 raft_consensus.cc:2243] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.085877   788 raft_consensus.cc:2272] T 47dfb9ef4c3c4384b95a8fd67abd9112 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.087771   788 tablet_replica.cc:333] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.088263   788 raft_consensus.cc:2243] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.089504   788 raft_consensus.cc:2272] T e4edd543011c4b0882990fa071f32897 P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.092376   788 tablet_replica.cc:333] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.093111   788 raft_consensus.cc:2243] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.093771   788 raft_consensus.cc:2272] T a56bb681ab284b9c855b72cbd9bf6faa P 2929daa527a1433daade59ef36373366 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:34:37.095556  1567 consensus_peers.cc:597] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 -> Peer 8b97364034e0427faeeedc9b634282a0 (127.0.197.1:38279): Couldn't send request to peer 8b97364034e0427faeeedc9b634282a0. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38279: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:37.095991   788 tablet_replica.cc:333] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366: stopping tablet replica
I20260630 12:34:37.096486   788 raft_consensus.cc:2243] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.096874   788 raft_consensus.cc:2272] T 517c77edb0474c0b81cb5b4a2b472ac3 P 2929daa527a1433daade59ef36373366 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.126576   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:34:37.151520   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:34:37.182081   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.182832   788 tablet_replica.cc:333] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.183461   788 raft_consensus.cc:2243] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.183971   788 raft_consensus.cc:2272] T 3d0f367022134a82ba367cd5f3c503dd P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.186633   788 tablet_replica.cc:333] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.187358   788 raft_consensus.cc:2243] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
W20260630 12:34:37.187371  1845 tablet_copy_client.cc:1131] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.2:44429: connect: Connection refused (error 111)
I20260630 12:34:37.188089   788 raft_consensus.cc:2272] T bc1b753431b546688922570eecf2b2f2 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.190539   788 tablet_replica.cc:333] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.191041   788 raft_consensus.cc:2243] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.191697   788 raft_consensus.cc:2272] T fce4d6fd3d894c1098c1080282732785 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.193375   788 tablet_replica.cc:333] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.193955   788 raft_consensus.cc:2243] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.194415   788 raft_consensus.cc:2272] T 47dfb9ef4c3c4384b95a8fd67abd9112 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.196107   788 tablet_replica.cc:333] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.196569   788 raft_consensus.cc:2243] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.196987   788 raft_consensus.cc:2272] T 446fc4ff2bb94322916e1b23d5a04db6 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.199095   788 tablet_replica.cc:333] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.199580   788 raft_consensus.cc:2243] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.199985   788 raft_consensus.cc:2272] T e4edd543011c4b0882990fa071f32897 P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.202044   788 tablet_replica.cc:333] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.202508   788 raft_consensus.cc:2243] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:37.202999   788 raft_consensus.cc:2272] T a56bb681ab284b9c855b72cbd9bf6faa P bc1c672627d7417cb6e1e85556da9bd8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.204914   788 tablet_replica.cc:333] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8: stopping tablet replica
I20260630 12:34:37.205500   788 raft_consensus.cc:2243] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.206162   788 raft_consensus.cc:2272] T 517c77edb0474c0b81cb5b4a2b472ac3 P bc1c672627d7417cb6e1e85556da9bd8 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.233474   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:34:37.251904   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:34:37.282114   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:37.283536   788 tablet_replica.cc:333] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e: stopping tablet replica
I20260630 12:34:37.284171   788 raft_consensus.cc:2243] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.284577   788 raft_consensus.cc:2272] T 446fc4ff2bb94322916e1b23d5a04db6 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.286386   788 tablet_replica.cc:333] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e: stopping tablet replica
I20260630 12:34:37.286888   788 raft_consensus.cc:2243] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.287247   788 raft_consensus.cc:2272] T bc1b753431b546688922570eecf2b2f2 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.288923   788 tablet_replica.cc:333] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e: stopping tablet replica
I20260630 12:34:37.289400   788 raft_consensus.cc:2243] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.289829   788 raft_consensus.cc:2272] T e4edd543011c4b0882990fa071f32897 P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.291486   788 tablet_replica.cc:333] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e: stopping tablet replica
I20260630 12:34:37.291935   788 raft_consensus.cc:2243] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:34:37.292275   788 raft_consensus.cc:2272] T 3d0f367022134a82ba367cd5f3c503dd P 95d0bb98b70a44839cb03c1fd60eb13e [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:34:37.314556   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:34:37.326253   788 master.cc:562] Master@127.0.197.62:40297 shutting down...
W20260630 12:34:37.354004  1401 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:34:37.355247   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:37.355751   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:37.356081   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P c7a5431a6e9147fb8c29f79cdb5c41b4: stopping tablet replica
I20260630 12:34:37.376582   788 master.cc:584] Master@127.0.197.62:40297 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingTurnOffAndOn (9337 ms)
[ RUN      ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing
I20260630 12:34:37.418174   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:39739,127.0.197.61:36245,127.0.197.60:44565
I20260630 12:34:37.419591   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.425287  1864 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.426115  1863 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.426868  1866 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.428021   788 server_base.cc:1061] running on GCE node
I20260630 12:34:37.428902   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.429085   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.429198   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822877429187 us; error 0 us; skew 500 ppm
I20260630 12:34:37.429673   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.431955   788 webserver.cc:533] Webserver started at http://127.0.197.62:43347/ using document root <none> and password file <none>
I20260630 12:34:37.432374   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.432521   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.432753   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.433998   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "acdcd58487d3451fb6d5b1b2f129706b"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.438179   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:34:37.441238  1871 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.442046   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:37.442274   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "acdcd58487d3451fb6d5b1b2f129706b"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.442512   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:37.466331   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.467497   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.503976   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:39739
I20260630 12:34:37.504313  1922 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:39739 every 8 connection(s)
I20260630 12:34:37.508368  1923 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:37.508641   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.514001  1925 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.514219  1926 instance_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:37.515849  1923 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.519375   788 server_base.cc:1061] running on GCE node
W20260630 12:34:37.520190  1928 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.521039   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.521266   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.521489   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822877521469 us; error 0 us; skew 500 ppm
I20260630 12:34:37.521991   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.525650   788 webserver.cc:533] Webserver started at http://127.0.197.61:39425/ using document root <none> and password file <none>
I20260630 12:34:37.526286   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.526539   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.526858   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.528149   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root/instance:
uuid: "1397b0f2ae2c488d9c8e02ad5891835c"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.533587   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.003s
I20260630 12:34:37.536536  1923 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.537635  1935 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.538563   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:34:37.538900   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
uuid: "1397b0f2ae2c488d9c8e02ad5891835c"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.539178   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:37.542337  1923 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.61:36245: Network error: Client connection negotiation failed: client connection to 127.0.197.61:36245: connect: Connection refused (error 111)
I20260630 12:34:37.564541   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.565843   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.578897  1923 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } attempt: 1
W20260630 12:34:37.583961  1923 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.61:36245: Network error: Client connection negotiation failed: client connection to 127.0.197.61:36245: connect: Connection refused (error 111)
I20260630 12:34:37.604633   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.61:36245
I20260630 12:34:37.604736  1987 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.61:36245 every 8 connection(s)
I20260630 12:34:37.608317   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:37.608614  1988 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:37.613917  1990 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.614125  1991 instance_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:37.615949  1988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:37.617748  1993 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.618448   788 server_base.cc:1061] running on GCE node
I20260630 12:34:37.619640   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.619865   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.620056   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822877620038 us; error 0 us; skew 500 ppm
I20260630 12:34:37.620687   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.623263   788 webserver.cc:533] Webserver started at http://127.0.197.60:33775/ using document root <none> and password file <none>
I20260630 12:34:37.623832   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.624066   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.624388   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.625814   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root/instance:
uuid: "42d1010120594c089e385f1fd254a351"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.628574  1988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.632617   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.005s
I20260630 12:34:37.636639  2000 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.637588   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:34:37.637957   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
uuid: "42d1010120594c089e385f1fd254a351"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.638306   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/master-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:37.642141  1988 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:37.648443  1988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:44565: Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:37.651486   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.652557   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.658522  1923 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } attempt: 2
I20260630 12:34:37.670441  1923 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } has no permanent_uuid. Determining permanent_uuid...
W20260630 12:34:37.676218  1923 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:44565: Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:37.683920  1988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } attempt: 1
W20260630 12:34:37.689100  1988 consensus_peers.cc:760] Error getting permanent uuid from config peer 127.0.197.60:44565: Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:37.695616   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.60:44565
I20260630 12:34:37.695791  2052 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.60:44565 every 8 connection(s)
I20260630 12:34:37.698686   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:37.699404  2053 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:37.704952  2053 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.716084  2053 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.724880  2053 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } has no permanent_uuid. Determining permanent_uuid...
I20260630 12:34:37.737797  1923 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } attempt: 1
I20260630 12:34:37.741123  2053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: Bootstrap starting.
I20260630 12:34:37.742601  1988 consensus_peers.cc:770] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } attempt: 2
I20260630 12:34:37.748277  2053 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.754117  2053 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: No bootstrap required, opened a new log
I20260630 12:34:37.755838  1923 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: Bootstrap starting.
I20260630 12:34:37.756870  2053 raft_consensus.cc:359] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.757601  2053 raft_consensus.cc:385] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.757889  2053 raft_consensus.cc:740] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 42d1010120594c089e385f1fd254a351, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.758602  2053 consensus_queue.cc:260] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.760942  1923 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.760778  2059 sys_catalog.cc:455] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [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: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:37.761605  2059 sys_catalog.cc:458] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.761989  1988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: Bootstrap starting.
I20260630 12:34:37.762320  2053 sys_catalog.cc:565] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.765756  1923 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: No bootstrap required, opened a new log
I20260630 12:34:37.768478  1923 raft_consensus.cc:359] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.768980  1988 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:37.769209  1923 raft_consensus.cc:385] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.769671  1923 raft_consensus.cc:740] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: acdcd58487d3451fb6d5b1b2f129706b, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.770584  1923 consensus_queue.cc:260] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.772423  2066 sys_catalog.cc:455] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [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: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:37.773267  2066 sys_catalog.cc:458] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.774179  1923 sys_catalog.cc:565] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.776561  1988 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: No bootstrap required, opened a new log
I20260630 12:34:37.780159  1988 raft_consensus.cc:359] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.781077  1988 raft_consensus.cc:385] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:37.781385  1988 raft_consensus.cc:740] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1397b0f2ae2c488d9c8e02ad5891835c, State: Initialized, Role: FOLLOWER
I20260630 12:34:37.782686  1988 consensus_queue.cc:260] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
W20260630 12:34:37.787146  2075 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.787487  2075 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:37.789729  2079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [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: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:37.790653  2079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:37.791194  1988 sys_catalog.cc:565] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:37.792773   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 1
W20260630 12:34:37.797739  2085 catalog_manager.cc:1594] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.798146  2085 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
I20260630 12:34:37.803136   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 2
I20260630 12:34:37.804960   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:37.807392  2096 catalog_manager.cc:1594] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
W20260630 12:34:37.807756  2096 catalog_manager.cc:883] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
W20260630 12:34:37.812244  2097 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.812505  2098 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:34:37.814424  2100 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.814946   788 server_base.cc:1061] running on GCE node
I20260630 12:34:37.815691   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.815903   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.816080   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822877816062 us; error 0 us; skew 500 ppm
I20260630 12:34:37.816601   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.819017   788 webserver.cc:533] Webserver started at http://127.0.197.1:45409/ using document root <none> and password file <none>
I20260630 12:34:37.819487   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.819692   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.819958   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.821038   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "2db41a128a2e4675ba1a28440e6127cd"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.825215   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
I20260630 12:34:37.828310  2105 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.829041   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:37.829324   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "2db41a128a2e4675ba1a28440e6127cd"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.829655   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:37.841059   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.842281   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.843781   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:37.846095   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:37.846318   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.846544   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:37.846725   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.886588   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38609
I20260630 12:34:37.886660  2167 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38609 every 8 connection(s)
I20260630 12:34:37.901088   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:37.910413  2168 heartbeater.cc:344] Connected to a master server at 127.0.197.60:44565
I20260630 12:34:37.911023  2168 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:37.912199  2168 heartbeater.cc:507] Master 127.0.197.60:44565 requested a full tablet report, sending...
I20260630 12:34:37.915958  2018 ts_manager.cc:194] Registered new tserver with Master: 2db41a128a2e4675ba1a28440e6127cd (127.0.197.1:38609)
I20260630 12:34:37.917181  2170 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39739
I20260630 12:34:37.917634  2170 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:37.918594  2170 heartbeater.cc:507] Master 127.0.197.62:39739 requested a full tablet report, sending...
W20260630 12:34:37.920574  2175 instance_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:37.922204  1888 ts_manager.cc:194] Registered new tserver with Master: 2db41a128a2e4675ba1a28440e6127cd (127.0.197.1:38609)
W20260630 12:34:37.923463  2176 instance_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:37.925102  2169 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36245
I20260630 12:34:37.925609  2169 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:37.926729  2169 heartbeater.cc:507] Master 127.0.197.61:36245 requested a full tablet report, sending...
I20260630 12:34:37.927227   788 server_base.cc:1061] running on GCE node
W20260630 12:34:37.927361  2178 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:34:37.928435   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:37.928673   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:34:37.928894   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822877928875 us; error 0 us; skew 500 ppm
I20260630 12:34:37.929392   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:37.929577  1953 ts_manager.cc:194] Registered new tserver with Master: 2db41a128a2e4675ba1a28440e6127cd (127.0.197.1:38609)
I20260630 12:34:37.932428   788 webserver.cc:533] Webserver started at http://127.0.197.2:40239/ using document root <none> and password file <none>
I20260630 12:34:37.932936   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:37.933172   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:37.933495   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:37.934619   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "02ae551f195f4283889058201301fd07"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.938882   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:37.942387  2183 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.943140   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:37.943449   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "02ae551f195f4283889058201301fd07"
format_stamp: "Formatted at 2026-06-30 12:34:37 on dist-test-slave-0dvn"
I20260630 12:34:37.943737   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:37.952656  2059 raft_consensus.cc:493] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:37.953125  2059 raft_consensus.cc:515] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.954807  2059 leader_election.cc:290] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers acdcd58487d3451fb6d5b1b2f129706b (127.0.197.62:39739), 1397b0f2ae2c488d9c8e02ad5891835c (127.0.197.61:36245)
I20260630 12:34:37.955679  1898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "42d1010120594c089e385f1fd254a351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acdcd58487d3451fb6d5b1b2f129706b" is_pre_election: true
I20260630 12:34:37.955981  1963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "42d1010120594c089e385f1fd254a351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" is_pre_election: true
I20260630 12:34:37.956339  1898 raft_consensus.cc:2468] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 42d1010120594c089e385f1fd254a351 in term 0.
I20260630 12:34:37.956609  1963 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 42d1010120594c089e385f1fd254a351 in term 0.
I20260630 12:34:37.957629  2001 leader_election.cc:304] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 42d1010120594c089e385f1fd254a351, acdcd58487d3451fb6d5b1b2f129706b; no voters: 
I20260630 12:34:37.958384  2059 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:37.958690  2059 raft_consensus.cc:493] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:37.958953  2059 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.963310  2059 raft_consensus.cc:515] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.965004  2059 leader_election.cc:290] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [CANDIDATE]: Term 1 election: Requested vote from peers acdcd58487d3451fb6d5b1b2f129706b (127.0.197.62:39739), 1397b0f2ae2c488d9c8e02ad5891835c (127.0.197.61:36245)
I20260630 12:34:37.965853  1898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "42d1010120594c089e385f1fd254a351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "acdcd58487d3451fb6d5b1b2f129706b"
I20260630 12:34:37.966030  1963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "42d1010120594c089e385f1fd254a351" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1397b0f2ae2c488d9c8e02ad5891835c"
I20260630 12:34:37.966343  1898 raft_consensus.cc:3060] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.966578  1963 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:37.971580  1898 raft_consensus.cc:2468] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 42d1010120594c089e385f1fd254a351 in term 1.
I20260630 12:34:37.972615  2001 leader_election.cc:304] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 42d1010120594c089e385f1fd254a351, acdcd58487d3451fb6d5b1b2f129706b; no voters: 
I20260630 12:34:37.972899  1963 raft_consensus.cc:2468] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 42d1010120594c089e385f1fd254a351 in term 1.
I20260630 12:34:37.973325  2059 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:37.974730  2059 raft_consensus.cc:697] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 1 LEADER]: Becoming Leader. State: Replica: 42d1010120594c089e385f1fd254a351, State: Running, Role: LEADER
I20260630 12:34:37.975450  2059 consensus_queue.cc:237] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:37.977802   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:37.979552   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:37.980115  2188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 42d1010120594c089e385f1fd254a351. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:37.980719  2188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:37.981518   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:37.982549  2191 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:37.984747   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:37.985064   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:37.985347   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:37.985570   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:34:37.989938  2191 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:38.000881  1898 raft_consensus.cc:1275] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Refusing update from remote peer 42d1010120594c089e385f1fd254a351: 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:38.001530  1963 raft_consensus.cc:1275] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Refusing update from remote peer 42d1010120594c089e385f1fd254a351: 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:38.002604  2059 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [LEADER]: Connected to new peer: Peer: permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 }, 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.003358  2188 consensus_queue.cc:1048] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 }, 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.014686  2066 sys_catalog.cc:455] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: SysCatalogTable state changed. Reason: New leader 42d1010120594c089e385f1fd254a351. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.015478  2066 sys_catalog.cc:458] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.015116  2079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 42d1010120594c089e385f1fd254a351. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.015882  2079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.021718  2188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.023425  2188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:38.024186  2188 sys_catalog.cc:455] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.025794  2188 sys_catalog.cc:458] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:38.032182  2191 catalog_manager.cc:1383] Generated new cluster ID: 61fa6e96e5344581a69c1f5ad3b59fc9
I20260630 12:34:38.032598  2191 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:38.041536  2079 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.042572  2079 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.045567  2066 sys_catalog.cc:455] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "42d1010120594c089e385f1fd254a351" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:38.046331  2066 sys_catalog.cc:458] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [sys.catalog]: This master's current role is: FOLLOWER
I20260630 12:34:38.073942  2191 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:38.075634  2191 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:38.085685   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:43961
I20260630 12:34:38.085883  2257 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:43961 every 8 connection(s)
I20260630 12:34:38.111143  2191 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: Generated new TSK 0
I20260630 12:34:38.111829  2191 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:38.118371  2258 heartbeater.cc:344] Connected to a master server at 127.0.197.60:44565
I20260630 12:34:38.119051  2259 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36245
I20260630 12:34:38.119423  2259 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.120234  2259 heartbeater.cc:507] Master 127.0.197.61:36245 requested a full tablet report, sending...
I20260630 12:34:38.120573   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:34:38.118844  2258 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.121927  2258 heartbeater.cc:507] Master 127.0.197.60:44565 requested a full tablet report, sending...
I20260630 12:34:38.123062  1953 ts_manager.cc:194] Registered new tserver with Master: 02ae551f195f4283889058201301fd07 (127.0.197.2:43961)
I20260630 12:34:38.124284  2018 ts_manager.cc:194] Registered new tserver with Master: 02ae551f195f4283889058201301fd07 (127.0.197.2:43961)
I20260630 12:34:38.126291  2018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35022
W20260630 12:34:38.128105  2264 instance_detector.cc: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:38.130870  2265 instance_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:38.133214  2260 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39739
I20260630 12:34:38.133670  2260 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.134400  2260 heartbeater.cc:507] Master 127.0.197.62:39739 requested a full tablet report, sending...
W20260630 12:34:38.135917  2267 instance_detector.cc: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:38.137683  1888 ts_manager.cc:194] Registered new tserver with Master: 02ae551f195f4283889058201301fd07 (127.0.197.2:43961)
I20260630 12:34:38.139425   788 server_base.cc:1061] running on GCE node
I20260630 12:34:38.140887   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:38.141173   788 system_unsync_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:38.141443   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822878141401 us; error 0 us; skew 500 ppm
I20260630 12:34:38.142118   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:38.145200   788 webserver.cc:533] Webserver started at http://127.0.197.3:43283/ using document root <none> and password file <none>
I20260630 12:34:38.145727   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:38.145951   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:38.146263   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:38.147287   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-0dvn"
I20260630 12:34:38.151721   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:38.154832  2272 log_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:38.155529   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:34:38.155891   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6"
format_stamp: "Formatted at 2026-06-30 12:34:38 on dist-test-slave-0dvn"
I20260630 12:34:38.156174   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NextLeaderResumesAutoRebalancing.1782822861066773-788-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:38.166378   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:38.167601   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:38.169341   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:38.171725   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:38.171964   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.172197   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:38.172371   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:38.211213   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:41225
I20260630 12:34:38.211309  2334 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:41225 every 8 connection(s)
I20260630 12:34:38.229812  2335 heartbeater.cc:344] Connected to a master server at 127.0.197.60:44565
I20260630 12:34:38.230276  2335 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.230906  2336 heartbeater.cc:344] Connected to a master server at 127.0.197.61:36245
I20260630 12:34:38.231207  2335 heartbeater.cc:507] Master 127.0.197.60:44565 requested a full tablet report, sending...
I20260630 12:34:38.231343  2336 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.232169  2336 heartbeater.cc:507] Master 127.0.197.61:36245 requested a full tablet report, sending...
I20260630 12:34:38.233654  2018 ts_manager.cc:194] Registered new tserver with Master: 6e240f1b5dda4cb5b63bfafcfe33a8a6 (127.0.197.3:41225)
I20260630 12:34:38.234916  1953 ts_manager.cc:194] Registered new tserver with Master: 6e240f1b5dda4cb5b63bfafcfe33a8a6 (127.0.197.3:41225)
I20260630 12:34:38.235733  2018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35030
I20260630 12:34:38.238907  2337 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39739
I20260630 12:34:38.239316  2337 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:38.239846  2337 heartbeater.cc:507] Master 127.0.197.62:39739 requested a full tablet report, sending...
I20260630 12:34:38.242138  1888 ts_manager.cc:194] Registered new tserver with Master: 6e240f1b5dda4cb5b63bfafcfe33a8a6 (127.0.197.3:41225)
I20260630 12:34:38.242643   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.018872352s
I20260630 12:34:38.802238  2085 catalog_manager.cc:1295] Loaded cluster ID: 61fa6e96e5344581a69c1f5ad3b59fc9
I20260630 12:34:38.802542  2085 catalog_manager.cc:1588] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: loading cluster ID for follower catalog manager: success
I20260630 12:34:38.807013  2085 catalog_manager.cc:1610] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: acquiring CA information for follower catalog manager: success
I20260630 12:34:38.810321  2085 catalog_manager.cc:1638] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:38.811403  2096 catalog_manager.cc:1295] Loaded cluster ID: 61fa6e96e5344581a69c1f5ad3b59fc9
I20260630 12:34:38.811707  2096 catalog_manager.cc:1588] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: loading cluster ID for follower catalog manager: success
I20260630 12:34:38.816092  2096 catalog_manager.cc:1610] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: acquiring CA information for follower catalog manager: success
I20260630 12:34:38.819353  2096 catalog_manager.cc:1638] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
I20260630 12:34:38.920933  2018 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35012
I20260630 12:34:39.129999  2258 heartbeater.cc:499] Master 127.0.197.60:44565 was elected leader, sending a full tablet report...
I20260630 12:34:39.240098  2335 heartbeater.cc:499] Master 127.0.197.60:44565 was elected leader, sending a full tablet report...
I20260630 12:34:39.779804  2073 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:39.850907  2018 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35040:
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:39.923450  2168 heartbeater.cc:499] Master 127.0.197.60:44565 was elected leader, sending a full tablet report...
I20260630 12:34:39.933913  2133 tablet_service.cc:1511] Processing CreateTablet for tablet ed154aee80db4d62b2c892d6e150eaeb (DEFAULT_TABLE table=test-workload [id=da1852eb1b0a4142879bd6be312f761c]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:34:39.935330  2133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ed154aee80db4d62b2c892d6e150eaeb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:39.943254  2300 tablet_service.cc:1511] Processing CreateTablet for tablet 0c30a08a2dd54dffa6a0df10e10083d7 (DEFAULT_TABLE table=test-workload [id=da1852eb1b0a4142879bd6be312f761c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:34:39.944614  2300 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0c30a08a2dd54dffa6a0df10e10083d7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:39.947126  2223 tablet_service.cc:1511] Processing CreateTablet for tablet ef9b1f4aa67d46739f5f6ad79ca66aa7 (DEFAULT_TABLE table=test-workload [id=da1852eb1b0a4142879bd6be312f761c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:34:39.948472  2223 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ef9b1f4aa67d46739f5f6ad79ca66aa7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:39.950481  2370 tablet_bootstrap.cc:492] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: Bootstrap starting.
I20260630 12:34:39.956998  2370 tablet_bootstrap.cc:654] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:39.961663  2370 tablet_bootstrap.cc:492] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: No bootstrap required, opened a new log
I20260630 12:34:39.962157  2370 ts_tablet_manager.cc:1403] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.002s
I20260630 12:34:39.962410  2372 tablet_bootstrap.cc:492] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: Bootstrap starting.
I20260630 12:34:39.964985  2370 raft_consensus.cc:359] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2db41a128a2e4675ba1a28440e6127cd" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38609 } }
I20260630 12:34:39.965652  2370 raft_consensus.cc:385] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:39.965965  2370 raft_consensus.cc:740] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2db41a128a2e4675ba1a28440e6127cd, State: Initialized, Role: FOLLOWER
I20260630 12:34:39.966733  2370 consensus_queue.cc:260] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2db41a128a2e4675ba1a28440e6127cd" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38609 } }
I20260630 12:34:39.967480  2370 raft_consensus.cc:399] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:39.968117  2373 tablet_bootstrap.cc:492] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: Bootstrap starting.
I20260630 12:34:39.967854  2370 raft_consensus.cc:493] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:39.969157  2370 raft_consensus.cc:3060] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:39.969384  2372 tablet_bootstrap.cc:654] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:39.974057  2373 tablet_bootstrap.cc:654] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:39.974942  2372 tablet_bootstrap.cc:492] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: No bootstrap required, opened a new log
I20260630 12:34:39.975410  2372 ts_tablet_manager.cc:1403] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.005s
I20260630 12:34:39.976121  2370 raft_consensus.cc:515] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2db41a128a2e4675ba1a28440e6127cd" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38609 } }
I20260630 12:34:39.976915  2370 leader_election.cc:304] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [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: 2db41a128a2e4675ba1a28440e6127cd; no voters: 
I20260630 12:34:39.979524  2372 raft_consensus.cc:359] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41225 } }
I20260630 12:34:39.980365  2372 raft_consensus.cc:385] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:39.980810  2372 raft_consensus.cc:740] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e240f1b5dda4cb5b63bfafcfe33a8a6, State: Initialized, Role: FOLLOWER
I20260630 12:34:39.981885  2370 leader_election.cc:290] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:39.981843  2372 consensus_queue.cc:260] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "6e240f1b5dda4cb5b63bfafcfe33a8a6" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41225 } }
I20260630 12:34:39.982649  2372 raft_consensus.cc:399] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:39.983137  2372 raft_consensus.cc:493] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:39.983516  2373 tablet_bootstrap.cc:492] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: No bootstrap required, opened a new log
I20260630 12:34:39.983562  2372 raft_consensus.cc:3060] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:39.984373  2370 ts_tablet_manager.cc:1434] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: Time spent starting tablet: real 0.022s	user 0.014s	sys 0.006s
I20260630 12:34:39.984444  2373 ts_tablet_manager.cc:1403] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:34:39.987682  2373 raft_consensus.cc:359] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ae551f195f4283889058201301fd07" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 43961 } }
I20260630 12:34:39.988273  2373 raft_consensus.cc:385] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:39.989123  2373 raft_consensus.cc:740] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 02ae551f195f4283889058201301fd07, State: Initialized, Role: FOLLOWER
I20260630 12:34:39.988765  2376 raft_consensus.cc:2804] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:39.990813  2372 raft_consensus.cc:515] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41225 } }
I20260630 12:34:39.990984  2373 consensus_queue.cc:260] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "02ae551f195f4283889058201301fd07" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 43961 } }
I20260630 12:34:39.991729  2372 leader_election.cc:304] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [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: 6e240f1b5dda4cb5b63bfafcfe33a8a6; no voters: 
I20260630 12:34:39.991853  2373 raft_consensus.cc:399] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:39.992412  2373 raft_consensus.cc:493] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:39.993005  2373 raft_consensus.cc:3060] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:39.993674  2372 leader_election.cc:290] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:39.994124  2379 raft_consensus.cc:2804] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:39.999979  2379 raft_consensus.cc:697] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 1 LEADER]: Becoming Leader. State: Replica: 6e240f1b5dda4cb5b63bfafcfe33a8a6, State: Running, Role: LEADER
I20260630 12:34:40.000309  2373 raft_consensus.cc:515] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ae551f195f4283889058201301fd07" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 43961 } }
I20260630 12:34:40.001111  2373 leader_election.cc:304] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [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: 02ae551f195f4283889058201301fd07; no voters: 
I20260630 12:34:39.992265  2376 raft_consensus.cc:697] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 1 LEADER]: Becoming Leader. State: Replica: 2db41a128a2e4675ba1a28440e6127cd, State: Running, Role: LEADER
I20260630 12:34:40.001034  2379 consensus_queue.cc:237] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [LEADER]: Queue going to LEADER mode. State: All 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: "6e240f1b5dda4cb5b63bfafcfe33a8a6" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41225 } }
I20260630 12:34:40.002965  2376 consensus_queue.cc:237] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [LEADER]: Queue going to LEADER mode. State: All 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: "2db41a128a2e4675ba1a28440e6127cd" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38609 } }
I20260630 12:34:40.004243  2372 ts_tablet_manager.cc:1434] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: Time spent starting tablet: real 0.028s	user 0.012s	sys 0.013s
I20260630 12:34:40.008888  2373 leader_election.cc:290] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:40.008360  2382 raft_consensus.cc:2804] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:40.012661  2018 catalog_manager.cc:5697] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd reported cstate change: term changed from 0 to 1, leader changed from <none> to 2db41a128a2e4675ba1a28440e6127cd (127.0.197.1). New cstate: current_term: 1 leader_uuid: "2db41a128a2e4675ba1a28440e6127cd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2db41a128a2e4675ba1a28440e6127cd" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38609 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:40.020674  2017 catalog_manager.cc:5697] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6e240f1b5dda4cb5b63bfafcfe33a8a6 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "6e240f1b5dda4cb5b63bfafcfe33a8a6" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41225 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:40.045370  2373 ts_tablet_manager.cc:1434] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: Time spent starting tablet: real 0.060s	user 0.017s	sys 0.019s
I20260630 12:34:40.046825  2382 raft_consensus.cc:697] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 1 LEADER]: Becoming Leader. State: Replica: 02ae551f195f4283889058201301fd07, State: Running, Role: LEADER
I20260630 12:34:40.047640  2382 consensus_queue.cc:237] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [LEADER]: Queue going to LEADER mode. State: All 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: "02ae551f195f4283889058201301fd07" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 43961 } }
I20260630 12:34:40.062265  2018 catalog_manager.cc:5697] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 reported cstate change: term changed from 0 to 1, leader changed from <none> to 02ae551f195f4283889058201301fd07 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "02ae551f195f4283889058201301fd07" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "02ae551f195f4283889058201301fd07" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 43961 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:41.781190  2073 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:41.783531  2073 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:42.120683   788 master.cc:562] Master@127.0.197.60:44565 shutting down...
I20260630 12:34:42.152453   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:42.153462   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:42.153887   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 42d1010120594c089e385f1fd254a351: stopping tablet replica
I20260630 12:34:42.175567   788 master.cc:584] Master@127.0.197.60:44565 shutdown complete.
W20260630 12:34:43.051426  2168 heartbeater.cc:646] Failed to heartbeat to 127.0.197.60:44565 (0 consecutive failures): Network error: Failed to send heartbeat to master: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:43.427870  2395 raft_consensus.cc:493] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 42d1010120594c089e385f1fd254a351)
I20260630 12:34:43.428493  2395 raft_consensus.cc:515] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:43.430460  2395 leader_election.cc:290] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 1397b0f2ae2c488d9c8e02ad5891835c (127.0.197.61:36245), 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565)
I20260630 12:34:43.431459  1963 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "acdcd58487d3451fb6d5b1b2f129706b" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" is_pre_election: true
W20260630 12:34:43.433571  1875 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111) [suppressed 7 similar messages]
W20260630 12:34:43.436980  1875 leader_election.cc:336] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565): Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:43.437379  1875 leader_election.cc:304] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [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: acdcd58487d3451fb6d5b1b2f129706b; no voters: 1397b0f2ae2c488d9c8e02ad5891835c, 42d1010120594c089e385f1fd254a351
I20260630 12:34:43.438059  2395 raft_consensus.cc:2749] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:34:43.599814  2398 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 42d1010120594c089e385f1fd254a351)
I20260630 12:34:43.600298  2398 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:43.602061  2398 leader_election.cc:290] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers acdcd58487d3451fb6d5b1b2f129706b (127.0.197.62:39739), 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565)
I20260630 12:34:43.603294  1898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "acdcd58487d3451fb6d5b1b2f129706b" is_pre_election: true
I20260630 12:34:43.604223  1898 raft_consensus.cc:2468] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1397b0f2ae2c488d9c8e02ad5891835c in term 1.
I20260630 12:34:43.605661  1937 leader_election.cc:304] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [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: 1397b0f2ae2c488d9c8e02ad5891835c, acdcd58487d3451fb6d5b1b2f129706b; no voters: 
I20260630 12:34:43.606699  2398 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:34:43.607054  2398 raft_consensus.cc:493] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Starting leader election (detected failure of leader 42d1010120594c089e385f1fd254a351)
I20260630 12:34:43.607406  2398 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:43.609823  1940 leader_election.cc:336] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565): Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:43.612861  2398 raft_consensus.cc:515] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:43.615025  2398 leader_election.cc:290] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [CANDIDATE]: Term 2 election: Requested vote from peers acdcd58487d3451fb6d5b1b2f129706b (127.0.197.62:39739), 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565)
I20260630 12:34:43.615813  1898 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" candidate_term: 2 candidate_status { last_received { term: 1 index: 10 } } ignore_live_leader: false dest_uuid: "acdcd58487d3451fb6d5b1b2f129706b"
I20260630 12:34:43.616417  1898 raft_consensus.cc:3060] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:34:43.619246  1940 leader_election.cc:336] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565): Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111)
I20260630 12:34:43.622195  1898 raft_consensus.cc:2468] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1397b0f2ae2c488d9c8e02ad5891835c in term 2.
I20260630 12:34:43.623193  1937 leader_election.cc:304] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [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: 1397b0f2ae2c488d9c8e02ad5891835c, acdcd58487d3451fb6d5b1b2f129706b; no voters: 42d1010120594c089e385f1fd254a351
I20260630 12:34:43.623885  2398 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:34:43.624888  2398 raft_consensus.cc:697] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 LEADER]: Becoming Leader. State: Replica: 1397b0f2ae2c488d9c8e02ad5891835c, State: Running, Role: LEADER
I20260630 12:34:43.625667  2398 consensus_queue.cc:237] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [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: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } }
I20260630 12:34:43.629560  2401 sys_catalog.cc:455] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: SysCatalogTable state changed. Reason: New leader 1397b0f2ae2c488d9c8e02ad5891835c. Latest consensus state: current_term: 2 leader_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "acdcd58487d3451fb6d5b1b2f129706b" member_type: VOTER last_known_addr { host: "127.0.197.62" port: 39739 } } peers { permanent_uuid: "1397b0f2ae2c488d9c8e02ad5891835c" member_type: VOTER last_known_addr { host: "127.0.197.61" port: 36245 } } peers { permanent_uuid: "42d1010120594c089e385f1fd254a351" member_type: VOTER last_known_addr { host: "127.0.197.60" port: 44565 } } }
I20260630 12:34:43.630462  2401 sys_catalog.cc:458] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:43.631994  2403 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:43.637142  2403 catalog_manager.cc:679] Loaded metadata for table test-workload [id=da1852eb1b0a4142879bd6be312f761c]
I20260630 12:34:43.641839  2403 tablet_loader.cc:96] loaded metadata for tablet 0c30a08a2dd54dffa6a0df10e10083d7 (table test-workload [id=da1852eb1b0a4142879bd6be312f761c])
I20260630 12:34:43.643288  2403 tablet_loader.cc:96] loaded metadata for tablet ed154aee80db4d62b2c892d6e150eaeb (table test-workload [id=da1852eb1b0a4142879bd6be312f761c])
I20260630 12:34:43.644299  2403 tablet_loader.cc:96] loaded metadata for tablet ef9b1f4aa67d46739f5f6ad79ca66aa7 (table test-workload [id=da1852eb1b0a4142879bd6be312f761c])
I20260630 12:34:43.645375  2403 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:43.648347  2403 catalog_manager.cc:1295] Loaded cluster ID: 61fa6e96e5344581a69c1f5ad3b59fc9
I20260630 12:34:43.648789  2403 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:43.652268  2403 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:43.655334  2403 catalog_manager.cc:6081] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: Loaded TSK: 0
I20260630 12:34:43.656255  2403 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:43.804867  2095 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:43.807598  2095 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:43.850922   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:34:43.875520   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:43.876310   788 tablet_replica.cc:333] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd: stopping tablet replica
I20260630 12:34:43.876839   788 raft_consensus.cc:2243] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:43.877354   788 raft_consensus.cc:2272] T ed154aee80db4d62b2c892d6e150eaeb P 2db41a128a2e4675ba1a28440e6127cd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:43.895893   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:34:43.906260   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:34:43.925633   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:43.926301   788 tablet_replica.cc:333] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07: stopping tablet replica
I20260630 12:34:43.926818   788 raft_consensus.cc:2243] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:43.927237   788 raft_consensus.cc:2272] T ef9b1f4aa67d46739f5f6ad79ca66aa7 P 02ae551f195f4283889058201301fd07 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:43.945681   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:34:43.955191   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:34:43.976416   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:34:43.977156   788 tablet_replica.cc:333] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6: stopping tablet replica
I20260630 12:34:43.977749   788 raft_consensus.cc:2243] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:34:43.978281   788 raft_consensus.cc:2272] T 0c30a08a2dd54dffa6a0df10e10083d7 P 6e240f1b5dda4cb5b63bfafcfe33a8a6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:43.996580   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:34:44.006644   788 master.cc:562] Master@127.0.197.62:39739 shutting down...
I20260630 12:34:44.024874   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:44.025532   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.025856   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P acdcd58487d3451fb6d5b1b2f129706b: stopping tablet replica
I20260630 12:34:44.044309   788 master.cc:584] Master@127.0.197.62:39739 shutdown complete.
W20260630 12:34:44.052312  1940 consensus_peers.cc:597] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c -> Peer 42d1010120594c089e385f1fd254a351 (127.0.197.60:44565): Couldn't send request to peer 42d1010120594c089e385f1fd254a351. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.60:44565: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:44.058200   788 master.cc:562] Master@127.0.197.61:36245 shutting down...
I20260630 12:34:44.074622   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:34:44.075379   788 pending_rounds.cc:70] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: Trying to abort 1 pending ops.
I20260630 12:34:44.075639   788 pending_rounds.cc:77] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: Aborting op as it isn't in flight: id { term: 2 index: 11 } timestamp: 7302442531337383936 op_type: NO_OP noop_request { }
I20260630 12:34:44.075994   788 raft_consensus.cc:2889] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:34:44.076282   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:44.076697   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 1397b0f2ae2c488d9c8e02ad5891835c: stopping tablet replica
I20260630 12:34:44.095974   788 master.cc:584] Master@127.0.197.61:36245 shutdown complete.
[       OK ] AutoRebalancerTest.NextLeaderResumesAutoRebalancing (6711 ms)
[ RUN      ] AutoRebalancerTest.MovesScheduledIfAddTserver
I20260630 12:34:44.128961   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:36271
I20260630 12:34:44.130183   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.135875  2404 instance_detector.cc: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:44.137837  2407 instance_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:44.138183  2405 instance_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:44.140354   788 server_base.cc:1061] running on GCE node
I20260630 12:34:44.141331   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.141650   788 system_unsync_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:44.141853   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822884141835 us; error 0 us; skew 500 ppm
I20260630 12:34:44.142498   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.145083   788 webserver.cc:533] Webserver started at http://127.0.197.62:35645/ using document root <none> and password file <none>
I20260630 12:34:44.145614   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.145814   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.146127   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.147583   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "f4bf9ad178c74f2fad78dd2923763070"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.153831   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:34:44.157742  2412 log_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:44.158627   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:44.158926   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "f4bf9ad178c74f2fad78dd2923763070"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.159220   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-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:44.174726   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.175926   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.212939   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:36271
I20260630 12:34:44.213037  2463 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:36271 every 8 connection(s)
I20260630 12:34:44.216753  2464 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:44.226666  2464 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070: Bootstrap starting.
I20260630 12:34:44.231102  2464 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:44.235162  2464 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070: No bootstrap required, opened a new log
I20260630 12:34:44.237146  2464 raft_consensus.cc:359] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER }
I20260630 12:34:44.237565  2464 raft_consensus.cc:385] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:44.237779  2464 raft_consensus.cc:740] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4bf9ad178c74f2fad78dd2923763070, State: Initialized, Role: FOLLOWER
I20260630 12:34:44.238454  2464 consensus_queue.cc:260] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER }
I20260630 12:34:44.238881  2464 raft_consensus.cc:399] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:34:44.239091  2464 raft_consensus.cc:493] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:34:44.239396  2464 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:44.243862  2464 raft_consensus.cc:515] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER }
I20260630 12:34:44.244426  2464 leader_election.cc:304] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [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: f4bf9ad178c74f2fad78dd2923763070; no voters: 
I20260630 12:34:44.245652  2464 leader_election.cc:290] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:34:44.245965  2467 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:44.247300  2467 raft_consensus.cc:697] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 1 LEADER]: Becoming Leader. State: Replica: f4bf9ad178c74f2fad78dd2923763070, State: Running, Role: LEADER
I20260630 12:34:44.247960  2467 consensus_queue.cc:237] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [LEADER]: Queue going to LEADER mode. State: All 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: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER }
I20260630 12:34:44.248612  2464 sys_catalog.cc:565] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:34:44.251518  2469 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f4bf9ad178c74f2fad78dd2923763070. Latest consensus state: current_term: 1 leader_uuid: "f4bf9ad178c74f2fad78dd2923763070" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER } }
I20260630 12:34:44.251768  2468 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f4bf9ad178c74f2fad78dd2923763070" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4bf9ad178c74f2fad78dd2923763070" member_type: VOTER } }
I20260630 12:34:44.252168  2469 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:44.252295  2468 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [sys.catalog]: This master's current role is: LEADER
I20260630 12:34:44.254617  2473 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:34:44.259649  2473 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:34:44.268604   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:34:44.269093  2473 catalog_manager.cc:1383] Generated new cluster ID: d270a226d90244c98b8f39297a61463a
I20260630 12:34:44.269387  2473 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:34:44.286857  2473 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:34:44.288158  2473 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:34:44.307265  2473 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070: Generated new TSK 0
I20260630 12:34:44.307902  2473 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:34:44.334903   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.340773  2485 instance_detector.cc: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:44.341713  2486 instance_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:44.343768   788 server_base.cc:1061] running on GCE node
W20260630 12:34:44.344170  2488 instance_detector.cc: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:44.345000   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.345283   788 system_unsync_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:44.345494   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822884345466 us; error 0 us; skew 500 ppm
I20260630 12:34:44.345983   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.348297   788 webserver.cc:533] Webserver started at http://127.0.197.1:33103/ using document root <none> and password file <none>
I20260630 12:34:44.348784   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.349004   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.349285   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.350360   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "d3f81799401b478597dcf87b7577d385"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.354681   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:34:44.358012  2493 log_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:44.358875   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:34:44.359182   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "d3f81799401b478597dcf87b7577d385"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.359496   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-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:44.372560   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.373827   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.375231   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.377549   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.377764   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.377990   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.378188   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.417025   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38043
I20260630 12:34:44.417124  2555 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38043 every 8 connection(s)
I20260630 12:34:44.421868   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.429356  2560 instance_detector.cc: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:44.430330  2561 instance_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:44.433056  2563 instance_detector.cc: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:44.433715   788 server_base.cc:1061] running on GCE node
I20260630 12:34:44.434859   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.435122   788 system_unsync_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:44.435331   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822884435312 us; error 0 us; skew 500 ppm
I20260630 12:34:44.435981   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.436617  2556 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36271
I20260630 12:34:44.436964  2556 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.437736  2556 heartbeater.cc:507] Master 127.0.197.62:36271 requested a full tablet report, sending...
I20260630 12:34:44.438796   788 webserver.cc:533] Webserver started at http://127.0.197.2:36009/ using document root <none> and password file <none>
I20260630 12:34:44.439352   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.439569   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.439852   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.440016  2429 ts_manager.cc:194] Registered new tserver with Master: d3f81799401b478597dcf87b7577d385 (127.0.197.1:38043)
I20260630 12:34:44.440982   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "6f571239099448c3b7eb6a8c02eae15b"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.441860  2429 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57752
I20260630 12:34:44.445624   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:34:44.448948  2568 log_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:44.449710   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:34:44.450001   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "6f571239099448c3b7eb6a8c02eae15b"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.450405   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-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:44.465638   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.466756   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.468149   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.470314   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.470538   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.470808   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.470949   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.508531   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:36489
I20260630 12:34:44.508646  2630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:36489 every 8 connection(s)
I20260630 12:34:44.513201   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:44.519632  2634 instance_detector.cc: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:44.521095  2635 instance_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:44.522848   788 server_base.cc:1061] running on GCE node
W20260630 12:34:44.523837  2637 instance_detector.cc: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:44.524796   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:44.525053   788 system_unsync_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:44.525238   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822884525219 us; error 0 us; skew 500 ppm
I20260630 12:34:44.525449  2631 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36271
I20260630 12:34:44.525857  2631 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.525887   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:44.526887  2631 heartbeater.cc:507] Master 127.0.197.62:36271 requested a full tablet report, sending...
I20260630 12:34:44.528909   788 webserver.cc:533] Webserver started at http://127.0.197.3:45787/ using document root <none> and password file <none>
I20260630 12:34:44.529394  2429 ts_manager.cc:194] Registered new tserver with Master: 6f571239099448c3b7eb6a8c02eae15b (127.0.197.2:36489)
I20260630 12:34:44.529577   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:44.529853   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:44.530174   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:44.531208  2429 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57762
I20260630 12:34:44.531641   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "332c13b3990649a59ce55136ccd38fbd"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.536167   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:44.539677  2642 log_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:44.638705   788 fs_manager.cc:730] Time spent opening block manager: real 0.101s	user 0.004s	sys 0.000s
I20260630 12:34:44.639225   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "332c13b3990649a59ce55136ccd38fbd"
format_stamp: "Formatted at 2026-06-30 12:34:44 on dist-test-slave-0dvn"
I20260630 12:34:44.639729   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-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:44.674105   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:44.675685   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:44.677251   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:44.680794   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:44.681090   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:44.681383   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:44.683506   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:34:44.724888   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:35897
I20260630 12:34:44.724993  2704 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:35897 every 8 connection(s)
I20260630 12:34:44.739715  2705 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36271
I20260630 12:34:44.740098  2705 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:44.740801  2705 heartbeater.cc:507] Master 127.0.197.62:36271 requested a full tablet report, sending...
I20260630 12:34:44.742748  2429 ts_manager.cc:194] Registered new tserver with Master: 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897)
I20260630 12:34:44.742875   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014855975s
I20260630 12:34:44.744071  2429 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57768
I20260630 12:34:45.285140  2429 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:57782:
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:45.287303  2429 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:45.345458  2670 tablet_service.cc:1511] Processing CreateTablet for tablet 8f2b3c7d288f4692800353a58c73a016 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:45.345813  2595 tablet_service.cc:1511] Processing CreateTablet for tablet 2ca1dde3207f4a278222321968679e39 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:45.345758  2596 tablet_service.cc:1511] Processing CreateTablet for tablet 8f2b3c7d288f4692800353a58c73a016 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:45.346925  2670 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f2b3c7d288f4692800353a58c73a016. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.347247  2595 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ca1dde3207f4a278222321968679e39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.345758  2669 tablet_service.cc:1511] Processing CreateTablet for tablet 2ca1dde3207f4a278222321968679e39 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:45.347328  2521 tablet_service.cc:1511] Processing CreateTablet for tablet 8f2b3c7d288f4692800353a58c73a016 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION VALUES < 1073741823
I20260630 12:34:45.348371  2669 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ca1dde3207f4a278222321968679e39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.348613  2521 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f2b3c7d288f4692800353a58c73a016. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.357753  2596 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f2b3c7d288f4692800353a58c73a016. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.359207  2520 tablet_service.cc:1511] Processing CreateTablet for tablet 2ca1dde3207f4a278222321968679e39 (DEFAULT_TABLE table=test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES
I20260630 12:34:45.360512  2520 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2ca1dde3207f4a278222321968679e39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:45.373241  2724 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: Bootstrap starting.
I20260630 12:34:45.380403  2725 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: Bootstrap starting.
I20260630 12:34:45.381731  2724 tablet_bootstrap.cc:654] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.387805  2725 tablet_bootstrap.cc:654] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.389614  2726 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: Bootstrap starting.
I20260630 12:34:45.392254  2724 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: No bootstrap required, opened a new log
I20260630 12:34:45.392823  2724 ts_tablet_manager.cc:1403] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: Time spent bootstrapping tablet: real 0.020s	user 0.010s	sys 0.007s
I20260630 12:34:45.394124  2725 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: No bootstrap required, opened a new log
I20260630 12:34:45.394572  2725 ts_tablet_manager.cc:1403] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.011s
I20260630 12:34:45.395632  2724 raft_consensus.cc:359] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.396092  2726 tablet_bootstrap.cc:654] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.396402  2724 raft_consensus.cc:385] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.396713  2724 raft_consensus.cc:740] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332c13b3990649a59ce55136ccd38fbd, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.396746  2725 raft_consensus.cc:359] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.397537  2725 raft_consensus.cc:385] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.397900  2725 raft_consensus.cc:740] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3f81799401b478597dcf87b7577d385, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.397701  2724 consensus_queue.cc:260] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.398556  2725 consensus_queue.cc:260] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.402158  2726 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: No bootstrap required, opened a new log
I20260630 12:34:45.402755  2726 ts_tablet_manager.cc:1403] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: Time spent bootstrapping tablet: real 0.014s	user 0.012s	sys 0.000s
I20260630 12:34:45.406373  2726 raft_consensus.cc:359] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.407298  2726 raft_consensus.cc:385] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.407671  2726 raft_consensus.cc:740] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f571239099448c3b7eb6a8c02eae15b, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.408281  2705 heartbeater.cc:499] Master 127.0.197.62:36271 was elected leader, sending a full tablet report...
I20260630 12:34:45.409276  2724 ts_tablet_manager.cc:1434] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: Time spent starting tablet: real 0.016s	user 0.010s	sys 0.005s
I20260630 12:34:45.410259  2724 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Bootstrap starting.
I20260630 12:34:45.412047  2556 heartbeater.cc:499] Master 127.0.197.62:36271 was elected leader, sending a full tablet report...
I20260630 12:34:45.412593  2725 ts_tablet_manager.cc:1434] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: Time spent starting tablet: real 0.018s	user 0.016s	sys 0.002s
I20260630 12:34:45.413741  2726 consensus_queue.cc:260] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.416455  2724 tablet_bootstrap.cc:654] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.417311  2725 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: Bootstrap starting.
I20260630 12:34:45.426884  2725 tablet_bootstrap.cc:654] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.428179  2724 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: No bootstrap required, opened a new log
I20260630 12:34:45.428740  2724 ts_tablet_manager.cc:1403] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.008s
I20260630 12:34:45.431664  2724 raft_consensus.cc:359] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.432546  2724 raft_consensus.cc:385] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.432904  2724 raft_consensus.cc:740] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 332c13b3990649a59ce55136ccd38fbd, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.433904  2724 consensus_queue.cc:260] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.436275  2724 ts_tablet_manager.cc:1434] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:34:45.439693  2725 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: No bootstrap required, opened a new log
I20260630 12:34:45.440205  2631 heartbeater.cc:499] Master 127.0.197.62:36271 was elected leader, sending a full tablet report...
I20260630 12:34:45.440775  2726 ts_tablet_manager.cc:1434] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: Time spent starting tablet: real 0.038s	user 0.016s	sys 0.014s
I20260630 12:34:45.440300  2725 ts_tablet_manager.cc:1403] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: Time spent bootstrapping tablet: real 0.023s	user 0.017s	sys 0.004s
I20260630 12:34:45.441804  2726 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: Bootstrap starting.
I20260630 12:34:45.444715  2725 raft_consensus.cc:359] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.445453  2725 raft_consensus.cc:385] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.445765  2725 raft_consensus.cc:740] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d3f81799401b478597dcf87b7577d385, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.446538  2725 consensus_queue.cc:260] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.447388  2726 tablet_bootstrap.cc:654] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: Neither blocks nor log segments found. Creating new log.
I20260630 12:34:45.448691  2725 ts_tablet_manager.cc:1434] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
I20260630 12:34:45.453374  2726 tablet_bootstrap.cc:492] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: No bootstrap required, opened a new log
I20260630 12:34:45.453940  2726 ts_tablet_manager.cc:1403] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.004s
I20260630 12:34:45.456662  2726 raft_consensus.cc:359] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.457387  2726 raft_consensus.cc:385] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:34:45.457715  2726 raft_consensus.cc:740] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6f571239099448c3b7eb6a8c02eae15b, State: Initialized, Role: FOLLOWER
I20260630 12:34:45.458453  2726 consensus_queue.cc:260] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.460292  2726 ts_tablet_manager.cc:1434] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: Time spent starting tablet: real 0.006s	user 0.001s	sys 0.003s
I20260630 12:34:45.672253  2732 raft_consensus.cc:493] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:45.672803  2732 raft_consensus.cc:515] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.674999  2732 leader_election.cc:290] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d3f81799401b478597dcf87b7577d385 (127.0.197.1:38043), 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897)
W20260630 12:34:45.680774  2627 debug-util.cc:398] Leaking SignalData structure 0x7b08001ea6a0 after lost signal to thread 791
I20260630 12:34:45.685981  2531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f2b3c7d288f4692800353a58c73a016" candidate_uuid: "6f571239099448c3b7eb6a8c02eae15b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3f81799401b478597dcf87b7577d385" is_pre_election: true
I20260630 12:34:45.686702  2531 raft_consensus.cc:2468] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f571239099448c3b7eb6a8c02eae15b in term 0.
I20260630 12:34:45.687943  2680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f2b3c7d288f4692800353a58c73a016" candidate_uuid: "6f571239099448c3b7eb6a8c02eae15b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332c13b3990649a59ce55136ccd38fbd" is_pre_election: true
I20260630 12:34:45.688058  2570 leader_election.cc:304] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f571239099448c3b7eb6a8c02eae15b, d3f81799401b478597dcf87b7577d385; no voters: 
I20260630 12:34:45.689042  2680 raft_consensus.cc:2468] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6f571239099448c3b7eb6a8c02eae15b in term 0.
I20260630 12:34:45.689306  2732 raft_consensus.cc:2804] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:45.689713  2732 raft_consensus.cc:493] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:45.690075  2732 raft_consensus.cc:3060] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.694778  2732 raft_consensus.cc:515] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.696357  2732 leader_election.cc:290] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [CANDIDATE]: Term 1 election: Requested vote from peers d3f81799401b478597dcf87b7577d385 (127.0.197.1:38043), 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897)
I20260630 12:34:45.697206  2531 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f2b3c7d288f4692800353a58c73a016" candidate_uuid: "6f571239099448c3b7eb6a8c02eae15b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d3f81799401b478597dcf87b7577d385"
I20260630 12:34:45.697512  2680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8f2b3c7d288f4692800353a58c73a016" candidate_uuid: "6f571239099448c3b7eb6a8c02eae15b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332c13b3990649a59ce55136ccd38fbd"
I20260630 12:34:45.697813  2531 raft_consensus.cc:3060] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.698190  2680 raft_consensus.cc:3060] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.702273  2531 raft_consensus.cc:2468] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f571239099448c3b7eb6a8c02eae15b in term 1.
I20260630 12:34:45.703299  2570 leader_election.cc:304] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f571239099448c3b7eb6a8c02eae15b, d3f81799401b478597dcf87b7577d385; no voters: 
I20260630 12:34:45.703971  2732 raft_consensus.cc:2804] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:45.705241  2732 raft_consensus.cc:697] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 LEADER]: Becoming Leader. State: Replica: 6f571239099448c3b7eb6a8c02eae15b, State: Running, Role: LEADER
I20260630 12:34:45.705919  2680 raft_consensus.cc:2468] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6f571239099448c3b7eb6a8c02eae15b in term 1.
I20260630 12:34:45.706032  2732 consensus_queue.cc:237] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } }
I20260630 12:34:45.714872  2429 catalog_manager.cc:5697] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b reported cstate change: term changed from 0 to 1, leader changed from <none> to 6f571239099448c3b7eb6a8c02eae15b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "6f571239099448c3b7eb6a8c02eae15b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } health_report { overall_health: HEALTHY } } }
I20260630 12:34:45.748523  2731 raft_consensus.cc:493] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:34:45.749068  2731 raft_consensus.cc:515] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.751487  2731 leader_election.cc:290] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6f571239099448c3b7eb6a8c02eae15b (127.0.197.2:36489), 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897)
I20260630 12:34:45.764529  2606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ca1dde3207f4a278222321968679e39" candidate_uuid: "d3f81799401b478597dcf87b7577d385" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f571239099448c3b7eb6a8c02eae15b" is_pre_election: true
I20260630 12:34:45.764798  2680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ca1dde3207f4a278222321968679e39" candidate_uuid: "d3f81799401b478597dcf87b7577d385" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332c13b3990649a59ce55136ccd38fbd" is_pre_election: true
I20260630 12:34:45.765506  2680 raft_consensus.cc:2468] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d3f81799401b478597dcf87b7577d385 in term 0.
I20260630 12:34:45.765345  2606 raft_consensus.cc:2468] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d3f81799401b478597dcf87b7577d385 in term 0.
I20260630 12:34:45.766629  2495 leader_election.cc:304] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 332c13b3990649a59ce55136ccd38fbd, d3f81799401b478597dcf87b7577d385; no voters: 
I20260630 12:34:45.767438  2731 raft_consensus.cc:2804] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:34:45.767833  2731 raft_consensus.cc:493] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:34:45.768169  2731 raft_consensus.cc:3060] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.775864  2731 raft_consensus.cc:515] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.778725  2731 leader_election.cc:290] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [CANDIDATE]: Term 1 election: Requested vote from peers 6f571239099448c3b7eb6a8c02eae15b (127.0.197.2:36489), 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897)
I20260630 12:34:45.779004  2606 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ca1dde3207f4a278222321968679e39" candidate_uuid: "d3f81799401b478597dcf87b7577d385" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6f571239099448c3b7eb6a8c02eae15b"
I20260630 12:34:45.779321  2680 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2ca1dde3207f4a278222321968679e39" candidate_uuid: "d3f81799401b478597dcf87b7577d385" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "332c13b3990649a59ce55136ccd38fbd"
I20260630 12:34:45.779642  2606 raft_consensus.cc:3060] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.779848  2680 raft_consensus.cc:3060] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:34:45.786523  2606 raft_consensus.cc:2468] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d3f81799401b478597dcf87b7577d385 in term 1.
I20260630 12:34:45.786523  2680 raft_consensus.cc:2468] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d3f81799401b478597dcf87b7577d385 in term 1.
I20260630 12:34:45.788035  2497 leader_election.cc:304] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6f571239099448c3b7eb6a8c02eae15b, d3f81799401b478597dcf87b7577d385; no voters: 
I20260630 12:34:45.788827  2731 raft_consensus.cc:2804] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:34:45.789901  2731 raft_consensus.cc:697] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 1 LEADER]: Becoming Leader. State: Replica: d3f81799401b478597dcf87b7577d385, State: Running, Role: LEADER
I20260630 12:34:45.790874  2731 consensus_queue.cc:237] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } }
I20260630 12:34:45.799201  2429 catalog_manager.cc:5697] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 reported cstate change: term changed from 0 to 1, leader changed from <none> to d3f81799401b478597dcf87b7577d385 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "d3f81799401b478597dcf87b7577d385" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } health_report { overall_health: UNKNOWN } } }
I20260630 12:34:46.119915  2732 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.148939  2738 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.199348  2731 consensus_queue.cc:1048] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.210002  2742 consensus_queue.cc:1048] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [LEADER]: Connected to new peer: Peer: permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:34:46.268117  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:46.270891  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:46.271341  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:48.272519  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:48.275575  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:48.276038  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:50.277036  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:50.278941  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:50.279276  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:52.280372  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:52.282655  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:52.283003  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:54.283927  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:54.285831  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:54.286175  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:56.287122  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:56.289043  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:56.289393  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:56.976963   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:34:56.984421  2766 instance_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:56.984493  2765 instance_detector.cc: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:56.986068  2768 instance_detector.cc: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:56.987871   788 server_base.cc:1061] running on GCE node
I20260630 12:34:56.989066   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:34:56.989316   788 system_unsync_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:56.989535   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822896989520 us; error 0 us; skew 500 ppm
I20260630 12:34:56.990079   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:34:56.992707   788 webserver.cc:533] Webserver started at http://127.0.197.4:33713/ using document root <none> and password file <none>
I20260630 12:34:56.993265   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:34:56.993520   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:34:56.993845   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:34:56.995188   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "781a56ea479f45a78d723e7050335152"
format_stamp: "Formatted at 2026-06-30 12:34:56 on dist-test-slave-0dvn"
I20260630 12:34:56.999986   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:34:57.003489  2773 log_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:57.004297   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:34:57.004606   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "781a56ea479f45a78d723e7050335152"
format_stamp: "Formatted at 2026-06-30 12:34:56 on dist-test-slave-0dvn"
I20260630 12:34:57.004904   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-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:57.024078   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:34:57.025511   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:34:57.027012   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:34:57.029493   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:34:57.029721   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:57.029978   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:34:57.030187   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:34:57.073110   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:38213
I20260630 12:34:57.073239  2835 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:38213 every 8 connection(s)
I20260630 12:34:57.092465  2836 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36271
I20260630 12:34:57.092902  2836 heartbeater.cc:461] Registering TS with master...
I20260630 12:34:57.093710  2836 heartbeater.cc:507] Master 127.0.197.62:36271 requested a full tablet report, sending...
I20260630 12:34:57.095777  2428 ts_manager.cc:194] Registered new tserver with Master: 781a56ea479f45a78d723e7050335152 (127.0.197.4:38213)
I20260630 12:34:57.097398  2428 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47968
I20260630 12:34:57.334450  2606 consensus_queue.cc:237] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [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: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } }
I20260630 12:34:57.342232  2680 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: 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:57.343647  2531 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: 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:57.344810  2843 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } 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:57.345965  2763 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:34:57.357303  2572 consensus_peers.cc:597] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b -> Peer 781a56ea479f45a78d723e7050335152 (127.0.197.4:38213): Couldn't send request to peer 781a56ea479f45a78d723e7050335152. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8f2b3c7d288f4692800353a58c73a016. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:34:57.356050  2843 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 781a56ea479f45a78d723e7050335152 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } } }
I20260630 12:34:57.358803  2680 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 781a56ea479f45a78d723e7050335152 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } } }
I20260630 12:34:57.359396  2531 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 781a56ea479f45a78d723e7050335152 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } } }
I20260630 12:34:57.376475  2429 catalog_manager.cc:5697] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 reported cstate change: config changed from index -1 to 2, NON_VOTER 781a56ea479f45a78d723e7050335152 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "6f571239099448c3b7eb6a8c02eae15b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } } }
I20260630 12:34:57.897812  2855 ts_tablet_manager.cc:933] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: Initiating tablet copy from peer 6f571239099448c3b7eb6a8c02eae15b (127.0.197.2:36489)
I20260630 12:34:57.899498  2855 tablet_copy_client.cc:323] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:36489
I20260630 12:34:57.910251  2616 tablet_copy_service.cc:140] P 6f571239099448c3b7eb6a8c02eae15b: Received BeginTabletCopySession request for tablet 8f2b3c7d288f4692800353a58c73a016 from peer 781a56ea479f45a78d723e7050335152 ({username='slave'} at 127.0.0.1:52874)
I20260630 12:34:57.910741  2616 tablet_copy_service.cc:161] P 6f571239099448c3b7eb6a8c02eae15b: Beginning new tablet copy session on tablet 8f2b3c7d288f4692800353a58c73a016 from peer 781a56ea479f45a78d723e7050335152 at {username='slave'} at 127.0.0.1:52874: session id = 781a56ea479f45a78d723e7050335152-8f2b3c7d288f4692800353a58c73a016
I20260630 12:34:57.916438  2616 tablet_copy_source_session.cc:215] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:34:57.919174  2855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8f2b3c7d288f4692800353a58c73a016. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:34:57.929728  2855 tablet_copy_client.cc:806] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: tablet copy: Starting download of 0 data blocks...
I20260630 12:34:57.930375  2855 tablet_copy_client.cc:670] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: tablet copy: Starting download of 1 WAL segments...
I20260630 12:34:57.934230  2855 tablet_copy_client.cc:538] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:34:57.940265  2855 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: Bootstrap starting.
I20260630 12:34:57.955783  2855 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: 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:57.956481  2855 tablet_bootstrap.cc:492] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: Bootstrap complete.
I20260630 12:34:57.957031  2855 ts_tablet_manager.cc:1403] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: Time spent bootstrapping tablet: real 0.017s	user 0.009s	sys 0.007s
I20260630 12:34:57.959220  2855 raft_consensus.cc:359] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } }
I20260630 12:34:57.959821  2855 raft_consensus.cc:740] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 781a56ea479f45a78d723e7050335152, State: Initialized, Role: LEARNER
I20260630 12:34:57.960368  2855 consensus_queue.cc:260] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [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: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: true } }
I20260630 12:34:57.962715  2836 heartbeater.cc:499] Master 127.0.197.62:36271 was elected leader, sending a full tablet report...
I20260630 12:34:57.963217  2855 ts_tablet_manager.cc:1434] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: Time spent starting tablet: real 0.006s	user 0.000s	sys 0.009s
I20260630 12:34:57.965744  2616 tablet_copy_service.cc:342] P 6f571239099448c3b7eb6a8c02eae15b: Request end of tablet copy session 781a56ea479f45a78d723e7050335152-8f2b3c7d288f4692800353a58c73a016 received from {username='slave'} at 127.0.0.1:52874
I20260630 12:34:57.966200  2616 tablet_copy_service.cc:434] P 6f571239099448c3b7eb6a8c02eae15b: ending tablet copy session 781a56ea479f45a78d723e7050335152-8f2b3c7d288f4692800353a58c73a016 on tablet 8f2b3c7d288f4692800353a58c73a016 with peer 781a56ea479f45a78d723e7050335152
I20260630 12:34:58.290402  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:34:58.292572  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:34:58.292945  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:34:58.427486  2811 raft_consensus.cc:1217] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:34:58.843250  2862 raft_consensus.cc:1064] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: attempting to promote NON_VOTER 781a56ea479f45a78d723e7050335152 to VOTER
I20260630 12:34:58.845480  2862 consensus_queue.cc:237] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [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: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } }
I20260630 12:34:58.851553  2811 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 LEARNER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:58.851740  2680 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:58.853067  2531 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
I20260630 12:34:58.853523  2861 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } 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:58.854492  2763 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } 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:34:58.855419  2862 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:34:58.864539  2862 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 781a56ea479f45a78d723e7050335152 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.866346  2811 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 781a56ea479f45a78d723e7050335152 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.877324  2680 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 781a56ea479f45a78d723e7050335152 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.883539  2531 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 781a56ea479f45a78d723e7050335152 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.882532  2427 catalog_manager.cc:5697] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b reported cstate change: config changed from index 2 to 3, 781a56ea479f45a78d723e7050335152 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "6f571239099448c3b7eb6a8c02eae15b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "332c13b3990649a59ce55136ccd38fbd" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35897 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:34:58.917444  2606 consensus_queue.cc:237] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [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: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } }
I20260630 12:34:58.922899  2531 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:58.922899  2811 raft_consensus.cc:1275] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 FOLLOWER]: Refusing update from remote peer 6f571239099448c3b7eb6a8c02eae15b: Log matching property violated. Preceding OpId in replica: term: 1 index: 3. Preceding OpId from leader: term: 1 index: 4. (index mismatch)
I20260630 12:34:58.924513  2862 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:58.925372  2861 consensus_queue.cc:1048] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [LEADER]: Connected to new peer: Peer: permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:34:58.931878  2863 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 332c13b3990649a59ce55136ccd38fbd (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.933759  2811 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 332c13b3990649a59ce55136ccd38fbd (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.934865  2531 raft_consensus.cc:2955] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 332c13b3990649a59ce55136ccd38fbd (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.943171  2416 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 8f2b3c7d288f4692800353a58c73a016 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:34:58.948372  2426 catalog_manager.cc:5697] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 reported cstate change: config changed from index 3 to 4, VOTER 332c13b3990649a59ce55136ccd38fbd (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "6f571239099448c3b7eb6a8c02eae15b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d3f81799401b478597dcf87b7577d385" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38043 } } peers { permanent_uuid: "6f571239099448c3b7eb6a8c02eae15b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36489 } } peers { permanent_uuid: "781a56ea479f45a78d723e7050335152" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38213 } attrs { promote: false } } }
I20260630 12:34:58.959800  2670 tablet_service.cc:1558] Processing DeleteTablet for tablet 8f2b3c7d288f4692800353a58c73a016 with delete_type TABLET_DATA_TOMBSTONED (TS 332c13b3990649a59ce55136ccd38fbd not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:48854
I20260630 12:34:58.962110  2873 tablet_replica.cc:333] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: stopping tablet replica
I20260630 12:34:58.962838  2873 raft_consensus.cc:2243] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:34:58.963562  2873 raft_consensus.cc:2272] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:34:58.966729  2873 ts_tablet_manager.cc:1916] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:34:58.977587  2873 ts_tablet_manager.cc:1929] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:34:58.977938  2873 log.cc:1199] T 8f2b3c7d288f4692800353a58c73a016 P 332c13b3990649a59ce55136ccd38fbd: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.MovesScheduledIfAddTserver.1782822861066773-788-0/minicluster-data/ts-2-root/wals/8f2b3c7d288f4692800353a58c73a016
I20260630 12:34:58.979410  2414 catalog_manager.cc:5028] TS 332c13b3990649a59ce55136ccd38fbd (127.0.197.3:35897): tablet 8f2b3c7d288f4692800353a58c73a016 (table test-workload [id=b38b5032c88a4d199c3514d71fb6a84c]) successfully deleted
I20260630 12:35:00.294181  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:00.297104  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:00.297672  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:35:00.435009  2497 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.2:36489, user_credentials={real_user=slave}} blocked reactor thread for 90152.8us
W20260630 12:35:01.306171  2552 debug-util.cc:398] Leaking SignalData structure 0x7b080016d640 after lost signal to thread 791
W20260630 12:35:01.307135  2552 debug-util.cc:398] Leaking SignalData structure 0x7b08000da6a0 after lost signal to thread 2463
W20260630 12:35:01.308079  2552 debug-util.cc:398] Leaking SignalData structure 0x7b0800223100 after lost signal to thread 2555
W20260630 12:35:01.308892  2552 debug-util.cc:398] Leaking SignalData structure 0x7b080019c160 after lost signal to thread 2630
W20260630 12:35:01.309809  2552 debug-util.cc:398] Leaking SignalData structure 0x7b0800174700 after lost signal to thread 2704
W20260630 12:35:01.310745  2552 debug-util.cc:398] Leaking SignalData structure 0x7b08000d8da0 after lost signal to thread 2835
I20260630 12:35:02.299412  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:02.302139  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:02.302739  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:04.303746  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:04.305801  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:04.306200  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:06.307168  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:06.309280  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:06.309669  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:08.310597  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:08.312589  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:08.312889  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:10.313875  2482 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:10.315831  2482 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:10.316129  2482 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:11.212360   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:35:11.238583   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:11.239380   788 tablet_replica.cc:333] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385: stopping tablet replica
I20260630 12:35:11.240051   788 raft_consensus.cc:2243] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:11.241078   788 raft_consensus.cc:2272] T 2ca1dde3207f4a278222321968679e39 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.243312   788 tablet_replica.cc:333] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385: stopping tablet replica
I20260630 12:35:11.243731   788 raft_consensus.cc:2243] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:11.244417   788 raft_consensus.cc:2272] T 8f2b3c7d288f4692800353a58c73a016 P d3f81799401b478597dcf87b7577d385 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.283711   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:35:11.296295   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:35:11.327301   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:11.328116   788 tablet_replica.cc:333] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b: stopping tablet replica
I20260630 12:35:11.328852   788 raft_consensus.cc:2243] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:11.329483   788 raft_consensus.cc:2272] T 2ca1dde3207f4a278222321968679e39 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.332145   788 tablet_replica.cc:333] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b: stopping tablet replica
I20260630 12:35:11.332841   788 raft_consensus.cc:2243] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:11.334008   788 raft_consensus.cc:2272] T 8f2b3c7d288f4692800353a58c73a016 P 6f571239099448c3b7eb6a8c02eae15b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.373628   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:35:11.385737   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:35:11.408372   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:11.409246   788 tablet_replica.cc:333] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd: stopping tablet replica
I20260630 12:35:11.409888   788 raft_consensus.cc:2243] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:11.410444   788 raft_consensus.cc:2272] T 2ca1dde3207f4a278222321968679e39 P 332c13b3990649a59ce55136ccd38fbd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.432438   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:35:11.459800   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:35:11.482064   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:11.482936   788 tablet_replica.cc:333] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152: stopping tablet replica
I20260630 12:35:11.483696   788 raft_consensus.cc:2243] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:11.484715   788 raft_consensus.cc:2272] T 8f2b3c7d288f4692800353a58c73a016 P 781a56ea479f45a78d723e7050335152 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.504669   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:35:11.516590   788 master.cc:562] Master@127.0.197.62:36271 shutting down...
I20260630 12:35:11.536378   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:11.537372   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:11.537763   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P f4bf9ad178c74f2fad78dd2923763070: stopping tablet replica
I20260630 12:35:11.556982   788 master.cc:584] Master@127.0.197.62:36271 shutdown complete.
[       OK ] AutoRebalancerTest.MovesScheduledIfAddTserver (27469 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTservers
I20260630 12:35:11.598975   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:37605
I20260630 12:35:11.600148   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:11.606119  2882 instance_detector.cc: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:11.607430  2883 instance_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:11.607775  2885 instance_detector.cc: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:11.608111   788 server_base.cc:1061] running on GCE node
I20260630 12:35:11.609033   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:11.609257   788 system_unsync_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:11.609460   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822911609408 us; error 0 us; skew 500 ppm
I20260630 12:35:11.609962   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:11.612265   788 webserver.cc:533] Webserver started at http://127.0.197.62:37763/ using document root <none> and password file <none>
I20260630 12:35:11.612762   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:11.612991   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:11.613279   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:11.614548   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "0170dab8bb884c9fabedabb0a99dc5ed"
format_stamp: "Formatted at 2026-06-30 12:35:11 on dist-test-slave-0dvn"
I20260630 12:35:11.619073   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:11.622583  2890 log_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:11.623503   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:11.623737   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "0170dab8bb884c9fabedabb0a99dc5ed"
format_stamp: "Formatted at 2026-06-30 12:35:11 on dist-test-slave-0dvn"
I20260630 12:35:11.623973   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTservers.1782822861066773-788-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:11.657791   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:11.658947   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:11.696056   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:37605
I20260630 12:35:11.696146  2941 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:37605 every 8 connection(s)
I20260630 12:35:11.700186  2942 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:11.710500  2942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed: Bootstrap starting.
I20260630 12:35:11.715121  2942 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:11.719297  2942 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed: No bootstrap required, opened a new log
I20260630 12:35:11.721489  2942 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER }
I20260630 12:35:11.721946  2942 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:11.722162  2942 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0170dab8bb884c9fabedabb0a99dc5ed, State: Initialized, Role: FOLLOWER
I20260630 12:35:11.722738  2942 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER }
I20260630 12:35:11.723214  2942 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:11.723443  2942 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:11.723716  2942 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:11.728102  2942 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER }
I20260630 12:35:11.728600  2942 leader_election.cc:304] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [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: 0170dab8bb884c9fabedabb0a99dc5ed; no voters: 
I20260630 12:35:11.729763  2942 leader_election.cc:290] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:11.730177  2945 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:11.731428  2945 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 1 LEADER]: Becoming Leader. State: Replica: 0170dab8bb884c9fabedabb0a99dc5ed, State: Running, Role: LEADER
I20260630 12:35:11.732115  2945 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [LEADER]: Queue going to LEADER mode. State: All 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: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER }
I20260630 12:35:11.732642  2942 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:11.739266  2946 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER } }
I20260630 12:35:11.739452  2947 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0170dab8bb884c9fabedabb0a99dc5ed. Latest consensus state: current_term: 1 leader_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0170dab8bb884c9fabedabb0a99dc5ed" member_type: VOTER } }
I20260630 12:35:11.740108  2946 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:11.740231  2947 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:11.742074  2955 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:11.747285  2955 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:11.748337   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:11.755980  2955 catalog_manager.cc:1383] Generated new cluster ID: 661f505e28614264b5ef1aef0d5f70d3
I20260630 12:35:11.756249  2955 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:11.781147  2955 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:11.782430  2955 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:11.793356  2955 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed: Generated new TSK 0
I20260630 12:35:11.794003  2955 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:11.814132   788 internal_mini_cluster.cc:371] 0 TS(s) registered with all masters after 0.000194816s
I20260630 12:35:23.908452   788 master.cc:562] Master@127.0.197.62:37605 shutting down...
I20260630 12:35:23.931505   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:23.932332   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:23.932721   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0170dab8bb884c9fabedabb0a99dc5ed: stopping tablet replica
I20260630 12:35:23.952641   788 master.cc:584] Master@127.0.197.62:37605 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTservers (12387 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfNoTablets
I20260630 12:35:23.986181   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:43129
I20260630 12:35:23.987299   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:23.992447  2965 instance_detector.cc: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:23.993541  2966 instance_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:23.995159   788 server_base.cc:1061] running on GCE node
W20260630 12:35:23.995244  2968 instance_detector.cc: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:23.996188   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:23.996366   788 system_unsync_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:23.996476   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822923996465 us; error 0 us; skew 500 ppm
I20260630 12:35:23.996901   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:23.999164   788 webserver.cc:533] Webserver started at http://127.0.197.62:45957/ using document root <none> and password file <none>
I20260630 12:35:23.999574   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:23.999730   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:23.999950   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:24.001075   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "f4ed15bd011b455dabe8ebef7e3916dc"
format_stamp: "Formatted at 2026-06-30 12:35:23 on dist-test-slave-0dvn"
I20260630 12:35:24.005563   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:24.008783  2973 log_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:24.009630   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:24.009896   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "f4ed15bd011b455dabe8ebef7e3916dc"
format_stamp: "Formatted at 2026-06-30 12:35:23 on dist-test-slave-0dvn"
I20260630 12:35:24.010202   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-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:24.029101   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:24.030383   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:24.068382   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:43129
I20260630 12:35:24.068473  3024 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:43129 every 8 connection(s)
I20260630 12:35:24.072651  3025 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:24.083575  3025 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc: Bootstrap starting.
I20260630 12:35:24.088335  3025 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:24.092406  3025 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc: No bootstrap required, opened a new log
I20260630 12:35:24.094607  3025 raft_consensus.cc:359] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER }
I20260630 12:35:24.095036  3025 raft_consensus.cc:385] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:24.095211  3025 raft_consensus.cc:740] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f4ed15bd011b455dabe8ebef7e3916dc, State: Initialized, Role: FOLLOWER
I20260630 12:35:24.095685  3025 consensus_queue.cc:260] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER }
I20260630 12:35:24.096314  3025 raft_consensus.cc:399] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:24.096549  3025 raft_consensus.cc:493] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:24.096778  3025 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:24.100982  3025 raft_consensus.cc:515] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER }
I20260630 12:35:24.101502  3025 leader_election.cc:304] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [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: f4ed15bd011b455dabe8ebef7e3916dc; no voters: 
I20260630 12:35:24.102542  3025 leader_election.cc:290] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:24.102979  3028 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:24.104269  3028 raft_consensus.cc:697] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 1 LEADER]: Becoming Leader. State: Replica: f4ed15bd011b455dabe8ebef7e3916dc, State: Running, Role: LEADER
I20260630 12:35:24.104966  3028 consensus_queue.cc:237] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [LEADER]: Queue going to LEADER mode. State: All 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: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER }
I20260630 12:35:24.105567  3025 sys_catalog.cc:565] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:24.107985  3030 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [sys.catalog]: SysCatalogTable state changed. Reason: New leader f4ed15bd011b455dabe8ebef7e3916dc. Latest consensus state: current_term: 1 leader_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER } }
I20260630 12:35:24.108135  3029 sys_catalog.cc:455] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f4ed15bd011b455dabe8ebef7e3916dc" member_type: VOTER } }
I20260630 12:35:24.108687  3030 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:24.108777  3029 sys_catalog.cc:458] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:24.112555  3034 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:24.119318  3034 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:24.120318   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:24.128031  3034 catalog_manager.cc:1383] Generated new cluster ID: ec421e2d4aa64f62bd09d8739d476404
I20260630 12:35:24.128309  3034 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:24.146188  3034 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:24.147495  3034 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:24.165541  3034 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc: Generated new TSK 0
I20260630 12:35:24.166155  3034 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:24.186566   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:24.192665  3046 instance_detector.cc: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:24.194106  3047 instance_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:24.195391   788 server_base.cc:1061] running on GCE node
W20260630 12:35:24.195336  3049 instance_detector.cc: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:24.196472   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:24.196666   788 system_unsync_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:24.196790   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822924196779 us; error 0 us; skew 500 ppm
I20260630 12:35:24.197216   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:24.199486   788 webserver.cc:533] Webserver started at http://127.0.197.1:40805/ using document root <none> and password file <none>
I20260630 12:35:24.199915   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:24.200064   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:24.200270   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:24.201360   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "de387370987e420caa219575af29a52a"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.206063   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:35:24.209209  3054 log_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:24.209972   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:24.210248   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "de387370987e420caa219575af29a52a"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.210512   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-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:24.234802   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:24.236042   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:24.237650   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:24.240022   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:24.240257   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.240494   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:24.240695   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.280639   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38677
I20260630 12:35:24.280757  3116 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38677 every 8 connection(s)
I20260630 12:35:24.285540   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:24.293043  3121 instance_detector.cc: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:24.293962  3122 instance_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:24.296883  3124 instance_detector.cc: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:24.298923   788 server_base.cc:1061] running on GCE node
I20260630 12:35:24.299955   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:24.299997  3117 heartbeater.cc:344] Connected to a master server at 127.0.197.62:43129
W20260630 12:35:24.300318   788 system_unsync_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:24.300455  3117 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:24.300552   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822924300532 us; error 0 us; skew 500 ppm
I20260630 12:35:24.301331   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:24.301384  3117 heartbeater.cc:507] Master 127.0.197.62:43129 requested a full tablet report, sending...
I20260630 12:35:24.304042  2990 ts_manager.cc:194] Registered new tserver with Master: de387370987e420caa219575af29a52a (127.0.197.1:38677)
I20260630 12:35:24.304205   788 webserver.cc:533] Webserver started at http://127.0.197.2:36017/ using document root <none> and password file <none>
I20260630 12:35:24.304744   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:24.304941   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:24.305233   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:24.306151  2990 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43276
I20260630 12:35:24.306394   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "74a239a6cb3d43d7a53b6ccf8192cfa6"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.311558   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:35:24.315256  3129 log_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:24.316157   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:24.316392   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "74a239a6cb3d43d7a53b6ccf8192cfa6"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.316627   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-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:24.327190   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:24.328321   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:24.329744   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:24.332082   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:24.332257   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.332543   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:24.332685   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.373086   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:32803
I20260630 12:35:24.373193  3191 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:32803 every 8 connection(s)
I20260630 12:35:24.377894   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:24.384186  3195 instance_detector.cc: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:24.385213  3196 instance_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:24.388233  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:24.388307   788 server_base.cc:1061] running on GCE node
I20260630 12:35:24.389657   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:24.389902   788 system_unsync_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:24.390106   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822924390088 us; error 0 us; skew 500 ppm
I20260630 12:35:24.390551  3192 heartbeater.cc:344] Connected to a master server at 127.0.197.62:43129
I20260630 12:35:24.390730   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:24.390897  3192 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:24.391759  3192 heartbeater.cc:507] Master 127.0.197.62:43129 requested a full tablet report, sending...
I20260630 12:35:24.393656   788 webserver.cc:533] Webserver started at http://127.0.197.3:41253/ using document root <none> and password file <none>
I20260630 12:35:24.393935  2990 ts_manager.cc:194] Registered new tserver with Master: 74a239a6cb3d43d7a53b6ccf8192cfa6 (127.0.197.2:32803)
I20260630 12:35:24.394137   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:24.394424   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:24.394747   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:24.395820  2990 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43278
I20260630 12:35:24.396353   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "a8e648f028a34569a32c8f2e7e5eddec"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.400753   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:35:24.404657  3203 log_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:24.405561   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:35:24.405804   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "a8e648f028a34569a32c8f2e7e5eddec"
format_stamp: "Formatted at 2026-06-30 12:35:24 on dist-test-slave-0dvn"
I20260630 12:35:24.406049   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfNoTablets.1782822861066773-788-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:24.416906   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:24.418198   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:24.419659   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:24.421912   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:24.422097   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.422372   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:24.422534   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:24.463678   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:45689
I20260630 12:35:24.463830  3265 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:45689 every 8 connection(s)
I20260630 12:35:24.477421  3266 heartbeater.cc:344] Connected to a master server at 127.0.197.62:43129
I20260630 12:35:24.477809  3266 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:24.478538  3266 heartbeater.cc:507] Master 127.0.197.62:43129 requested a full tablet report, sending...
I20260630 12:35:24.480381  2990 ts_manager.cc:194] Registered new tserver with Master: a8e648f028a34569a32c8f2e7e5eddec (127.0.197.3:45689)
I20260630 12:35:24.481377   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014607664s
I20260630 12:35:24.482190  2990 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:43286
I20260630 12:35:25.309119  3117 heartbeater.cc:499] Master 127.0.197.62:43129 was elected leader, sending a full tablet report...
I20260630 12:35:25.398320  3192 heartbeater.cc:499] Master 127.0.197.62:43129 was elected leader, sending a full tablet report...
I20260630 12:35:25.485016  3266 heartbeater.cc:499] Master 127.0.197.62:43129 was elected leader, sending a full tablet report...
I20260630 12:35:26.119625  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:28.120553  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:30.121620  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:32.123373  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:34.124675  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:36.125878  3043 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:36.577028   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:35:36.602242   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:36.619843   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:35:36.630293   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:35:36.653803   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:36.670395   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:35:36.679450   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:35:36.700133   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:36.715970   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:35:36.724561   788 master.cc:562] Master@127.0.197.62:43129 shutting down...
I20260630 12:35:36.742259   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:36.743141   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:36.743521   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P f4ed15bd011b455dabe8ebef7e3916dc: stopping tablet replica
I20260630 12:35:36.761677   788 master.cc:584] Master@127.0.197.62:43129 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfNoTablets (12806 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange
I20260630 12:35:36.795351   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:40487
I20260630 12:35:36.796484   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:36.802592  3272 instance_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:36.802605  3271 instance_detector.cc: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:36.803695  3274 instance_detector.cc: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:36.804035   788 server_base.cc:1061] running on GCE node
I20260630 12:35:36.805003   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:36.805188   788 system_unsync_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:36.805378   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822936805346 us; error 0 us; skew 500 ppm
I20260630 12:35:36.806020   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:36.808573   788 webserver.cc:533] Webserver started at http://127.0.197.62:44791/ using document root <none> and password file <none>
I20260630 12:35:36.809078   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:36.809273   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:36.809651   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:36.810848   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "8fcd1b5c617747f29dec9e6b0e7325b8"
format_stamp: "Formatted at 2026-06-30 12:35:36 on dist-test-slave-0dvn"
I20260630 12:35:36.815485   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:36.819370  3279 log_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:36.820076   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:36.820369   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "8fcd1b5c617747f29dec9e6b0e7325b8"
format_stamp: "Formatted at 2026-06-30 12:35:36 on dist-test-slave-0dvn"
I20260630 12:35:36.820605   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-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:36.835659   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:36.836905   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:36.874894   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:40487
I20260630 12:35:36.875008  3330 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:40487 every 8 connection(s)
I20260630 12:35:36.879060  3331 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:36.889806  3331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8: Bootstrap starting.
I20260630 12:35:36.894447  3331 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:36.898974  3331 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8: No bootstrap required, opened a new log
I20260630 12:35:36.901046  3331 raft_consensus.cc:359] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER }
I20260630 12:35:36.901485  3331 raft_consensus.cc:385] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:36.901678  3331 raft_consensus.cc:740] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8fcd1b5c617747f29dec9e6b0e7325b8, State: Initialized, Role: FOLLOWER
I20260630 12:35:36.902251  3331 consensus_queue.cc:260] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER }
I20260630 12:35:36.902706  3331 raft_consensus.cc:399] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:36.902942  3331 raft_consensus.cc:493] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:36.903173  3331 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:36.907510  3331 raft_consensus.cc:515] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER }
I20260630 12:35:36.907979  3331 leader_election.cc:304] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [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: 8fcd1b5c617747f29dec9e6b0e7325b8; no voters: 
I20260630 12:35:36.909013  3331 leader_election.cc:290] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:36.909369  3334 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:36.910714  3334 raft_consensus.cc:697] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 1 LEADER]: Becoming Leader. State: Replica: 8fcd1b5c617747f29dec9e6b0e7325b8, State: Running, Role: LEADER
I20260630 12:35:36.911393  3334 consensus_queue.cc:237] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [LEADER]: Queue going to LEADER mode. State: All 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: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER }
I20260630 12:35:36.912009  3331 sys_catalog.cc:565] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:36.914219  3336 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 8fcd1b5c617747f29dec9e6b0e7325b8. Latest consensus state: current_term: 1 leader_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER } }
I20260630 12:35:36.914811  3336 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:36.915534  3335 sys_catalog.cc:455] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "8fcd1b5c617747f29dec9e6b0e7325b8" member_type: VOTER } }
I20260630 12:35:36.916169  3335 sys_catalog.cc:458] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:36.918447  3339 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:36.924125  3339 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:36.927929   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:36.933374  3339 catalog_manager.cc:1383] Generated new cluster ID: c96e7df887f3477d801742f739e543f9
I20260630 12:35:36.933732  3339 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:36.960678  3339 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:36.962003  3339 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:36.974726  3339 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8: Generated new TSK 0
I20260630 12:35:36.975351  3339 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:36.994771   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:37.000769  3352 instance_detector.cc: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.001965  3353 instance_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:37.003818   788 server_base.cc:1061] running on GCE node
W20260630 12:35:37.003931  3355 instance_detector.cc: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.004927   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:37.005115   788 system_unsync_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.005321   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822937005301 us; error 0 us; skew 500 ppm
I20260630 12:35:37.005880   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:37.008227   788 webserver.cc:533] Webserver started at http://127.0.197.1:36149/ using document root <none> and password file <none>
I20260630 12:35:37.008709   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:37.008899   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:37.009191   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:37.010310   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "eaad588802a24a99a3fa67140aa32925"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.016551   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:35:37.020210  3360 log_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.021054   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:37.021365   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "eaad588802a24a99a3fa67140aa32925"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.021703   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-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.046486   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:37.047684   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:37.049196   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:37.051594   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:37.051816   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.052073   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:37.052265   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.093235   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:46773
I20260630 12:35:37.093339  3422 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:46773 every 8 connection(s)
I20260630 12:35:37.098448   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:37.105484  3427 instance_detector.cc: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.105922  3428 instance_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.108634  3430 instance_detector.cc: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.110508   788 server_base.cc:1061] running on GCE node
I20260630 12:35:37.111259   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:37.111502   788 system_unsync_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.111676   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822937111654 us; error 0 us; skew 500 ppm
I20260630 12:35:37.112150   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:37.114508   788 webserver.cc:533] Webserver started at http://127.0.197.2:45579/ using document root <none> and password file <none>
I20260630 12:35:37.115056   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:37.115288   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:37.115587   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:37.116725   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "3087d383a8c4418794c47c53c1453873"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.118409  3423 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40487
I20260630 12:35:37.118768  3423 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:37.119503  3423 heartbeater.cc:507] Master 127.0.197.62:40487 requested a full tablet report, sending...
I20260630 12:35:37.121765  3296 ts_manager.cc:194] Registered new tserver with Master: eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773)
I20260630 12:35:37.121985   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:37.124274  3296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55408
I20260630 12:35:37.126590  3435 log_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.127429   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:35:37.127712   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "3087d383a8c4418794c47c53c1453873"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.127976   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-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:37.143573   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:37.144737   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:37.146239   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:37.148471   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:37.148646   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.148936   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:37.149101   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.188844   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:37659
I20260630 12:35:37.188968  3497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:37659 every 8 connection(s)
I20260630 12:35:37.193758   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:37.200682  3501 instance_detector.cc: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.203502  3502 instance_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:37.204459   788 server_base.cc:1061] running on GCE node
W20260630 12:35:37.206174  3504 instance_detector.cc: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.206418  3498 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40487
I20260630 12:35:37.206912  3498 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:37.207231   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:37.207459   788 system_unsync_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.207634   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822937207600 us; error 0 us; skew 500 ppm
I20260630 12:35:37.207715  3498 heartbeater.cc:507] Master 127.0.197.62:40487 requested a full tablet report, sending...
I20260630 12:35:37.208199   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:37.209964  3296 ts_manager.cc:194] Registered new tserver with Master: 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659)
I20260630 12:35:37.210750   788 webserver.cc:533] Webserver started at http://127.0.197.3:41769/ using document root <none> and password file <none>
I20260630 12:35:37.211269   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:37.211460   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:37.211534  3296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55418
I20260630 12:35:37.211732   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:37.213232   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "038ddc1428e64511acf5150af8c2aac4"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.217748   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:35:37.221020  3509 log_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.221891   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:35:37.222205   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "038ddc1428e64511acf5150af8c2aac4"
format_stamp: "Formatted at 2026-06-30 12:35:37 on dist-test-slave-0dvn"
I20260630 12:35:37.222493   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange.1782822861066773-788-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:37.236631   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:37.237905   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:37.239336   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:37.241591   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:37.241817   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.242064   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:37.242239   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:37.281956   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:38621
I20260630 12:35:37.282064  3571 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:38621 every 8 connection(s)
I20260630 12:35:37.295791  3572 heartbeater.cc:344] Connected to a master server at 127.0.197.62:40487
I20260630 12:35:37.296173  3572 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:37.296885  3572 heartbeater.cc:507] Master 127.0.197.62:40487 requested a full tablet report, sending...
I20260630 12:35:37.298930  3296 ts_manager.cc:194] Registered new tserver with Master: 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621)
I20260630 12:35:37.299799   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014629659s
I20260630 12:35:37.300302  3296 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:55422
I20260630 12:35:38.127381  3423 heartbeater.cc:499] Master 127.0.197.62:40487 was elected leader, sending a full tablet report...
I20260630 12:35:38.214155  3498 heartbeater.cc:499] Master 127.0.197.62:40487 was elected leader, sending a full tablet report...
I20260630 12:35:38.302700  3572 heartbeater.cc:499] Master 127.0.197.62:40487 was elected leader, sending a full tablet report...
I20260630 12:35:38.353588  3296 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:55426:
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:38.356150  3296 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:38.414515  3537 tablet_service.cc:1511] Processing CreateTablet for tablet 4c5518dd5f72477ab5d73ef9c3029119 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.416254  3537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4c5518dd5f72477ab5d73ef9c3029119. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.416224  3535 tablet_service.cc:1511] Processing CreateTablet for tablet b46ee21897c746a1b30c6c627ad6f770 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.418623  3536 tablet_service.cc:1511] Processing CreateTablet for tablet 4732d0575fe7433fa496be92e5bf95ff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.420235  3536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4732d0575fe7433fa496be92e5bf95ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.421875  3535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b46ee21897c746a1b30c6c627ad6f770. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.431396  3534 tablet_service.cc:1511] Processing CreateTablet for tablet 1894ed7d6a42471a9c9941a26a265486 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.433033  3387 tablet_service.cc:1511] Processing CreateTablet for tablet 4732d0575fe7433fa496be92e5bf95ff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.433866  3386 tablet_service.cc:1511] Processing CreateTablet for tablet b46ee21897c746a1b30c6c627ad6f770 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.434530  3387 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4732d0575fe7433fa496be92e5bf95ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.435222  3386 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b46ee21897c746a1b30c6c627ad6f770. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.436522  3388 tablet_service.cc:1511] Processing CreateTablet for tablet 4c5518dd5f72477ab5d73ef9c3029119 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.438007  3388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4c5518dd5f72477ab5d73ef9c3029119. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.438503  3385 tablet_service.cc:1511] Processing CreateTablet for tablet 1894ed7d6a42471a9c9941a26a265486 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.439852  3385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1894ed7d6a42471a9c9941a26a265486. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.433074  3534 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1894ed7d6a42471a9c9941a26a265486. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.461508  3592 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: Bootstrap starting.
I20260630 12:35:38.468266  3463 tablet_service.cc:1511] Processing CreateTablet for tablet 4c5518dd5f72477ab5d73ef9c3029119 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.469355  3460 tablet_service.cc:1511] Processing CreateTablet for tablet 1894ed7d6a42471a9c9941a26a265486 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.468273  3593 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Bootstrap starting.
I20260630 12:35:38.471633  3461 tablet_service.cc:1511] Processing CreateTablet for tablet b46ee21897c746a1b30c6c627ad6f770 (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:38.473902  3462 tablet_service.cc:1511] Processing CreateTablet for tablet 4732d0575fe7433fa496be92e5bf95ff (DEFAULT_TABLE table=range_aware_auto_rebalancer_test [id=7ee11e4300c4460290cca8029f527ff5]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:38.469835  3463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4c5518dd5f72477ab5d73ef9c3029119. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.477181  3461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b46ee21897c746a1b30c6c627ad6f770. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.477837  3593 tablet_bootstrap.cc:654] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.479709  3460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1894ed7d6a42471a9c9941a26a265486. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.489799  3462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 4732d0575fe7433fa496be92e5bf95ff. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:38.502048  3593 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: No bootstrap required, opened a new log
I20260630 12:35:38.502686  3593 ts_tablet_manager.cc:1403] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Time spent bootstrapping tablet: real 0.035s	user 0.016s	sys 0.015s
I20260630 12:35:38.504873  3592 tablet_bootstrap.cc:654] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.502051  3595 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: Bootstrap starting.
I20260630 12:35:38.505820  3593 raft_consensus.cc:359] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.506620  3593 raft_consensus.cc:385] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.506951  3593 raft_consensus.cc:740] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eaad588802a24a99a3fa67140aa32925, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.507748  3593 consensus_queue.cc:260] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.511157  3593 ts_tablet_manager.cc:1434] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.006s
I20260630 12:35:38.512187  3593 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: Bootstrap starting.
I20260630 12:35:38.514027  3595 tablet_bootstrap.cc:654] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.515254  3592 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: No bootstrap required, opened a new log
I20260630 12:35:38.516727  3592 ts_tablet_manager.cc:1403] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: Time spent bootstrapping tablet: real 0.056s	user 0.000s	sys 0.013s
I20260630 12:35:38.518925  3593 tablet_bootstrap.cc:654] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.520548  3592 raft_consensus.cc:359] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.521679  3592 raft_consensus.cc:385] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.522078  3592 raft_consensus.cc:740] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.523397  3592 consensus_queue.cc:260] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.530771  3593 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: No bootstrap required, opened a new log
I20260630 12:35:38.531395  3593 ts_tablet_manager.cc:1403] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: Time spent bootstrapping tablet: real 0.019s	user 0.013s	sys 0.005s
I20260630 12:35:38.531602  3595 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: No bootstrap required, opened a new log
I20260630 12:35:38.531693  3592 ts_tablet_manager.cc:1434] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: Time spent starting tablet: real 0.015s	user 0.005s	sys 0.008s
I20260630 12:35:38.532285  3595 ts_tablet_manager.cc:1403] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: Time spent bootstrapping tablet: real 0.031s	user 0.006s	sys 0.019s
I20260630 12:35:38.533066  3592 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Bootstrap starting.
I20260630 12:35:38.534641  3593 raft_consensus.cc:359] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.535498  3593 raft_consensus.cc:385] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.535259  3595 raft_consensus.cc:359] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.535915  3593 raft_consensus.cc:740] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eaad588802a24a99a3fa67140aa32925, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.536156  3595 raft_consensus.cc:385] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.536571  3595 raft_consensus.cc:740] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3087d383a8c4418794c47c53c1453873, State: Initialized, Role: FOLLOWER
W20260630 12:35:38.537092  3573 tablet.cc:2406] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:35:38.536891  3593 consensus_queue.cc:260] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.537624  3595 consensus_queue.cc:260] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.540403  3592 tablet_bootstrap.cc:654] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.540922  3593 ts_tablet_manager.cc:1434] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.002s
I20260630 12:35:38.541945  3593 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: Bootstrap starting.
I20260630 12:35:38.548265  3593 tablet_bootstrap.cc:654] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.560130  3593 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: No bootstrap required, opened a new log
I20260630 12:35:38.560703  3593 ts_tablet_manager.cc:1403] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.010s
I20260630 12:35:38.563161  3595 ts_tablet_manager.cc:1434] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: Time spent starting tablet: real 0.031s	user 0.009s	sys 0.021s
I20260630 12:35:38.563618  3592 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: No bootstrap required, opened a new log
I20260630 12:35:38.564174  3592 ts_tablet_manager.cc:1403] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Time spent bootstrapping tablet: real 0.031s	user 0.019s	sys 0.012s
I20260630 12:35:38.563781  3593 raft_consensus.cc:359] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.564673  3595 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: Bootstrap starting.
I20260630 12:35:38.564636  3593 raft_consensus.cc:385] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.565260  3593 raft_consensus.cc:740] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eaad588802a24a99a3fa67140aa32925, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.566241  3593 consensus_queue.cc:260] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.567158  3592 raft_consensus.cc:359] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.567900  3592 raft_consensus.cc:385] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.568213  3592 raft_consensus.cc:740] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.569017  3592 consensus_queue.cc:260] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.571134  3592 ts_tablet_manager.cc:1434] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:35:38.571134  3593 ts_tablet_manager.cc:1434] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:35:38.571587  3595 tablet_bootstrap.cc:654] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.572247  3592 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: Bootstrap starting.
I20260630 12:35:38.572284  3593 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: Bootstrap starting.
I20260630 12:35:38.579185  3592 tablet_bootstrap.cc:654] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.579185  3593 tablet_bootstrap.cc:654] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.610157  3592 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: No bootstrap required, opened a new log
I20260630 12:35:38.610169  3593 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: No bootstrap required, opened a new log
I20260630 12:35:38.610850  3595 tablet_bootstrap.cc:492] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: No bootstrap required, opened a new log
I20260630 12:35:38.610879  3592 ts_tablet_manager.cc:1403] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: Time spent bootstrapping tablet: real 0.039s	user 0.018s	sys 0.014s
I20260630 12:35:38.610927  3593 ts_tablet_manager.cc:1403] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: Time spent bootstrapping tablet: real 0.039s	user 0.025s	sys 0.011s
I20260630 12:35:38.611408  3595 ts_tablet_manager.cc:1403] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: Time spent bootstrapping tablet: real 0.047s	user 0.020s	sys 0.024s
I20260630 12:35:38.613741  3592 raft_consensus.cc:359] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.614331  3592 raft_consensus.cc:385] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.614863  3592 raft_consensus.cc:740] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.614485  3595 raft_consensus.cc:359] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.614281  3593 raft_consensus.cc:359] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.615314  3595 raft_consensus.cc:385] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.615378  3593 raft_consensus.cc:385] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.615793  3595 raft_consensus.cc:740] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3087d383a8c4418794c47c53c1453873, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.615875  3593 raft_consensus.cc:740] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eaad588802a24a99a3fa67140aa32925, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.615675  3592 consensus_queue.cc:260] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.616914  3595 consensus_queue.cc:260] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.616914  3593 consensus_queue.cc:260] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.619817  3593 ts_tablet_manager.cc:1434] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:35:38.620818  3592 ts_tablet_manager.cc:1434] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:35:38.621511  3595 ts_tablet_manager.cc:1434] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.002s
I20260630 12:35:38.621949  3592 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Bootstrap starting.
I20260630 12:35:38.622516  3595 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Bootstrap starting.
I20260630 12:35:38.622982  3600 raft_consensus.cc:493] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:38.623490  3600 raft_consensus.cc:515] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.628957  3595 tablet_bootstrap.cc:654] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.630152  3592 tablet_bootstrap.cc:654] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.634093  3595 tablet_bootstrap.cc:492] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: No bootstrap required, opened a new log
I20260630 12:35:38.634596  3595 ts_tablet_manager.cc:1403] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:35:38.636626  3595 raft_consensus.cc:359] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.637199  3592 tablet_bootstrap.cc:492] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: No bootstrap required, opened a new log
I20260630 12:35:38.637326  3595 raft_consensus.cc:385] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.637820  3592 ts_tablet_manager.cc:1403] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Time spent bootstrapping tablet: real 0.016s	user 0.011s	sys 0.001s
I20260630 12:35:38.637836  3595 raft_consensus.cc:740] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3087d383a8c4418794c47c53c1453873, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.639017  3595 consensus_queue.cc:260] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.640059  3596 raft_consensus.cc:493] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:38.640533  3596 raft_consensus.cc:515] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.641101  3592 raft_consensus.cc:359] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.641486  3595 ts_tablet_manager.cc:1434] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:35:38.641819  3592 raft_consensus.cc:385] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.642148  3592 raft_consensus.cc:740] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.642601  3595 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: Bootstrap starting.
I20260630 12:35:38.643275  3596 leader_election.cc:290] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659), 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621)
I20260630 12:35:38.642977  3592 consensus_queue.cc:260] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.649055  3601 raft_consensus.cc:493] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:38.649641  3601 raft_consensus.cc:515] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.652395  3601 leader_election.cc:290] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621)
I20260630 12:35:38.653607  3600 leader_election.cc:290] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659)
I20260630 12:35:38.653817  3595 tablet_bootstrap.cc:654] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:38.669510  3592 ts_tablet_manager.cc:1434] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Time spent starting tablet: real 0.031s	user 0.020s	sys 0.008s
I20260630 12:35:38.665766  3600 raft_consensus.cc:493] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:38.676574  3600 raft_consensus.cc:515] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.682179  3398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b46ee21897c746a1b30c6c627ad6f770" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925" is_pre_election: true
I20260630 12:35:38.683125  3398 raft_consensus.cc:2468] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 0.
I20260630 12:35:38.682514  3600 leader_election.cc:290] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659)
I20260630 12:35:38.684865  3510 leader_election.cc:304] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 
I20260630 12:35:38.686705  3600 raft_consensus.cc:2804] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:38.688143  3600 raft_consensus.cc:493] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:38.688473  3600 raft_consensus.cc:3060] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.704808  3473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4732d0575fe7433fa496be92e5bf95ff" candidate_uuid: "eaad588802a24a99a3fa67140aa32925" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873" is_pre_election: true
W20260630 12:35:38.706547  3362 leader_election.cc:343] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:38.707311  3398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925" is_pre_election: true
I20260630 12:35:38.707963  3398 raft_consensus.cc:2468] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 0.
I20260630 12:35:38.711524  3547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4" is_pre_election: true
I20260630 12:35:38.712227  3547 raft_consensus.cc:2468] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3087d383a8c4418794c47c53c1453873 in term 0.
I20260630 12:35:38.712488  3510 leader_election.cc:304] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 
I20260630 12:35:38.713569  3611 raft_consensus.cc:2804] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:38.714185  3611 raft_consensus.cc:493] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:38.714699  3611 raft_consensus.cc:3060] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.715214  3438 leader_election.cc:304] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, 3087d383a8c4418794c47c53c1453873; no voters: 
I20260630 12:35:38.716069  3601 raft_consensus.cc:2804] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:38.716418  3601 raft_consensus.cc:493] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:38.716744  3601 raft_consensus.cc:3060] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.706295  3600 raft_consensus.cc:515] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.719568  3398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b46ee21897c746a1b30c6c627ad6f770" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925"
I20260630 12:35:38.720112  3398 raft_consensus.cc:3060] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.724531  3601 raft_consensus.cc:515] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.727619  3398 raft_consensus.cc:2468] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 1.
I20260630 12:35:38.728124  3601 leader_election.cc:290] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 election: Requested vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621)
I20260630 12:35:38.728828  3510 leader_election.cc:304] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 
I20260630 12:35:38.730516  3473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b46ee21897c746a1b30c6c627ad6f770" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873" is_pre_election: true
I20260630 12:35:38.730649  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873" is_pre_election: true
I20260630 12:35:38.729571  3547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4"
I20260630 12:35:38.731262  3473 raft_consensus.cc:2468] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 0.
I20260630 12:35:38.731592  3472 raft_consensus.cc:2393] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 038ddc1428e64511acf5150af8c2aac4 in current term 1: Already voted for candidate 3087d383a8c4418794c47c53c1453873 in this term.
I20260630 12:35:38.733850  3595 tablet_bootstrap.cc:492] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: No bootstrap required, opened a new log
I20260630 12:35:38.734383  3595 ts_tablet_manager.cc:1403] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: Time spent bootstrapping tablet: real 0.092s	user 0.013s	sys 0.039s
I20260630 12:35:38.734292  3600 leader_election.cc:290] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 election: Requested vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659)
I20260630 12:35:38.735275  3600 raft_consensus.cc:2804] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:38.735873  3600 raft_consensus.cc:697] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: Becoming Leader. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Running, Role: LEADER
I20260630 12:35:38.736829  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b46ee21897c746a1b30c6c627ad6f770" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873"
I20260630 12:35:38.737566  3472 raft_consensus.cc:3060] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.736894  3600 consensus_queue.cc:237] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.737658  3595 raft_consensus.cc:359] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.738438  3595 raft_consensus.cc:385] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:38.738744  3595 raft_consensus.cc:740] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3087d383a8c4418794c47c53c1453873, State: Initialized, Role: FOLLOWER
I20260630 12:35:38.739519  3595 consensus_queue.cc:260] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.741873  3595 ts_tablet_manager.cc:1434] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:35:38.745025  3472 raft_consensus.cc:2468] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 1.
I20260630 12:35:38.751339  3546 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4732d0575fe7433fa496be92e5bf95ff" candidate_uuid: "eaad588802a24a99a3fa67140aa32925" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4" is_pre_election: true
I20260630 12:35:38.752075  3546 raft_consensus.cc:2468] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eaad588802a24a99a3fa67140aa32925 in term 0.
I20260630 12:35:38.751976  3611 raft_consensus.cc:515] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.753358  3547 raft_consensus.cc:2393] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3087d383a8c4418794c47c53c1453873 in current term 1: Already voted for candidate 038ddc1428e64511acf5150af8c2aac4 in this term.
I20260630 12:35:38.753782  3363 leader_election.cc:304] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [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: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 3087d383a8c4418794c47c53c1453873
I20260630 12:35:38.755254  3611 leader_election.cc:290] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [CANDIDATE]: Term 1 election: Requested vote from peers eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773), 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659)
I20260630 12:35:38.755399  3596 raft_consensus.cc:2804] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:38.755750  3596 raft_consensus.cc:493] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:38.756107  3596 raft_consensus.cc:3060] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.756273  3398 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925"
I20260630 12:35:38.757050  3398 raft_consensus.cc:3060] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.762984  3596 raft_consensus.cc:515] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.764994  3472 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "038ddc1428e64511acf5150af8c2aac4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873"
I20260630 12:35:38.765784  3473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4732d0575fe7433fa496be92e5bf95ff" candidate_uuid: "eaad588802a24a99a3fa67140aa32925" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3087d383a8c4418794c47c53c1453873"
I20260630 12:35:38.766148  3547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4732d0575fe7433fa496be92e5bf95ff" candidate_uuid: "eaad588802a24a99a3fa67140aa32925" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4"
I20260630 12:35:38.766736  3547 raft_consensus.cc:3060] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.767417  3398 raft_consensus.cc:2468] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 038ddc1428e64511acf5150af8c2aac4 in term 1.
I20260630 12:35:38.766570  3473 raft_consensus.cc:3060] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.765784  3472 raft_consensus.cc:2393] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 038ddc1428e64511acf5150af8c2aac4 in current term 1: Already voted for candidate 3087d383a8c4418794c47c53c1453873 in this term.
I20260630 12:35:38.767803  3397 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925" is_pre_election: true
I20260630 12:35:38.769317  3397 raft_consensus.cc:2393] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 3087d383a8c4418794c47c53c1453873 in current term 1: Already voted for candidate 038ddc1428e64511acf5150af8c2aac4 in this term.
I20260630 12:35:38.768193  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1894ed7d6a42471a9c9941a26a265486" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925"
I20260630 12:35:38.770012  3510 leader_election.cc:304] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [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: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 3087d383a8c4418794c47c53c1453873
I20260630 12:35:38.770854  3396 raft_consensus.cc:2393] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 3087d383a8c4418794c47c53c1453873 in current term 1: Already voted for candidate 038ddc1428e64511acf5150af8c2aac4 in this term.
I20260630 12:35:38.765842  3296 catalog_manager.cc:5697] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "038ddc1428e64511acf5150af8c2aac4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:38.772158  3436 leader_election.cc:304] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [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: 3087d383a8c4418794c47c53c1453873; no voters: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925
I20260630 12:35:38.773314  3601 raft_consensus.cc:2749] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:38.773680  3600 raft_consensus.cc:2804] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:38.774160  3600 raft_consensus.cc:697] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: Becoming Leader. State: Replica: 038ddc1428e64511acf5150af8c2aac4, State: Running, Role: LEADER
I20260630 12:35:38.774946  3600 consensus_queue.cc:237] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.778126  3547 raft_consensus.cc:2468] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eaad588802a24a99a3fa67140aa32925 in term 1.
I20260630 12:35:38.778205  3473 raft_consensus.cc:2468] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eaad588802a24a99a3fa67140aa32925 in term 1.
I20260630 12:35:38.778508  3596 leader_election.cc:290] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [CANDIDATE]: Term 1 election: Requested vote from peers 3087d383a8c4418794c47c53c1453873 (127.0.197.2:37659), 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621)
I20260630 12:35:38.779345  3363 leader_election.cc:304] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, eaad588802a24a99a3fa67140aa32925; no voters: 
I20260630 12:35:38.780249  3596 raft_consensus.cc:2804] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:38.786227  3596 raft_consensus.cc:697] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 LEADER]: Becoming Leader. State: Replica: eaad588802a24a99a3fa67140aa32925, State: Running, Role: LEADER
I20260630 12:35:38.787151  3596 consensus_queue.cc:237] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } }
I20260630 12:35:38.790377  3296 catalog_manager.cc:5697] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "038ddc1428e64511acf5150af8c2aac4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:38.795085  3294 catalog_manager.cc:5697] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 reported cstate change: term changed from 0 to 1, leader changed from <none> to eaad588802a24a99a3fa67140aa32925 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "eaad588802a24a99a3fa67140aa32925" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:38.819465  3601 raft_consensus.cc:493] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:38.819988  3601 raft_consensus.cc:515] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.821751  3601 leader_election.cc:290] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621), eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773)
I20260630 12:35:38.822580  3547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4c5518dd5f72477ab5d73ef9c3029119" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4" is_pre_election: true
I20260630 12:35:38.822809  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4c5518dd5f72477ab5d73ef9c3029119" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925" is_pre_election: true
I20260630 12:35:38.823171  3547 raft_consensus.cc:2468] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3087d383a8c4418794c47c53c1453873 in term 0.
I20260630 12:35:38.823434  3396 raft_consensus.cc:2468] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3087d383a8c4418794c47c53c1453873 in term 0.
I20260630 12:35:38.824357  3438 leader_election.cc:304] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, 3087d383a8c4418794c47c53c1453873; no voters: 
I20260630 12:35:38.825094  3601 raft_consensus.cc:2804] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:38.825490  3601 raft_consensus.cc:493] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:38.825770  3601 raft_consensus.cc:3060] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.830295  3601 raft_consensus.cc:515] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.831806  3601 leader_election.cc:290] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 election: Requested vote from peers 038ddc1428e64511acf5150af8c2aac4 (127.0.197.3:38621), eaad588802a24a99a3fa67140aa32925 (127.0.197.1:46773)
I20260630 12:35:38.832520  3547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4c5518dd5f72477ab5d73ef9c3029119" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "038ddc1428e64511acf5150af8c2aac4"
I20260630 12:35:38.832850  3396 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "4c5518dd5f72477ab5d73ef9c3029119" candidate_uuid: "3087d383a8c4418794c47c53c1453873" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eaad588802a24a99a3fa67140aa32925"
I20260630 12:35:38.833104  3547 raft_consensus.cc:3060] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.833374  3396 raft_consensus.cc:3060] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:38.839917  3396 raft_consensus.cc:2468] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3087d383a8c4418794c47c53c1453873 in term 1.
I20260630 12:35:38.839917  3547 raft_consensus.cc:2468] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3087d383a8c4418794c47c53c1453873 in term 1.
I20260630 12:35:38.841123  3438 leader_election.cc:304] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 038ddc1428e64511acf5150af8c2aac4, 3087d383a8c4418794c47c53c1453873; no voters: 
I20260630 12:35:38.841836  3601 raft_consensus.cc:2804] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:38.842877  3601 raft_consensus.cc:697] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 LEADER]: Becoming Leader. State: Replica: 3087d383a8c4418794c47c53c1453873, State: Running, Role: LEADER
I20260630 12:35:38.843640  3601 consensus_queue.cc:237] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } }
I20260630 12:35:38.851534  3294 catalog_manager.cc:5697] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3087d383a8c4418794c47c53c1453873 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "3087d383a8c4418794c47c53c1453873" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "038ddc1428e64511acf5150af8c2aac4" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38621 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3087d383a8c4418794c47c53c1453873" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37659 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eaad588802a24a99a3fa67140aa32925" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 46773 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:38.927486  3349 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_auto_rebalancer_test
I20260630 12:35:38.930876  3349 auto_leader_rebalancer.cc:440] table: range_aware_auto_rebalancer_test, leader rebalance finish, leader transfer count: 0
I20260630 12:35:38.931295  3349 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:38.948827   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:35:38.965637   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:38.966415   788 tablet_replica.cc:333] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925: stopping tablet replica
I20260630 12:35:38.966998   788 raft_consensus.cc:2243] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:38.967339   788 raft_consensus.cc:2272] T b46ee21897c746a1b30c6c627ad6f770 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:38.969115   788 tablet_replica.cc:333] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925: stopping tablet replica
I20260630 12:35:38.969668   788 raft_consensus.cc:2243] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:38.969986   788 raft_consensus.cc:2272] T 4c5518dd5f72477ab5d73ef9c3029119 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:38.971621   788 tablet_replica.cc:333] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925: stopping tablet replica
I20260630 12:35:38.972064   788 raft_consensus.cc:2243] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:38.972362   788 raft_consensus.cc:2272] T 1894ed7d6a42471a9c9941a26a265486 P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:38.974143   788 tablet_replica.cc:333] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: stopping tablet replica
I20260630 12:35:38.974552   788 raft_consensus.cc:2243] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:38.975030   788 pending_rounds.cc:70] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Trying to abort 1 pending ops.
I20260630 12:35:38.975175   788 pending_rounds.cc:77] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442757280854016 op_type: NO_OP noop_request { }
I20260630 12:35:38.975433   788 raft_consensus.cc:2889] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:38.975641   788 raft_consensus.cc:2272] T 4732d0575fe7433fa496be92e5bf95ff P eaad588802a24a99a3fa67140aa32925 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:38.996785   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:35:39.007180   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:35:39.030269   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:39.031136   788 tablet_replica.cc:333] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: stopping tablet replica
I20260630 12:35:39.031728   788 raft_consensus.cc:2243] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:39.032321   788 pending_rounds.cc:70] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Trying to abort 1 pending ops.
I20260630 12:35:39.032541   788 pending_rounds.cc:77] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442757511364608 op_type: NO_OP noop_request { }
I20260630 12:35:39.032829   788 raft_consensus.cc:2889] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:39.033108   788 raft_consensus.cc:2272] T 4c5518dd5f72477ab5d73ef9c3029119 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.035444   788 tablet_replica.cc:333] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873: stopping tablet replica
I20260630 12:35:39.035964   788 raft_consensus.cc:2243] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:39.036332   788 raft_consensus.cc:2272] T b46ee21897c746a1b30c6c627ad6f770 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.038095   788 tablet_replica.cc:333] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873: stopping tablet replica
I20260630 12:35:39.038584   788 raft_consensus.cc:2243] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:39.038934   788 raft_consensus.cc:2272] T 4732d0575fe7433fa496be92e5bf95ff P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.040760   788 tablet_replica.cc:333] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873: stopping tablet replica
I20260630 12:35:39.041349   788 raft_consensus.cc:2243] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:39.041774   788 raft_consensus.cc:2272] T 1894ed7d6a42471a9c9941a26a265486 P 3087d383a8c4418794c47c53c1453873 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.063278   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:35:39.073623   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:35:39.089718   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:39.090591   788 tablet_replica.cc:333] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: stopping tablet replica
I20260630 12:35:39.091183   788 raft_consensus.cc:2243] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:39.091759   788 pending_rounds.cc:70] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Trying to abort 1 pending ops.
I20260630 12:35:39.091952   788 pending_rounds.cc:77] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442757231996928 op_type: NO_OP noop_request { }
I20260630 12:35:39.092234   788 raft_consensus.cc:2889] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:39.092519   788 raft_consensus.cc:2272] T 1894ed7d6a42471a9c9941a26a265486 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.094731   788 tablet_replica.cc:333] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4: stopping tablet replica
I20260630 12:35:39.095260   788 raft_consensus.cc:2243] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:39.095634   788 raft_consensus.cc:2272] T 4732d0575fe7433fa496be92e5bf95ff P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.097321   788 tablet_replica.cc:333] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: stopping tablet replica
I20260630 12:35:39.097872   788 raft_consensus.cc:2243] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:39.098415   788 pending_rounds.cc:70] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Trying to abort 1 pending ops.
I20260630 12:35:39.098562   788 pending_rounds.cc:77] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302442757079924736 op_type: NO_OP noop_request { }
I20260630 12:35:39.098855   788 raft_consensus.cc:2889] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:35:39.099092   788 raft_consensus.cc:2272] T b46ee21897c746a1b30c6c627ad6f770 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.100884   788 tablet_replica.cc:333] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4: stopping tablet replica
I20260630 12:35:39.101511   788 raft_consensus.cc:2243] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:39.101824   788 raft_consensus.cc:2272] T 4c5518dd5f72477ab5d73ef9c3029119 P 038ddc1428e64511acf5150af8c2aac4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.124651   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:35:39.135427   788 master.cc:562] Master@127.0.197.62:40487 shutting down...
I20260630 12:35:39.150079   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:39.150556   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:39.150812   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 8fcd1b5c617747f29dec9e6b0e7325b8: stopping tablet replica
I20260630 12:35:39.159876   788 master.cc:584] Master@127.0.197.62:40487 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareBuildClusterInfoGroupsByRange (2395 ms)
[ RUN      ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas
I20260630 12:35:39.190178   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:33371
I20260630 12:35:39.191223   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.195967  3625 instance_detector.cc: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:39.196156  3626 instance_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:39.197494  3628 instance_detector.cc: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:39.198633   788 server_base.cc:1061] running on GCE node
I20260630 12:35:39.199565   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.199736   788 system_unsync_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:39.199932   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822939199917 us; error 0 us; skew 500 ppm
I20260630 12:35:39.200474   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.203086   788 webserver.cc:533] Webserver started at http://127.0.197.62:46017/ using document root <none> and password file <none>
I20260630 12:35:39.203559   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.203750   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.204033   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.205104   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "00cca10b42c9425a8b6ea5a9affafe91"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.209383   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:35:39.212649  3633 log_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:39.213485   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:39.213771   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "00cca10b42c9425a8b6ea5a9affafe91"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.214058   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-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:39.226912   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.227939   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.264889   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:33371
I20260630 12:35:39.264973  3684 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:33371 every 8 connection(s)
I20260630 12:35:39.268626  3685 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:39.278236  3685 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: Bootstrap starting.
I20260630 12:35:39.282282  3685 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:39.285979  3685 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: No bootstrap required, opened a new log
I20260630 12:35:39.287827  3685 raft_consensus.cc:359] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER }
I20260630 12:35:39.288232  3685 raft_consensus.cc:385] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:39.288460  3685 raft_consensus.cc:740] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 00cca10b42c9425a8b6ea5a9affafe91, State: Initialized, Role: FOLLOWER
I20260630 12:35:39.289098  3685 consensus_queue.cc:260] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER }
I20260630 12:35:39.289590  3685 raft_consensus.cc:399] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:39.289809  3685 raft_consensus.cc:493] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:39.290082  3685 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:39.294319  3685 raft_consensus.cc:515] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER }
I20260630 12:35:39.294812  3685 leader_election.cc:304] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [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: 00cca10b42c9425a8b6ea5a9affafe91; no voters: 
I20260630 12:35:39.295871  3685 leader_election.cc:290] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:39.296154  3688 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:39.297511  3688 raft_consensus.cc:697] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 1 LEADER]: Becoming Leader. State: Replica: 00cca10b42c9425a8b6ea5a9affafe91, State: Running, Role: LEADER
I20260630 12:35:39.298170  3688 consensus_queue.cc:237] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [LEADER]: Queue going to LEADER mode. State: All 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: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER }
I20260630 12:35:39.298717  3685 sys_catalog.cc:565] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:39.300951  3689 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "00cca10b42c9425a8b6ea5a9affafe91" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER } }
I20260630 12:35:39.301041  3690 sys_catalog.cc:455] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 00cca10b42c9425a8b6ea5a9affafe91. Latest consensus state: current_term: 1 leader_uuid: "00cca10b42c9425a8b6ea5a9affafe91" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "00cca10b42c9425a8b6ea5a9affafe91" member_type: VOTER } }
I20260630 12:35:39.301803  3690 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:39.302374  3689 sys_catalog.cc:458] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:39.306257  3695 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:39.310981  3695 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:39.314066   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:39.320755  3695 catalog_manager.cc:1383] Generated new cluster ID: cc7d8bad10364eaabe3a077eb3e79bcb
I20260630 12:35:39.321053  3695 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:39.338434  3695 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:39.339677  3695 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:39.360817  3695 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: Generated new TSK 0
I20260630 12:35:39.361485  3695 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:39.380312   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.386595  3706 instance_detector.cc: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:39.388094  3707 instance_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:39.388531  3709 instance_detector.cc: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:39.389212   788 server_base.cc:1061] running on GCE node
I20260630 12:35:39.389984   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.390163   788 system_unsync_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:39.390368   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822939390333 us; error 0 us; skew 500 ppm
I20260630 12:35:39.390892   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.393236   788 webserver.cc:533] Webserver started at http://127.0.197.1:37331/ using document root <none> and password file <none>
I20260630 12:35:39.393774   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.393977   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.394261   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.395318   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "0de2c5154a0c45d9a5105479af5a6fae"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.400031   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:39.403282  3714 log_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:39.404173   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:39.404445   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "0de2c5154a0c45d9a5105479af5a6fae"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.404722   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-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:39.419555   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.420640   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.422092   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.424258   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.424429   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.424714   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.424875   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.461978   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:45083
I20260630 12:35:39.462133  3776 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:45083 every 8 connection(s)
I20260630 12:35:39.466774   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.473881  3781 instance_detector.cc: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:39.475663  3782 instance_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:39.479688  3784 instance_detector.cc: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:39.480002   788 server_base.cc:1061] running on GCE node
I20260630 12:35:39.480926   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:35:39.481150  3777 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33371
W20260630 12:35:39.481192   788 system_unsync_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:39.481647   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822939481620 us; error 0 us; skew 500 ppm
I20260630 12:35:39.481678  3777 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.482265   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.482540  3777 heartbeater.cc:507] Master 127.0.197.62:33371 requested a full tablet report, sending...
I20260630 12:35:39.484669  3650 ts_manager.cc:194] Registered new tserver with Master: 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:39.484802   788 webserver.cc:533] Webserver started at http://127.0.197.2:45301/ using document root <none> and password file <none>
I20260630 12:35:39.485373   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.485613   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.485880   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.486605  3650 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49596
I20260630 12:35:39.486886   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.491214   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:35:39.494338  3789 log_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:39.495031   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:39.495308   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.495594   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-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:39.512202   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.513242   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.514598   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.516850   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.517069   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.517295   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.517516   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.001s
I20260630 12:35:39.552733   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:35273
I20260630 12:35:39.552845  3851 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:35273 every 8 connection(s)
I20260630 12:35:39.557368   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:39.563530  3855 instance_detector.cc: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:39.564540  3856 instance_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:39.567924  3858 instance_detector.cc: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:39.568202   788 server_base.cc:1061] running on GCE node
I20260630 12:35:39.569139   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:39.569373   788 system_unsync_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:39.569645   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822939569616 us; error 0 us; skew 500 ppm
I20260630 12:35:39.569828  3852 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33371
I20260630 12:35:39.570237  3852 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.570304   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:39.571147  3852 heartbeater.cc:507] Master 127.0.197.62:33371 requested a full tablet report, sending...
I20260630 12:35:39.573035   788 webserver.cc:533] Webserver started at http://127.0.197.3:36967/ using document root <none> and password file <none>
I20260630 12:35:39.573521  3650 ts_manager.cc:194] Registered new tserver with Master: 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:39.573683   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:39.573961   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:39.574270   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:39.575264  3650 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49598
I20260630 12:35:39.575644   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "d8ba8d5a64154feab31d3b08896aab71"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.580292   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:39.583345  3863 log_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:39.584148   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:39.584383   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "d8ba8d5a64154feab31d3b08896aab71"
format_stamp: "Formatted at 2026-06-30 12:35:39 on dist-test-slave-0dvn"
I20260630 12:35:39.584618   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-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:39.594157   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:39.595054   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:39.596282   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:39.598348   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:39.598553   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.598809   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:39.598968   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:39.636335   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:45951
I20260630 12:35:39.636430  3925 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:45951 every 8 connection(s)
I20260630 12:35:39.649588  3926 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33371
I20260630 12:35:39.649959  3926 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:39.650650  3926 heartbeater.cc:507] Master 127.0.197.62:33371 requested a full tablet report, sending...
I20260630 12:35:39.652478  3650 ts_manager.cc:194] Registered new tserver with Master: d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:39.652945   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013467168s
I20260630 12:35:39.653869  3650 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49602
I20260630 12:35:40.488997  3777 heartbeater.cc:499] Master 127.0.197.62:33371 was elected leader, sending a full tablet report...
I20260630 12:35:40.578122  3852 heartbeater.cc:499] Master 127.0.197.62:33371 was elected leader, sending a full tablet report...
I20260630 12:35:40.656586  3926 heartbeater.cc:499] Master 127.0.197.62:33371 was elected leader, sending a full tablet report...
I20260630 12:35:40.704573  3650 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49618:
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:40.706696  3650 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:40.772655  3891 tablet_service.cc:1511] Processing CreateTablet for tablet 9f3ba056988c49a580b56cd07be55acd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.774165  3891 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f3ba056988c49a580b56cd07be55acd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.775471  3889 tablet_service.cc:1511] Processing CreateTablet for tablet 3bb49207bd5d4cd99141ba50fbcd4965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.776116  3886 tablet_service.cc:1511] Processing CreateTablet for tablet 392257cae2344ede8e8314a0d0308a69 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.777220  3889 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bb49207bd5d4cd99141ba50fbcd4965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.778213  3887 tablet_service.cc:1511] Processing CreateTablet for tablet f41e7d92e7c445938d616ebab02dd411 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.779563  3887 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f41e7d92e7c445938d616ebab02dd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.782317  3888 tablet_service.cc:1511] Processing CreateTablet for tablet 17c7d291a50c49ebb68af9ccfbc095f6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.783646  3888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17c7d291a50c49ebb68af9ccfbc095f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.786381  3890 tablet_service.cc:1511] Processing CreateTablet for tablet b33a5ff32a5340f1a9d181e779c0ea97 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.787762  3890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b33a5ff32a5340f1a9d181e779c0ea97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.792558  3886 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 392257cae2344ede8e8314a0d0308a69. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.794770  3885 tablet_service.cc:1511] Processing CreateTablet for tablet dbc7134e18de44de9ba266fed84a2d83 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.795562  3884 tablet_service.cc:1511] Processing CreateTablet for tablet 1a940be005c14f358f5983a0b3e1c613 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.796168  3885 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc7134e18de44de9ba266fed84a2d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.796943  3884 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a940be005c14f358f5983a0b3e1c613. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.807436  3946 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:40.819353  3946 tablet_bootstrap.cc:654] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.820161  3742 tablet_service.cc:1511] Processing CreateTablet for tablet 9f3ba056988c49a580b56cd07be55acd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.821637  3742 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f3ba056988c49a580b56cd07be55acd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.832929  3946 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:40.833561  3946 ts_tablet_manager.cc:1403] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.026s	user 0.006s	sys 0.010s
I20260630 12:35:40.838366  3740 tablet_service.cc:1511] Processing CreateTablet for tablet 3bb49207bd5d4cd99141ba50fbcd4965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.836445  3946 raft_consensus.cc:359] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:40.840055  3946 raft_consensus.cc:385] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:40.840459  3946 raft_consensus.cc:740] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:40.840487  3735 tablet_service.cc:1511] Processing CreateTablet for tablet 1a940be005c14f358f5983a0b3e1c613 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.841701  3738 tablet_service.cc:1511] Processing CreateTablet for tablet f41e7d92e7c445938d616ebab02dd411 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.841611  3946 consensus_queue.cc:260] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:40.843590  3817 tablet_service.cc:1511] Processing CreateTablet for tablet 9f3ba056988c49a580b56cd07be55acd (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.843825  3737 tablet_service.cc:1511] Processing CreateTablet for tablet 392257cae2344ede8e8314a0d0308a69 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.845021  3817 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f3ba056988c49a580b56cd07be55acd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.846037  3948 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:40.846115  3736 tablet_service.cc:1511] Processing CreateTablet for tablet dbc7134e18de44de9ba266fed84a2d83 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.836869  3741 tablet_service.cc:1511] Processing CreateTablet for tablet b33a5ff32a5340f1a9d181e779c0ea97 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.839772  3740 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bb49207bd5d4cd99141ba50fbcd4965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.848795  3737 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 392257cae2344ede8e8314a0d0308a69. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.849493  3738 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f41e7d92e7c445938d616ebab02dd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.849699  3946 ts_tablet_manager.cc:1434] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.016s	user 0.011s	sys 0.002s
I20260630 12:35:40.850757  3946 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:40.853797  3741 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b33a5ff32a5340f1a9d181e779c0ea97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.855456  3816 tablet_service.cc:1511] Processing CreateTablet for tablet b33a5ff32a5340f1a9d181e779c0ea97 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.856791  3816 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b33a5ff32a5340f1a9d181e779c0ea97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.857822  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc7134e18de44de9ba266fed84a2d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.860277  3946 tablet_bootstrap.cc:654] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.861816  3735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a940be005c14f358f5983a0b3e1c613. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.862581  3948 tablet_bootstrap.cc:654] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:40.866225  3949 raft_consensus.cc:493] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:40.866834  3949 raft_consensus.cc:515] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:40.840770  3739 tablet_service.cc:1511] Processing CreateTablet for tablet 17c7d291a50c49ebb68af9ccfbc095f6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.870819  3739 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17c7d291a50c49ebb68af9ccfbc095f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.876683  3949 leader_election.cc:290] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:40.881000  3815 tablet_service.cc:1511] Processing CreateTablet for tablet 3bb49207bd5d4cd99141ba50fbcd4965 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.882962  3815 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bb49207bd5d4cd99141ba50fbcd4965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.888972  3814 tablet_service.cc:1511] Processing CreateTablet for tablet 17c7d291a50c49ebb68af9ccfbc095f6 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.890882  3814 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17c7d291a50c49ebb68af9ccfbc095f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.894655  3813 tablet_service.cc:1511] Processing CreateTablet for tablet f41e7d92e7c445938d616ebab02dd411 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.896467  3813 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f41e7d92e7c445938d616ebab02dd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.930661  3812 tablet_service.cc:1511] Processing CreateTablet for tablet 392257cae2344ede8e8314a0d0308a69 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.932708  3812 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 392257cae2344ede8e8314a0d0308a69. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:40.934926  3811 tablet_service.cc:1511] Processing CreateTablet for tablet dbc7134e18de44de9ba266fed84a2d83 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:40.937016  3811 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc7134e18de44de9ba266fed84a2d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:41.039911  3946 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.043051  3948 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.043632  3948 ts_tablet_manager.cc:1403] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.198s	user 0.008s	sys 0.015s
I20260630 12:35:41.045783  3954 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.046537  3948 raft_consensus.cc:359] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.047363  3948 raft_consensus.cc:385] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.047724  3948 raft_consensus.cc:740] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.048668  3948 consensus_queue.cc:260] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.040426  3946 ts_tablet_manager.cc:1403] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.190s	user 0.032s	sys 0.076s
I20260630 12:35:41.051142  3810 tablet_service.cc:1511] Processing CreateTablet for tablet 1a940be005c14f358f5983a0b3e1c613 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 0 <= VALUES < 10
I20260630 12:35:41.052573  3810 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1a940be005c14f358f5983a0b3e1c613. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:41.059980  3946 raft_consensus.cc:359] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.060765  3946 raft_consensus.cc:385] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.061113  3946 raft_consensus.cc:740] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.062079  3946 consensus_queue.cc:260] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.063189  3954 tablet_bootstrap.cc:654] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.069351  3946 ts_tablet_manager.cc:1434] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.012s	user 0.000s	sys 0.005s
I20260630 12:35:41.072180  3950 raft_consensus.cc:493] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.075675  3950 raft_consensus.cc:515] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.077883  3950 leader_election.cc:290] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:41.086615  3946 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.104019  3948 ts_tablet_manager.cc:1434] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.060s	user 0.006s	sys 0.003s
I20260630 12:35:41.106217  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.107638  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.110176  3752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.110913  3954 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.110848  3752 raft_consensus.cc:2468] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.111469  3954 ts_tablet_manager.cc:1403] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.066s	user 0.010s	sys 0.034s
I20260630 12:35:41.112066  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.112223  3867 leader_election.cc:304] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.113113  3950 raft_consensus.cc:2804] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.113543  3950 raft_consensus.cc:493] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:35:41.113802  3867 leader_election.cc:343] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:35:41.114584  3867 leader_election.cc:343] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.114539  3954 raft_consensus.cc:359] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.115378  3954 raft_consensus.cc:385] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.113888  3950 raft_consensus.cc:3060] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.115675  3954 raft_consensus.cc:740] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
W20260630 12:35:41.115568  3867 leader_election.cc:343] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.116678  3867 leader_election.cc:304] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [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: d8ba8d5a64154feab31d3b08896aab71; no voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:41.116652  3954 consensus_queue.cc:260] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.117712  3949 raft_consensus.cc:2749] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.119868  3948 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.126236  3954 ts_tablet_manager.cc:1434] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.014s	user 0.009s	sys 0.003s
I20260630 12:35:41.127278  3954 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.132552  3954 tablet_bootstrap.cc:654] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.134469  3948 tablet_bootstrap.cc:654] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.134692  3950 raft_consensus.cc:515] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.136924  3950 leader_election.cc:290] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.113232  3946 tablet_bootstrap.cc:654] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.137799  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.139015  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.139673  3751 raft_consensus.cc:3060] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:41.142184  3867 leader_election.cc:343] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.143889  3954 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.144549  3954 ts_tablet_manager.cc:1403] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.017s	user 0.008s	sys 0.006s
I20260630 12:35:41.148010  3954 raft_consensus.cc:359] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.148938  3954 raft_consensus.cc:385] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.149302  3954 raft_consensus.cc:740] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.150431  3954 consensus_queue.cc:260] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.152000  3751 raft_consensus.cc:2468] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.153496  3867 leader_election.cc:304] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [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: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:41.153906  3954 ts_tablet_manager.cc:1434] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.001s
I20260630 12:35:41.154595  3950 raft_consensus.cc:2804] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.154896  3954 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.154874  3946 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.155678  3946 ts_tablet_manager.cc:1403] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.069s	user 0.022s	sys 0.001s
I20260630 12:35:41.156054  3948 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.156536  3948 ts_tablet_manager.cc:1403] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.037s	user 0.012s	sys 0.009s
I20260630 12:35:41.155088  3950 raft_consensus.cc:697] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Becoming Leader. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:41.157608  3950 consensus_queue.cc:237] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.158747  3946 raft_consensus.cc:359] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.159536  3946 raft_consensus.cc:385] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.159155  3948 raft_consensus.cc:359] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.159989  3948 raft_consensus.cc:385] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.160475  3948 raft_consensus.cc:740] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.159953  3946 raft_consensus.cc:740] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.161077  3954 tablet_bootstrap.cc:654] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.161695  3946 consensus_queue.cc:260] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.164300  3946 ts_tablet_manager.cc:1434] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260630 12:35:41.165575  3946 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.171895  3946 tablet_bootstrap.cc:654] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.173702  3948 consensus_queue.cc:260] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.181977  3649 catalog_manager.cc:5697] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.185379  3948 ts_tablet_manager.cc:1434] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.029s	user 0.006s	sys 0.002s
I20260630 12:35:41.185487  3954 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.186357  3954 ts_tablet_manager.cc:1403] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.032s	user 0.024s	sys 0.007s
I20260630 12:35:41.186569  3948 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.189131  3954 raft_consensus.cc:359] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.189869  3954 raft_consensus.cc:385] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.190157  3954 raft_consensus.cc:740] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.190853  3954 consensus_queue.cc:260] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.191859  3948 tablet_bootstrap.cc:654] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.192955  3954 ts_tablet_manager.cc:1434] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:35:41.193982  3954 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.200222  3954 tablet_bootstrap.cc:654] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.204888  3946 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.205556  3946 ts_tablet_manager.cc:1403] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.040s	user 0.020s	sys 0.002s
I20260630 12:35:41.209028  3946 raft_consensus.cc:359] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.209996  3946 raft_consensus.cc:385] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.210376  3946 raft_consensus.cc:740] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.211301  3946 consensus_queue.cc:260] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.214222  3946 ts_tablet_manager.cc:1434] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:35:41.216485  3946 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.218097  3948 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.218616  3948 ts_tablet_manager.cc:1403] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.016s
I20260630 12:35:41.218107  3954 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.220420  3954 ts_tablet_manager.cc:1403] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.027s	user 0.012s	sys 0.011s
I20260630 12:35:41.221496  3946 tablet_bootstrap.cc:654] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.221350  3948 raft_consensus.cc:359] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.222108  3948 raft_consensus.cc:385] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.222406  3948 raft_consensus.cc:740] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.223013  3954 raft_consensus.cc:359] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.223138  3948 consensus_queue.cc:260] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.223737  3954 raft_consensus.cc:385] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.224067  3954 raft_consensus.cc:740] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.225369  3948 ts_tablet_manager.cc:1434] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:35:41.226840  3948 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.224907  3954 consensus_queue.cc:260] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.228152  3946 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.228634  3946 ts_tablet_manager.cc:1403] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.012s	user 0.007s	sys 0.003s
I20260630 12:35:41.232012  3954 ts_tablet_manager.cc:1434] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:35:41.232493  3948 tablet_bootstrap.cc:654] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.233341  3954 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.237360  3946 raft_consensus.cc:359] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.238109  3946 raft_consensus.cc:385] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.238401  3946 raft_consensus.cc:740] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.239163  3954 tablet_bootstrap.cc:654] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.239120  3946 consensus_queue.cc:260] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.241504  3946 ts_tablet_manager.cc:1434] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.013s	user 0.009s	sys 0.000s
I20260630 12:35:41.242704  3946 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.243350  3957 raft_consensus.cc:493] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.243996  3957 raft_consensus.cc:515] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.250590  3946 tablet_bootstrap.cc:654] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.257100  3957 leader_election.cc:290] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.257766  3957 raft_consensus.cc:493] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.258210  3957 raft_consensus.cc:515] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.260304  3957 leader_election.cc:290] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.261154  3954 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.261690  3954 ts_tablet_manager.cc:1403] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.029s	user 0.024s	sys 0.002s
I20260630 12:35:41.263154  3958 raft_consensus.cc:493] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.263797  3958 raft_consensus.cc:515] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.264497  3954 raft_consensus.cc:359] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.265179  3954 raft_consensus.cc:385] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.265484  3954 raft_consensus.cc:740] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.266271  3954 consensus_queue.cc:260] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.273383  3958 leader_election.cc:290] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.273381  3946 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.277957  3946 ts_tablet_manager.cc:1403] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.036s	user 0.011s	sys 0.005s
I20260630 12:35:41.289526  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.290247  3826 raft_consensus.cc:2468] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:41.291229  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.291749  3718 leader_election.cc:304] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:41.291864  3827 raft_consensus.cc:2468] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:41.294201  3718 leader_election.cc:304] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:41.294385  3971 raft_consensus.cc:2804] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.295101  3971 raft_consensus.cc:493] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.295579  3971 raft_consensus.cc:3060] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.295606  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.296660  3957 raft_consensus.cc:2804] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.297180  3957 raft_consensus.cc:493] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.297646  3957 raft_consensus.cc:3060] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.297000  3946 raft_consensus.cc:359] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.295902  3948 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.305608  3948 ts_tablet_manager.cc:1403] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.079s	user 0.018s	sys 0.010s
I20260630 12:35:41.305900  3901 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.306856  3901 raft_consensus.cc:2468] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:41.307103  3946 raft_consensus.cc:385] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.308466  3790 leader_election.cc:304] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.312855  3946 raft_consensus.cc:740] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.313470  3958 raft_consensus.cc:2804] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.313831  3958 raft_consensus.cc:493] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.313687  3946 consensus_queue.cc:260] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.309223  3957 raft_consensus.cc:515] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.309701  3971 raft_consensus.cc:515] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
W20260630 12:35:41.312364  3698 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:41.317237  3751 raft_consensus.cc:2393] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in current term 1: Already voted for candidate 0de2c5154a0c45d9a5105479af5a6fae in this term.
I20260630 12:35:41.318579  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.319470  3900 raft_consensus.cc:2468] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:41.319804  3971 leader_election.cc:290] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.321730  3957 leader_election.cc:290] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.314209  3958 raft_consensus.cc:3060] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.308727  3948 raft_consensus.cc:359] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.315039  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:41.324254  3954 ts_tablet_manager.cc:1434] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.062s	user 0.039s	sys 0.021s
I20260630 12:35:41.324198  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.324905  3826 raft_consensus.cc:3060] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:41.325587  3703 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:41.325969  3948 raft_consensus.cc:385] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.326300  3948 raft_consensus.cc:740] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.316239  3946 ts_tablet_manager.cc:1434] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.038s	user 0.008s	sys 0.000s
I20260630 12:35:41.322177  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.327849  3954 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.329799  3958 raft_consensus.cc:515] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.330624  3901 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.331223  3827 raft_consensus.cc:2393] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 0de2c5154a0c45d9a5105479af5a6fae in current term 1: Already voted for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in this term.
I20260630 12:35:41.331825  3958 leader_election.cc:290] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.332782  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.333717  3946 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.333693  3751 raft_consensus.cc:2393] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in current term 1: Already voted for candidate 0de2c5154a0c45d9a5105479af5a6fae in this term.
I20260630 12:35:41.333752  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:41.334592  3954 tablet_bootstrap.cc:654] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.331265  3901 raft_consensus.cc:2468] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:41.336529  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b33a5ff32a5340f1a9d181e779c0ea97" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:41.336256  3790 leader_election.cc:304] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:41.337090  3900 raft_consensus.cc:3060] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.338243  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "3bb49207bd5d4cd99141ba50fbcd4965" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:41.338795  3899 raft_consensus.cc:3060] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.338878  3948 consensus_queue.cc:260] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.341387  3948 ts_tablet_manager.cc:1434] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.035s	user 0.005s	sys 0.000s
I20260630 12:35:41.344324  3900 raft_consensus.cc:2468] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:41.345427  3958 raft_consensus.cc:2749] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.345844  3826 raft_consensus.cc:2468] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:41.346787  3899 raft_consensus.cc:2468] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:41.347084  3718 leader_election.cc:304] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:41.347985  3957 raft_consensus.cc:2804] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.348325  3715 leader_election.cc:304] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:41.348724  3957 raft_consensus.cc:697] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:41.349686  3957 consensus_queue.cc:237] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.350647  3971 raft_consensus.cc:2804] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.351388  3946 tablet_bootstrap.cc:654] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.354794  3948 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.365634  3971 raft_consensus.cc:697] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:41.366838  3971 consensus_queue.cc:237] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.379729  3948 tablet_bootstrap.cc:654] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.379737  3954 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.382306  3950 raft_consensus.cc:493] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.382674  3954 ts_tablet_manager.cc:1403] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.055s	user 0.019s	sys 0.019s
I20260630 12:35:41.382866  3950 raft_consensus.cc:515] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.384685  3946 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.385056  3649 catalog_manager.cc:5697] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.385169  3946 ts_tablet_manager.cc:1403] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.052s	user 0.022s	sys 0.011s
I20260630 12:35:41.385172  3950 leader_election.cc:290] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.387780  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.386652  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.388666  3954 raft_consensus.cc:359] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.390259  3954 raft_consensus.cc:385] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.390564  3954 raft_consensus.cc:740] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
W20260630 12:35:41.391274  3867 leader_election.cc:343] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.391553  3946 raft_consensus.cc:359] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.392261  3946 raft_consensus.cc:385] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.392767  3946 raft_consensus.cc:740] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.393522  3946 consensus_queue.cc:260] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.391290  3954 consensus_queue.cc:260] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.397157  3826 raft_consensus.cc:2468] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.399573  3946 ts_tablet_manager.cc:1434] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.011s	user 0.003s	sys 0.002s
I20260630 12:35:41.400563  3946 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:41.400611  3954 ts_tablet_manager.cc:1434] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.017s	user 0.004s	sys 0.004s
I20260630 12:35:41.402159  3954 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.405828  3867 leader_election.cc:304] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [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: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 0de2c5154a0c45d9a5105479af5a6fae
I20260630 12:35:41.406635  3950 raft_consensus.cc:2804] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.407033  3950 raft_consensus.cc:493] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.407382  3950 raft_consensus.cc:3060] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.411346  3954 tablet_bootstrap.cc:654] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.421277  3950 raft_consensus.cc:515] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.421450  3647 catalog_manager.cc:5697] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.424108  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.424691  3826 raft_consensus.cc:3060] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.424921  3946 tablet_bootstrap.cc:654] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.426316  3950 leader_election.cc:290] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.426921  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
W20260630 12:35:41.428689  3867 leader_election.cc:343] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.434614  3954 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.435352  3954 ts_tablet_manager.cc:1403] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.033s	user 0.016s	sys 0.015s
I20260630 12:35:41.439257  3954 raft_consensus.cc:359] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.440276  3954 raft_consensus.cc:385] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.440729  3954 raft_consensus.cc:740] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.441887  3954 consensus_queue.cc:260] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.453828  3826 raft_consensus.cc:2468] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.455900  3867 leader_election.cc:304] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [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: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 0de2c5154a0c45d9a5105479af5a6fae
I20260630 12:35:41.456967  3950 raft_consensus.cc:2804] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.457573  3950 raft_consensus.cc:697] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Becoming Leader. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:41.459563  3954 ts_tablet_manager.cc:1434] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.024s	user 0.010s	sys 0.000s
I20260630 12:35:41.459617  3950 consensus_queue.cc:237] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.462105  3948 tablet_bootstrap.cc:492] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.462620  3948 ts_tablet_manager.cc:1403] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.108s	user 0.030s	sys 0.049s
I20260630 12:35:41.463165  3954 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:41.465543  3948 raft_consensus.cc:359] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.466310  3948 raft_consensus.cc:385] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.466611  3948 raft_consensus.cc:740] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.471807  3946 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:41.472306  3946 ts_tablet_manager.cc:1403] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.072s	user 0.017s	sys 0.014s
I20260630 12:35:41.472612  3650 catalog_manager.cc:5697] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.474604  3954 tablet_bootstrap.cc:654] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.474829  3946 raft_consensus.cc:359] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.475526  3946 raft_consensus.cc:385] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.475790  3946 raft_consensus.cc:740] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.476547  3946 consensus_queue.cc:260] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.468246  3948 consensus_queue.cc:260] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.478806  3946 ts_tablet_manager.cc:1434] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.001s
I20260630 12:35:41.480057  3948 ts_tablet_manager.cc:1434] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.017s	user 0.007s	sys 0.000s
I20260630 12:35:41.481065  3948 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.485749  3954 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:41.486337  3954 ts_tablet_manager.cc:1403] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.000s
I20260630 12:35:41.487890  3948 tablet_bootstrap.cc:654] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.490794  3954 raft_consensus.cc:359] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.491652  3954 raft_consensus.cc:385] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.492699  3954 raft_consensus.cc:740] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.493489  3954 consensus_queue.cc:260] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.495402  3948 tablet_bootstrap.cc:492] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.496021  3948 ts_tablet_manager.cc:1403] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.015s	user 0.009s	sys 0.005s
I20260630 12:35:41.497792  3954 ts_tablet_manager.cc:1434] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:35:41.499485  3948 raft_consensus.cc:359] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.500334  3948 raft_consensus.cc:385] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.500677  3948 raft_consensus.cc:740] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.501549  3948 consensus_queue.cc:260] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.504230  3948 ts_tablet_manager.cc:1434] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:35:41.505345  3948 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.512429  3948 tablet_bootstrap.cc:654] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.517625  3948 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.518025  3948 ts_tablet_manager.cc:1403] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.013s	user 0.004s	sys 0.007s
I20260630 12:35:41.519903  3948 raft_consensus.cc:359] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.520411  3948 raft_consensus.cc:385] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.520640  3948 raft_consensus.cc:740] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.521216  3948 consensus_queue.cc:260] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.522794  3948 ts_tablet_manager.cc:1434] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:35:41.523540  3948 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:41.525199  3974 raft_consensus.cc:493] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.525761  3974 raft_consensus.cc:515] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.528280  3974 leader_election.cc:290] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.529771  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.530318  3899 raft_consensus.cc:2468] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:41.530408  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.530902  3948 tablet_bootstrap.cc:654] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:41.531630  3790 leader_election.cc:304] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.532208  3958 raft_consensus.cc:493] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.532747  3974 raft_consensus.cc:2804] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.532655  3958 raft_consensus.cc:515] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
W20260630 12:35:41.533041  3793 leader_election.cc:343] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.533205  3974 raft_consensus.cc:493] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.533756  3974 raft_consensus.cc:3060] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.535084  3958 leader_election.cc:290] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.535760  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17c7d291a50c49ebb68af9ccfbc095f6" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.536419  3751 raft_consensus.cc:2468] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:41.537281  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17c7d291a50c49ebb68af9ccfbc095f6" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.537727  3793 leader_election.cc:304] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:41.538101  3899 raft_consensus.cc:2468] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:41.538791  3958 raft_consensus.cc:2804] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.539458  3958 raft_consensus.cc:493] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.539939  3958 raft_consensus.cc:3060] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.541754  3974 raft_consensus.cc:515] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.544184  3974 leader_election.cc:290] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.547194  3948 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:41.547721  3948 ts_tablet_manager.cc:1403] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.024s	user 0.016s	sys 0.003s
I20260630 12:35:41.548034  3958 raft_consensus.cc:515] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.571988  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.573237  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:41.574368  3899 raft_consensus.cc:3060] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:35:41.576085  3793 leader_election.cc:343] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:41.575886  3948 raft_consensus.cc:359] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.577131  3948 raft_consensus.cc:385] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:41.577466  3948 raft_consensus.cc:740] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:41.578454  3950 raft_consensus.cc:493] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.579319  3950 raft_consensus.cc:515] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.582116  3974 raft_consensus.cc:493] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.582854  3974 raft_consensus.cc:515] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:41.582105  3949 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:35:41.584324  3950 leader_election.cc:290] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.582903  3752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17c7d291a50c49ebb68af9ccfbc095f6" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.578442  3948 consensus_queue.cc:260] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.587651  3752 raft_consensus.cc:3060] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.588403  3974 leader_election.cc:290] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.589740  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.591136  3749 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a940be005c14f358f5983a0b3e1c613" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.587975  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a940be005c14f358f5983a0b3e1c613" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.591274  3899 raft_consensus.cc:2468] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:41.592372  3749 raft_consensus.cc:2468] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.589697  3750 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9f3ba056988c49a580b56cd07be55acd" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.593624  3826 raft_consensus.cc:2468] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.595105  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "17c7d291a50c49ebb68af9ccfbc095f6" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:41.595674  3948 ts_tablet_manager.cc:1434] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.048s	user 0.007s	sys 0.005s
I20260630 12:35:41.599356  3793 leader_election.cc:304] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:41.602310  3900 raft_consensus.cc:3060] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.602934  3974 raft_consensus.cc:2749] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.603322  3867 leader_election.cc:304] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.604506  3950 raft_consensus.cc:2804] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.604892  3950 raft_consensus.cc:493] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.605265  3950 raft_consensus.cc:3060] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.600044  3790 leader_election.cc:304] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 0de2c5154a0c45d9a5105479af5a6fae
I20260630 12:35:41.607591  3974 raft_consensus.cc:2804] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.596381  3958 leader_election.cc:290] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.614145  3900 raft_consensus.cc:2468] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:41.616622  3752 raft_consensus.cc:2468] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:41.616794  3790 leader_election.cc:304] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.621127  3958 raft_consensus.cc:2804] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.621665  3974 raft_consensus.cc:697] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Leader. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
I20260630 12:35:41.621814  3958 raft_consensus.cc:697] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Leader. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
I20260630 12:35:41.622781  3974 consensus_queue.cc:237] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.623198  3958 consensus_queue.cc:237] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.615007  3950 raft_consensus.cc:515] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.645964  3949 raft_consensus.cc:493] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.646703  3949 raft_consensus.cc:515] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.650394  3949 leader_election.cc:290] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:41.651641  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:41.652776  3751 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.654253  3867 leader_election.cc:304] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.655561  3995 raft_consensus.cc:2804] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:41.655972  3995 raft_consensus.cc:493] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:41.656381  3995 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.656433  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.657151  3827 raft_consensus.cc:3060] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.661345  3826 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 0.
I20260630 12:35:41.664935  3995 raft_consensus.cc:515] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.666760  3949 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.667344  3995 leader_election.cc:290] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Requested vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:41.670258  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.670908  3751 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.671128  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.671756  3826 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.679216  3751 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.680521  3867 leader_election.cc:304] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.679920  3826 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.681270  3949 raft_consensus.cc:2804] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.681821  3949 raft_consensus.cc:697] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Becoming Leader. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:41.682775  3949 consensus_queue.cc:237] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.706945  3950 leader_election.cc:290] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:41.708623  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a940be005c14f358f5983a0b3e1c613" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:41.709503  3826 raft_consensus.cc:3060] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.772544  3957 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.783442  3971 raft_consensus.cc:493] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.784132  3971 raft_consensus.cc:515] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.787789  3971 leader_election.cc:290] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.791596  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.803200  3647 catalog_manager.cc:5697] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:41.818849  3826 raft_consensus.cc:2468] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.832660  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1a940be005c14f358f5983a0b3e1c613" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:41.833423  3751 raft_consensus.cc:3060] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.841058  3751 raft_consensus.cc:2468] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 1.
I20260630 12:35:41.852104  3867 leader_election.cc:304] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:41.853168  3998 raft_consensus.cc:2804] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:41.853776  3998 raft_consensus.cc:697] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Becoming Leader. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:41.854847  3998 consensus_queue.cc:237] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.869292  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dbc7134e18de44de9ba266fed84a2d83" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.870388  3827 raft_consensus.cc:2393] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0de2c5154a0c45d9a5105479af5a6fae in current term 1: Already voted for candidate d8ba8d5a64154feab31d3b08896aab71 in this term.
I20260630 12:35:41.871833  3718 leader_election.cc:304] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae; no voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:41.883502  3957 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:41.885037  3957 raft_consensus.cc:3060] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.893436  3979 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.893935  3957 raft_consensus.cc:2749] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.902573  3979 raft_consensus.cc:493] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:41.903086  3979 raft_consensus.cc:515] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:41.905319  3979 leader_election.cc:290] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:41.909291  3979 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:41.911832  3825 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:41.918097  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f41e7d92e7c445938d616ebab02dd411" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:41.918954  3900 raft_consensus.cc:2393] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 0de2c5154a0c45d9a5105479af5a6fae in current term 1: Already voted for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in this term.
I20260630 12:35:41.920965  3715 leader_election.cc:304] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae; no voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:41.922061  3971 raft_consensus.cc:3060] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:41.930585  3971 raft_consensus.cc:2749] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:41.936802  3649 catalog_manager.cc:5697] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.938556  3649 catalog_manager.cc:5697] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: term changed from 0 to 1, leader changed from <none> to d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:41.947722  3647 catalog_manager.cc:5697] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:42.026824  3998 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.038741  3950 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.142742   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:42.148852  4010 instance_detector.cc: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:42.149683  4011 instance_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:42.152127  4013 instance_detector.cc: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:42.152628   788 server_base.cc:1061] running on GCE node
I20260630 12:35:42.153963   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:42.154232   788 system_unsync_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:42.154451   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822942154432 us; error 0 us; skew 500 ppm
I20260630 12:35:42.155120   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:42.157786   788 webserver.cc:533] Webserver started at http://127.0.197.4:39499/ using document root <none> and password file <none>
I20260630 12:35:42.158231   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:42.158425   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:42.158766   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:42.160079   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "14bc748627bc4346b0136df8b9de10ca"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-0dvn"
I20260630 12:35:42.164562   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:35:42.167836  4018 log_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:42.168610   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:35:42.168931   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "14bc748627bc4346b0136df8b9de10ca"
format_stamp: "Formatted at 2026-06-30 12:35:42 on dist-test-slave-0dvn"
I20260630 12:35:42.169238   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-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:42.181555   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:42.182885   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:42.184338   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:42.187189   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:42.187475   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.187748   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:42.187953   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:42.188932  3958 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.198094  3958 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.209087  3949 consensus_queue.cc:1048] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.223469  3974 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.227205  3949 consensus_queue.cc:1048] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.240229  3974 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.266922  3950 consensus_queue.cc:1048] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.282943  3949 consensus_queue.cc:1048] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.345074   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:36681
I20260630 12:35:42.345269  4089 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:36681 every 8 connection(s)
I20260630 12:35:42.351991  3650 catalog_manager.cc:3570] Servicing AlterTable request from {username='slave'} at 127.0.0.1:49618:
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:42.368124  4090 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33371
I20260630 12:35:42.368563  4090 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:42.369324  4090 heartbeater.cc:507] Master 127.0.197.62:33371 requested a full tablet report, sending...
I20260630 12:35:42.371476  3649 ts_manager.cc:194] Registered new tserver with Master: 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681)
I20260630 12:35:42.373148  3649 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49628
W20260630 12:35:42.375504  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet fede03cb34814b2e9f2e38be3054aff5 has no consensus state
W20260630 12:35:42.376840  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 0edb262626e640fea94976f2533ee736 has no consensus state
W20260630 12:35:42.378103  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet 054c6df52faf44f5a05d83bd0e92ccdc has no consensus state
W20260630 12:35:42.379242  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet b2c193ae42724840892a2a13e56eec92 has no consensus state
W20260630 12:35:42.380571  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f8992b71260447369fcaaee1c93beab1 has no consensus state
W20260630 12:35:42.381819  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet f57cf49856434f4ebe4a505c569801c4 has no consensus state
W20260630 12:35:42.382982  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet bc24567d09df407b806f2af57c65c204 has no consensus state
W20260630 12:35:42.384096  3650 catalog_manager.cc:5957] Failed to send alter table request: Not found: failed to reset TS proxy: No leader found: Tablet a262edd850eb417b8f0e8648b2ba1cd7 has no consensus state
W20260630 12:35:42.400360  3635 catalog_manager.cc:4810] Async tablet task AlterTable RPC for tablet 0edb262626e640fea94976f2533ee736 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709], current schema version=0) failed: Not found: failed to reset TS proxy: No leader found: Tablet 0edb262626e640fea94976f2533ee736 has no consensus state
I20260630 12:35:42.408347  3738 tablet_service.cc:1511] Processing CreateTablet for tablet fede03cb34814b2e9f2e38be3054aff5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.410022  3738 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fede03cb34814b2e9f2e38be3054aff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.418715  3812 tablet_service.cc:1511] Processing CreateTablet for tablet fede03cb34814b2e9f2e38be3054aff5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.419760  3887 tablet_service.cc:1511] Processing CreateTablet for tablet 0edb262626e640fea94976f2533ee736 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.421073  3736 tablet_service.cc:1511] Processing CreateTablet for tablet 0edb262626e640fea94976f2533ee736 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.422528  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0edb262626e640fea94976f2533ee736. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.421545  3887 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0edb262626e640fea94976f2533ee736. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.420255  3812 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fede03cb34814b2e9f2e38be3054aff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.430521  3814 tablet_service.cc:1511] Processing CreateTablet for tablet 054c6df52faf44f5a05d83bd0e92ccdc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.432075  3814 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 054c6df52faf44f5a05d83bd0e92ccdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.438675  3888 tablet_service.cc:1511] Processing CreateTablet for tablet 054c6df52faf44f5a05d83bd0e92ccdc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.440441  3888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 054c6df52faf44f5a05d83bd0e92ccdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.443531  3811 tablet_service.cc:1511] Processing CreateTablet for tablet b2c193ae42724840892a2a13e56eec92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.444950  3811 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2c193ae42724840892a2a13e56eec92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.452924  3735 tablet_service.cc:1511] Processing CreateTablet for tablet b2c193ae42724840892a2a13e56eec92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.454550  3735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2c193ae42724840892a2a13e56eec92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.462539  4054 tablet_service.cc:1511] Processing CreateTablet for tablet 0edb262626e640fea94976f2533ee736 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 1, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.464526  4054 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 0edb262626e640fea94976f2533ee736. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.474308  4053 tablet_service.cc:1511] Processing CreateTablet for tablet 054c6df52faf44f5a05d83bd0e92ccdc (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 2, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.465358  4052 tablet_service.cc:1511] Processing CreateTablet for tablet b2c193ae42724840892a2a13e56eec92 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 3, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.485162  4055 tablet_service.cc:1511] Processing CreateTablet for tablet fede03cb34814b2e9f2e38be3054aff5 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 0, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.483701  4053 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 054c6df52faf44f5a05d83bd0e92ccdc. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.502856  4055 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fede03cb34814b2e9f2e38be3054aff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.504762  4051 tablet_service.cc:1511] Processing CreateTablet for tablet f8992b71260447369fcaaee1c93beab1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.508587  4096 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:42.511650  3738 tablet_service.cc:1511] Processing CreateTablet for tablet f8992b71260447369fcaaee1c93beab1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.513170  3738 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8992b71260447369fcaaee1c93beab1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.523933  4050 tablet_service.cc:1511] Processing CreateTablet for tablet f57cf49856434f4ebe4a505c569801c4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.526443  4052 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b2c193ae42724840892a2a13e56eec92. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.527678  3814 tablet_service.cc:1511] Processing CreateTablet for tablet f57cf49856434f4ebe4a505c569801c4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.530990  3814 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57cf49856434f4ebe4a505c569801c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.533540  4098 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:42.539000  3812 tablet_service.cc:1511] Processing CreateTablet for tablet bc24567d09df407b806f2af57c65c204 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.540318  3812 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc24567d09df407b806f2af57c65c204. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.541244  4097 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:42.547966  4051 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8992b71260447369fcaaee1c93beab1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.554457  3888 tablet_service.cc:1511] Processing CreateTablet for tablet f57cf49856434f4ebe4a505c569801c4 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 5, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.555795  3888 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57cf49856434f4ebe4a505c569801c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.557336  4049 tablet_service.cc:1511] Processing CreateTablet for tablet bc24567d09df407b806f2af57c65c204 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.561538  4050 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f57cf49856434f4ebe4a505c569801c4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.534899  3887 tablet_service.cc:1511] Processing CreateTablet for tablet f8992b71260447369fcaaee1c93beab1 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 4, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.568987  3736 tablet_service.cc:1511] Processing CreateTablet for tablet bc24567d09df407b806f2af57c65c204 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 6, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.571822  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc24567d09df407b806f2af57c65c204. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.579150  4049 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet bc24567d09df407b806f2af57c65c204. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.571810  3887 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f8992b71260447369fcaaee1c93beab1. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.591159  4098 tablet_bootstrap.cc:654] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.602468  4096 tablet_bootstrap.cc:654] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.608096  4048 tablet_service.cc:1511] Processing CreateTablet for tablet a262edd850eb417b8f0e8648b2ba1cd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.610399  4048 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a262edd850eb417b8f0e8648b2ba1cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.605706  3890 tablet_service.cc:1511] Processing CreateTablet for tablet a262edd850eb417b8f0e8648b2ba1cd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.613895  3890 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a262edd850eb417b8f0e8648b2ba1cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.628216  4097 tablet_bootstrap.cc:654] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.634907  3736 tablet_service.cc:1511] Processing CreateTablet for tablet a262edd850eb417b8f0e8648b2ba1cd7 (DEFAULT_TABLE table=range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]), partition=HASH (key) PARTITION 7, RANGE (key) PARTITION 10 <= VALUES < 20
I20260630 12:35:42.636746  3736 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a262edd850eb417b8f0e8648b2ba1cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:42.669560  4098 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:42.670306  4098 ts_tablet_manager.cc:1403] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.165s	user 0.018s	sys 0.010s
I20260630 12:35:42.682265  4096 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:42.685911  4096 ts_tablet_manager.cc:1403] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.179s	user 0.011s	sys 0.006s
I20260630 12:35:42.689159  4098 raft_consensus.cc:359] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.688107  4103 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:42.689963  4098 raft_consensus.cc:385] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.692047  4098 raft_consensus.cc:740] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.692927  4098 consensus_queue.cc:260] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.693974  4097 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:42.694512  4097 ts_tablet_manager.cc:1403] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.194s	user 0.014s	sys 0.020s
I20260630 12:35:42.696488  4098 ts_tablet_manager.cc:1434] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.000s
I20260630 12:35:42.696467  4096 raft_consensus.cc:359] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:42.697347  4096 raft_consensus.cc:385] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.697803  4098 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:42.698607  4097 raft_consensus.cc:359] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.699395  4097 raft_consensus.cc:385] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.699735  4097 raft_consensus.cc:740] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.700764  4097 consensus_queue.cc:260] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.703127  4097 ts_tablet_manager.cc:1434] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.002s
I20260630 12:35:42.704097  4097 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:42.705459  4096 raft_consensus.cc:740] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.706324  4096 consensus_queue.cc:260] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:42.709328  4098 tablet_bootstrap.cc:654] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.710644  4097 tablet_bootstrap.cc:654] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.712368  4096 ts_tablet_manager.cc:1434] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260630 12:35:42.713376  4096 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:42.725323  4096 tablet_bootstrap.cc:654] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.729072  4103 tablet_bootstrap.cc:654] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.733757  4097 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:42.734467  4097 ts_tablet_manager.cc:1403] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.031s	user 0.015s	sys 0.013s
I20260630 12:35:42.738221  4097 raft_consensus.cc:359] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:42.739049  4097 raft_consensus.cc:385] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.739437  4097 raft_consensus.cc:740] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.740334  4097 consensus_queue.cc:260] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:42.740810  4103 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:42.742805  4097 ts_tablet_manager.cc:1434] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:42.743906  4097 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:42.750149  4097 tablet_bootstrap.cc:654] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.751005  3971 raft_consensus.cc:493] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.751487  3971 raft_consensus.cc:515] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.755383  4103 ts_tablet_manager.cc:1403] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.069s	user 0.015s	sys 0.004s
I20260630 12:35:42.756031  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:42.756685  3900 raft_consensus.cc:2468] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:42.758495  3715 leader_election.cc:304] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:42.758883  4103 raft_consensus.cc:359] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.759589  4101 raft_consensus.cc:2804] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:42.760286  4101 raft_consensus.cc:493] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:42.759603  4103 raft_consensus.cc:385] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.760844  4103 raft_consensus.cc:740] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.760803  4101 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.762056  3971 leader_election.cc:290] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681)
I20260630 12:35:42.769798  4103 consensus_queue.cc:260] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.770519  4096 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:42.771348  4096 ts_tablet_manager.cc:1403] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.058s	user 0.015s	sys 0.026s
I20260630 12:35:42.773474  4098 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:42.774003  4098 ts_tablet_manager.cc:1403] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.076s	user 0.017s	sys 0.023s
I20260630 12:35:42.774784  4096 raft_consensus.cc:359] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.775733  4096 raft_consensus.cc:385] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.776073  4096 raft_consensus.cc:740] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.776994  4096 consensus_queue.cc:260] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.777510  4098 raft_consensus.cc:359] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.778283  4098 raft_consensus.cc:385] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.778664  4098 raft_consensus.cc:740] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.777972  4101 raft_consensus.cc:515] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.781788  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:42.782352  3900 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.782459  4096 ts_tablet_manager.cc:1434] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:35:42.783663  4096 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:42.784179  4098 consensus_queue.cc:260] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.789785  3900 raft_consensus.cc:2468] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:42.791066  3715 leader_election.cc:304] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:42.792090  3971 raft_consensus.cc:2804] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:42.792701  3971 raft_consensus.cc:697] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:42.794166  3971 consensus_queue.cc:237] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:42.796296  4090 heartbeater.cc:499] Master 127.0.197.62:33371 was elected leader, sending a full tablet report...
I20260630 12:35:42.797701  4103 ts_tablet_manager.cc:1434] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.042s	user 0.003s	sys 0.009s
I20260630 12:35:42.798126  4096 tablet_bootstrap.cc:654] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.798714  4103 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:42.801091  4098 ts_tablet_manager.cc:1434] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.026s	user 0.006s	sys 0.001s
I20260630 12:35:42.805251  4097 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:42.806344  4103 tablet_bootstrap.cc:654] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.807472  4097 ts_tablet_manager.cc:1403] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.064s	user 0.011s	sys 0.001s
W20260630 12:35:42.810032  3848 debug-util.cc:398] Leaking SignalData structure 0x7b080005be80 after lost signal to thread 791
I20260630 12:35:42.811196  4098 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
W20260630 12:35:42.812271  3848 debug-util.cc:398] Leaking SignalData structure 0x7b08000388e0 after lost signal to thread 3776
W20260630 12:35:42.813467  3848 debug-util.cc:398] Leaking SignalData structure 0x7b08001feb40 after lost signal to thread 3851
W20260630 12:35:42.814567  3848 debug-util.cc:398] Leaking SignalData structure 0x7b08001f7b20 after lost signal to thread 3925
I20260630 12:35:42.818192  3647 catalog_manager.cc:5697] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:42.819180  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
W20260630 12:35:42.821084  3716 leader_election.cc:343] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:42.821633  4101 leader_election.cc:290] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681)
I20260630 12:35:42.821785  4098 tablet_bootstrap.cc:654] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.822968  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:42.820832  4097 raft_consensus.cc:359] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.823771  4097 raft_consensus.cc:385] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.825527  4097 raft_consensus.cc:740] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
W20260630 12:35:42.826304  3716 leader_election.cc:343] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:42.826362  4097 consensus_queue.cc:260] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.829080  4097 ts_tablet_manager.cc:1434] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:35:42.830754  4097 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:42.833959  4096 tablet_bootstrap.cc:492] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:42.834745  4096 ts_tablet_manager.cc:1403] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.051s	user 0.012s	sys 0.004s
I20260630 12:35:42.838709  4096 raft_consensus.cc:359] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.841734  4096 raft_consensus.cc:385] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.842393  4096 raft_consensus.cc:740] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.843437  4096 consensus_queue.cc:260] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.844271  4098 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:42.848878  4098 ts_tablet_manager.cc:1403] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.038s	user 0.008s	sys 0.010s
I20260630 12:35:42.852762  4098 raft_consensus.cc:359] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.853812  4098 raft_consensus.cc:385] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.851708  3974 raft_consensus.cc:493] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.854187  4098 raft_consensus.cc:740] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.855094  3649 catalog_manager.cc:6242] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709] alter complete (version 0)
I20260630 12:35:42.855985  4098 consensus_queue.cc:260] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.865342  4098 ts_tablet_manager.cc:1434] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.016s	user 0.005s	sys 0.004s
I20260630 12:35:42.866721  4098 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:42.867708  4097 tablet_bootstrap.cc:654] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.867017  3974 raft_consensus.cc:515] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.873045  4103 tablet_bootstrap.cc:492] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:42.873560  4103 ts_tablet_manager.cc:1403] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.075s	user 0.015s	sys 0.002s
I20260630 12:35:42.886879  4103 raft_consensus.cc:359] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.888110  4098 tablet_bootstrap.cc:654] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.889117  4103 raft_consensus.cc:385] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.891124  4103 raft_consensus.cc:740] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.891877  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:42.892486  4096 ts_tablet_manager.cc:1434] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.057s	user 0.019s	sys 0.014s
I20260630 12:35:42.892623  3900 raft_consensus.cc:2468] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:42.890283  3974 leader_election.cc:290] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:42.892881  3949 raft_consensus.cc:493] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.893900  3949 raft_consensus.cc:515] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:42.894564  4096 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:42.894423  3790 leader_election.cc:304] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:42.895329  3974 raft_consensus.cc:2804] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:42.896346  3949 leader_election.cc:290] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:42.895670  3974 raft_consensus.cc:493] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:42.902659  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:42.892417  4103 consensus_queue.cc:260] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
W20260630 12:35:42.904350  3867 leader_election.cc:343] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:42.904683  3974 raft_consensus.cc:3060] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.913450  4097 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:42.914098  4097 ts_tablet_manager.cc:1403] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.084s	user 0.020s	sys 0.008s
I20260630 12:35:42.916118  4112 raft_consensus.cc:493] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.917399  4112 raft_consensus.cc:515] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.927367  4112 leader_election.cc:290] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:42.948344  4103 ts_tablet_manager.cc:1434] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.074s	user 0.010s	sys 0.000s
I20260630 12:35:42.949493  4103 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:42.959735  4103 tablet_bootstrap.cc:654] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.961292  4096 tablet_bootstrap.cc:654] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:42.963912  4097 raft_consensus.cc:359] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.964740  4097 raft_consensus.cc:385] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.965067  4097 raft_consensus.cc:740] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.967962  4098 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:42.968526  4098 ts_tablet_manager.cc:1403] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.102s	user 0.017s	sys 0.010s
I20260630 12:35:42.965143  3974 raft_consensus.cc:515] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.971647  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:42.971844  4098 raft_consensus.cc:359] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.973358  3974 leader_election.cc:290] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:42.972494  4065 raft_consensus.cc:2468] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:42.975050  4097 consensus_queue.cc:260] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.975752  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:42.976879  4064 raft_consensus.cc:3060] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.972550  4098 raft_consensus.cc:385] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:42.980643  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:42.983716  3900 raft_consensus.cc:3060] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:42.985638  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:42.981217  4098 raft_consensus.cc:740] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:42.988303  4098 consensus_queue.cc:260] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:42.989146  3949 raft_consensus.cc:493] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:42.989617  3949 raft_consensus.cc:515] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
W20260630 12:35:42.992365  3865 leader_election.cc:343] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:42.993443  3865 leader_election.cc:304] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [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: d8ba8d5a64154feab31d3b08896aab71; no voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:42.994761  3900 raft_consensus.cc:2468] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:42.995976  3790 leader_election.cc:304] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:42.996441  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:42.996948  4064 raft_consensus.cc:2468] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:42.997045  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:42.997640  3998 raft_consensus.cc:2749] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:42.998528  3974 raft_consensus.cc:2804] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election won for term 1
W20260630 12:35:42.998821  3867 leader_election.cc:343] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.000938  3949 leader_election.cc:290] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:42.999986  3974 raft_consensus.cc:697] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Leader. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
W20260630 12:35:43.001605  3865 leader_election.cc:343] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.002079  3865 leader_election.cc:304] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [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: d8ba8d5a64154feab31d3b08896aab71; no voters: 14bc748627bc4346b0136df8b9de10ca, 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:43.001766  4097 ts_tablet_manager.cc:1434] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.087s	user 0.007s	sys 0.001s
I20260630 12:35:43.003186  4098 ts_tablet_manager.cc:1434] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.034s	user 0.002s	sys 0.006s
I20260630 12:35:43.002988  3949 raft_consensus.cc:2749] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:43.002799  3974 consensus_queue.cc:237] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.005733  4098 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:43.009114  4097 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:43.022475  4096 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:43.023154  3650 catalog_manager.cc:5697] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.026286  4098 tablet_bootstrap.cc:654] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.026362  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:43.028105  4096 ts_tablet_manager.cc:1403] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.133s	user 0.019s	sys 0.008s
I20260630 12:35:43.032430  4103 tablet_bootstrap.cc:492] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.033071  4103 ts_tablet_manager.cc:1403] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.084s	user 0.014s	sys 0.005s
I20260630 12:35:43.034530  4097 tablet_bootstrap.cc:654] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.047264  4103 raft_consensus.cc:359] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:43.047359  4096 raft_consensus.cc:359] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.048306  4103 raft_consensus.cc:385] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.048450  4096 raft_consensus.cc:385] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.048818  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "054c6df52faf44f5a05d83bd0e92ccdc" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:43.048966  4096 raft_consensus.cc:740] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.050570  3900 raft_consensus.cc:2393] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 14bc748627bc4346b0136df8b9de10ca in current term 1: Already voted for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in this term.
I20260630 12:35:43.048717  4103 raft_consensus.cc:740] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.052013  4019 leader_election.cc:304] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca; no voters: 72ccbba6f01c4a7b85ed28cf5c493a8f, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:43.052446  4103 consensus_queue.cc:260] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:43.053699  4112 raft_consensus.cc:2749] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:43.050984  4096 consensus_queue.cc:260] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.059283  4096 ts_tablet_manager.cc:1434] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.029s	user 0.007s	sys 0.001s
I20260630 12:35:43.059768  4098 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: No bootstrap required, opened a new log
I20260630 12:35:43.060344  4098 ts_tablet_manager.cc:1403] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.055s	user 0.005s	sys 0.017s
I20260630 12:35:43.061112  4101 raft_consensus.cc:493] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.060398  4096 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:43.061614  4101 raft_consensus.cc:515] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:43.063683  4101 leader_election.cc:290] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:43.064781  4098 raft_consensus.cc:359] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.065845  4098 raft_consensus.cc:385] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.066062  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fede03cb34814b2e9f2e38be3054aff5" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:43.066295  4098 raft_consensus.cc:740] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.066766  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fede03cb34814b2e9f2e38be3054aff5" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:43.066723  3827 raft_consensus.cc:2468] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:43.067435  4098 consensus_queue.cc:260] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.068580  3718 leader_election.cc:304] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:43.070334  4098 ts_tablet_manager.cc:1434] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
W20260630 12:35:43.072227  3716 leader_election.cc:343] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.072929  4096 tablet_bootstrap.cc:654] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.073199  4101 raft_consensus.cc:2804] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.073606  4101 raft_consensus.cc:493] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.073942  4101 raft_consensus.cc:3060] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.076283  4103 ts_tablet_manager.cc:1434] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.043s	user 0.011s	sys 0.002s
I20260630 12:35:43.078876  4103 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:43.085206  4103 tablet_bootstrap.cc:654] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.090036  4101 raft_consensus.cc:515] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:43.092689  4103 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.093806  3971 raft_consensus.cc:493] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.098099  3971 raft_consensus.cc:515] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.099933  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fede03cb34814b2e9f2e38be3054aff5" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:43.100244  3971 leader_election.cc:290] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
W20260630 12:35:43.102202  3716 leader_election.cc:343] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.102829  4103 ts_tablet_manager.cc:1403] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.026s	user 0.007s	sys 0.004s
I20260630 12:35:43.103097  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:43.103451  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:43.103761  4064 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:43.104144  3827 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:43.105120  3716 leader_election.cc:304] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca; no voters: 
I20260630 12:35:43.106518  3971 raft_consensus.cc:2804] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.107060  3971 raft_consensus.cc:493] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.107497  3971 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.108449  4101 leader_election.cc:290] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:43.106320  4103 raft_consensus.cc:359] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.109062  4103 raft_consensus.cc:385] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.109380  4103 raft_consensus.cc:740] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.109470  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fede03cb34814b2e9f2e38be3054aff5" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:43.110554  3827 raft_consensus.cc:3060] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.110723  4096 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: No bootstrap required, opened a new log
I20260630 12:35:43.112085  4096 ts_tablet_manager.cc:1403] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.052s	user 0.014s	sys 0.006s
I20260630 12:35:43.112614  4097 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:43.110724  4103 consensus_queue.cc:260] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.113128  4097 ts_tablet_manager.cc:1403] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.104s	user 0.019s	sys 0.015s
I20260630 12:35:43.114521  3971 raft_consensus.cc:515] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.116145  4097 raft_consensus.cc:359] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.114967  4103 ts_tablet_manager.cc:1434] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.012s	user 0.003s	sys 0.004s
I20260630 12:35:43.116873  4097 raft_consensus.cc:385] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.117218  4097 raft_consensus.cc:740] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.117400  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:43.117993  4064 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.118018  4097 consensus_queue.cc:260] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.118685  4103 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:43.121230  4097 ts_tablet_manager.cc:1434] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.004s
I20260630 12:35:43.118283  4096 raft_consensus.cc:359] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.122248  4096 raft_consensus.cc:385] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.122525  4096 raft_consensus.cc:740] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.123677  4096 consensus_queue.cc:260] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.125682  4097 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: Bootstrap starting.
I20260630 12:35:43.130649  4096 ts_tablet_manager.cc:1434] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.002s
I20260630 12:35:43.131054  4103 tablet_bootstrap.cc:654] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.129163  3827 raft_consensus.cc:2468] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:43.132910  3718 leader_election.cc:304] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:43.133896  4101 raft_consensus.cc:2804] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.134531  4101 raft_consensus.cc:697] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:43.134745  4064 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:43.135355  4101 consensus_queue.cc:237] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:43.135957  3971 leader_election.cc:290] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:43.137104  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:43.137643  4097 tablet_bootstrap.cc:654] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.138583  3716 leader_election.cc:304] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca; no voters: 
I20260630 12:35:43.137729  3827 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.139922  4099 raft_consensus.cc:2804] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.142047  4099 raft_consensus.cc:697] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:43.144981  4099 consensus_queue.cc:237] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.158989  4103 tablet_bootstrap.cc:492] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.159516  4103 ts_tablet_manager.cc:1403] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.041s	user 0.009s	sys 0.005s
I20260630 12:35:43.159320  3647 catalog_manager.cc:5697] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.160918  3827 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:43.162799  4133 raft_consensus.cc:493] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.163055  4103 raft_consensus.cc:359] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.163712  4103 raft_consensus.cc:385] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.163380  4133 raft_consensus.cc:515] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:43.163993  4103 raft_consensus.cc:740] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.164747  4103 consensus_queue.cc:260] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.166880  4103 ts_tablet_manager.cc:1434] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:35:43.167299  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:43.168068  4103 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:43.168131  3899 raft_consensus.cc:2393] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 14bc748627bc4346b0136df8b9de10ca in current term 1: Already voted for candidate 0de2c5154a0c45d9a5105479af5a6fae in this term.
I20260630 12:35:43.173444  4133 leader_election.cc:290] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:43.175081  4103 tablet_bootstrap.cc:654] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.175967  4099 raft_consensus.cc:493] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.176496  4099 raft_consensus.cc:515] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.181391  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:43.182278  4064 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:43.184451  4097 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: No bootstrap required, opened a new log
I20260630 12:35:43.184995  4097 ts_tablet_manager.cc:1403] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent bootstrapping tablet: real 0.060s	user 0.012s	sys 0.006s
I20260630 12:35:43.192059  3716 leader_election.cc:304] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca; no voters: 
I20260630 12:35:43.196549  4097 raft_consensus.cc:359] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.197512  4097 raft_consensus.cc:385] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.198299  4097 raft_consensus.cc:740] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.197947  4101 raft_consensus.cc:2804] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.199178  4101 raft_consensus.cc:493] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.200124  4101 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.199715  4097 consensus_queue.cc:260] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.209285  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:43.210711  4097 ts_tablet_manager.cc:1434] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: Time spent starting tablet: real 0.025s	user 0.009s	sys 0.001s
I20260630 12:35:43.211243  4022 leader_election.cc:304] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca; no voters: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:43.212724  4133 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.220613  4099 leader_election.cc:290] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:43.223578  4101 raft_consensus.cc:515] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.224730  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:43.225437  3899 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 0.
I20260630 12:35:43.227263  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:43.228003  4064 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.235132  4133 raft_consensus.cc:2749] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:43.234572  3647 catalog_manager.cc:5697] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:43.236457  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:43.237027  3899 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.237298  4064 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:43.238373  3716 leader_election.cc:304] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca; no voters: 
I20260630 12:35:43.240679  4103 tablet_bootstrap.cc:492] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.241178  4103 ts_tablet_manager.cc:1403] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.073s	user 0.024s	sys 0.035s
I20260630 12:35:43.244240  4103 raft_consensus.cc:359] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.244953  4103 raft_consensus.cc:385] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.245240  4103 raft_consensus.cc:740] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.241081  4099 raft_consensus.cc:2804] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.245818  4099 raft_consensus.cc:697] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:43.245994  4103 consensus_queue.cc:260] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.246675  4099 consensus_queue.cc:237] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.248281  4103 ts_tablet_manager.cc:1434] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:35:43.253201  3971 consensus_queue.cc:1048] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.253744  4103 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:43.258661  4101 leader_election.cc:290] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:43.260372  3899 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 1.
I20260630 12:35:43.268003  4103 tablet_bootstrap.cc:654] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.270787  3650 catalog_manager.cc:5697] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 0 to 1, leader changed from <none> to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.281152  4112 raft_consensus.cc:493] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.281669  4112 raft_consensus.cc:515] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.285061  4112 leader_election.cc:290] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:43.285728  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:43.286357  3899 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 0.
I20260630 12:35:43.287401  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:43.288038  3751 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 0.
I20260630 12:35:43.289268  3974 raft_consensus.cc:493] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.289923  3974 raft_consensus.cc:515] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.294349  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:43.295125  3751 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:43.295325  3971 consensus_queue.cc:1048] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.296751  3793 leader_election.cc:304] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:43.298593  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:43.298903  4118 raft_consensus.cc:2804] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.299268  4118 raft_consensus.cc:493] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.299589  4118 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.289278  4019 leader_election.cc:304] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14bc748627bc4346b0136df8b9de10ca, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:43.303468  4133 raft_consensus.cc:2804] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.303845  4133 raft_consensus.cc:493] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.304216  4133 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.304874  3974 leader_election.cc:290] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
W20260630 12:35:43.306146  3791 leader_election.cc:343] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.311239  3974 raft_consensus.cc:493] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.311134  4133 raft_consensus.cc:515] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.311882  3974 raft_consensus.cc:515] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.319109  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:43.319772  3900 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.322131  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca" is_pre_election: true
I20260630 12:35:43.322875  4064 raft_consensus.cc:2468] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:43.323951  3791 leader_election.cc:304] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14bc748627bc4346b0136df8b9de10ca, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:43.325234  4117 raft_consensus.cc:2804] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:43.325798  4117 raft_consensus.cc:493] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:43.326146  4117 raft_consensus.cc:3060] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.326870  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:43.318256  4118 raft_consensus.cc:515] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.335009  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
W20260630 12:35:43.336512  3791 leader_election.cc:343] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:35:43.337129  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:43.337754  3751 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.339064  3901 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71" is_pre_election: true
I20260630 12:35:43.339707  3901 raft_consensus.cc:2468] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 0.
I20260630 12:35:43.333612  4118 leader_election.cc:290] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:43.337774  3974 leader_election.cc:290] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:43.357609  4103 tablet_bootstrap.cc:492] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.357685  4133 leader_election.cc:290] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 election: Requested vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:43.358253  4103 ts_tablet_manager.cc:1403] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.105s	user 0.026s	sys 0.032s
I20260630 12:35:43.359934  3752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:43.360577  3752 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.362030  4103 raft_consensus.cc:359] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.362721  4103 raft_consensus.cc:385] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.363013  4103 raft_consensus.cc:740] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.362957  3751 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:43.364071  4103 consensus_queue.cc:260] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.364727  3793 leader_election.cc:304] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:43.366261  3974 raft_consensus.cc:2804] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.366918  3974 raft_consensus.cc:697] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Leader. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
I20260630 12:35:43.368316  4103 ts_tablet_manager.cc:1434] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.004s
I20260630 12:35:43.367854  3974 consensus_queue.cc:237] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.369329  4103 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:43.369735  3752 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 1.
I20260630 12:35:43.371060  4022 leader_election.cc:304] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0de2c5154a0c45d9a5105479af5a6fae, 14bc748627bc4346b0136df8b9de10ca; no voters: 
I20260630 12:35:43.371843  4133 raft_consensus.cc:2804] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.374449  4133 raft_consensus.cc:697] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Becoming Leader. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:43.375236  4133 consensus_queue.cc:237] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
W20260630 12:35:43.378029  3698 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:35:43.380713  3900 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 1.
W20260630 12:35:43.385703  3703 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:35:43.386128  4117 raft_consensus.cc:515] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.392417  4103 tablet_bootstrap.cc:654] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:43.395471  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:43.396286  4064 raft_consensus.cc:3060] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.397948  3647 catalog_manager.cc:5697] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.418148  4064 raft_consensus.cc:2468] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:43.420863  3900 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f57cf49856434f4ebe4a505c569801c4" candidate_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:43.420610  4117 leader_election.cc:290] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:43.421644  3900 raft_consensus.cc:3060] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.422645  3791 leader_election.cc:304] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 14bc748627bc4346b0136df8b9de10ca, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:43.423854  4117 raft_consensus.cc:2804] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:43.425107  4117 raft_consensus.cc:697] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Leader. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
I20260630 12:35:43.429996  4117 consensus_queue.cc:237] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:43.435887  3647 catalog_manager.cc:5697] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 14bc748627bc4346b0136df8b9de10ca (127.0.197.4). New cstate: current_term: 1 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.430866  3900 raft_consensus.cc:2468] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in term 1.
I20260630 12:35:43.447515  4103 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: No bootstrap required, opened a new log
I20260630 12:35:43.446836  3649 catalog_manager.cc:5697] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:43.448037  4103 ts_tablet_manager.cc:1403] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.079s	user 0.019s	sys 0.032s
I20260630 12:35:43.451587  4103 raft_consensus.cc:359] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:43.452284  4103 raft_consensus.cc:385] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:43.452535  4103 raft_consensus.cc:740] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: FOLLOWER
I20260630 12:35:43.453152  4103 consensus_queue.cc:260] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } }
I20260630 12:35:43.455281  4103 ts_tablet_manager.cc:1434] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:35:43.492897  4117 consensus_queue.cc:1048] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.508769  4133 raft_consensus.cc:493] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:43.509275  4133 raft_consensus.cc:515] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:43.511106  4133 leader_election.cc:290] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:43.512753  3827 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" is_pre_election: true
I20260630 12:35:43.514766  3752 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae" is_pre_election: true
I20260630 12:35:43.515556  3752 raft_consensus.cc:2393] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 14bc748627bc4346b0136df8b9de10ca in current term 1: Already voted for candidate 72ccbba6f01c4a7b85ed28cf5c493a8f in this term.
I20260630 12:35:43.520359  4022 leader_election.cc:304] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca; no voters: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:43.524900  4133 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.531945  3974 consensus_queue.cc:1048] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.545028  4133 raft_consensus.cc:2749] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:35:43.594955  4099 consensus_queue.cc:1048] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.608563  4099 consensus_queue.cc:1048] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.658771  4064 raft_consensus.cc:3060] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:43.664952  3971 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.686512  4101 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.754060  4099 consensus_queue.cc:1048] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, 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.770251  3971 consensus_queue.cc:1048] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.778813  3974 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.802526  4118 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.816648  4133 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.831578  4112 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.848702  4118 consensus_queue.cc:1048] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:43.869848  3974 consensus_queue.cc:1048] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:35:44.420203  3899 consensus_queue.cc:237] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
W20260630 12:35:44.429132  3865 consensus_peers.cc:597] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9f3ba056988c49a580b56cd07be55acd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.430193  3825 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:44.431047  3751 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:44.432085  4169 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.433486  4173 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } 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:44.440368  4169 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.443416  3825 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.444988  3751 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.460318  3647 catalog_manager.cc:5697] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.476804  3751 consensus_queue.cc:237] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
W20260630 12:35:44.488590  3716 consensus_peers.cc:597] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 3bb49207bd5d4cd99141ba50fbcd4965. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.489723  3825 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:44.490530  3899 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:44.491465  3971 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.492602  4099 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:44.511443  4099 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.513986  3899 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.514832  3825 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.528309  3646 catalog_manager.cc:5697] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.540550  3899 consensus_queue.cc:237] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
W20260630 12:35:44.557147  3865 consensus_peers.cc:597] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: dbc7134e18de44de9ba266fed84a2d83. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.558377  3751 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:44.559049  3825 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:44.559965  4169 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.560860  4173 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:44.569875  3949 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.579324  3751 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.581992  3649 catalog_manager.cc:5697] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.587369  3825 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.617008  3825 consensus_queue.cc:237] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
W20260630 12:35:44.629338  3791 consensus_peers.cc:597] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 17c7d291a50c49ebb68af9ccfbc095f6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:44.630254  3899 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:44.631675  3751 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:44.631675  4118 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.633313  4117 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } 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:44.639858  4117 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.647454  3899 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.653961  3649 catalog_manager.cc:5697] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:44.672601  3751 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:44.895843  4191 ts_tablet_manager.cc:933] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:44.897830  4191 tablet_copy_client.cc:323] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:45951
I20260630 12:35:44.899735  3911 tablet_copy_service.cc:140] P d8ba8d5a64154feab31d3b08896aab71: Received BeginTabletCopySession request for tablet 9f3ba056988c49a580b56cd07be55acd from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:58212)
I20260630 12:35:44.900305  3911 tablet_copy_service.cc:161] P d8ba8d5a64154feab31d3b08896aab71: Beginning new tablet copy session on tablet 9f3ba056988c49a580b56cd07be55acd from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:58212: session id = 14bc748627bc4346b0136df8b9de10ca-9f3ba056988c49a580b56cd07be55acd
I20260630 12:35:44.908213  3911 tablet_copy_source_session.cc:215] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:44.911852  4191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9f3ba056988c49a580b56cd07be55acd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:44.929929  4191 tablet_copy_client.cc:806] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:44.930613  4191 tablet_copy_client.cc:670] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:44.935001  4191 tablet_copy_client.cc:538] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:44.944538  4191 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:44.965373  4191 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: 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:44.966382  4191 tablet_bootstrap.cc:492] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:44.967063  4191 ts_tablet_manager.cc:1403] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.023s	user 0.019s	sys 0.004s
I20260630 12:35:44.969919  4191 raft_consensus.cc:359] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:44.970773  4191 raft_consensus.cc:740] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:44.971568  4191 consensus_queue.cc:260] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:44.974068  4191 ts_tablet_manager.cc:1434] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:35:44.977193  3911 tablet_copy_service.cc:342] P d8ba8d5a64154feab31d3b08896aab71: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-9f3ba056988c49a580b56cd07be55acd received from {username='slave'} at 127.0.0.1:58212
I20260630 12:35:44.977706  3911 tablet_copy_service.cc:434] P d8ba8d5a64154feab31d3b08896aab71: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-9f3ba056988c49a580b56cd07be55acd on tablet 9f3ba056988c49a580b56cd07be55acd with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:44.991169  4191 ts_tablet_manager.cc:933] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:44.993324  4194 ts_tablet_manager.cc:933] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:44.995992  4191 tablet_copy_client.cc:323] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:45951
I20260630 12:35:44.998155  3911 tablet_copy_service.cc:140] P d8ba8d5a64154feab31d3b08896aab71: Received BeginTabletCopySession request for tablet dbc7134e18de44de9ba266fed84a2d83 from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:58212)
I20260630 12:35:44.998734  3911 tablet_copy_service.cc:161] P d8ba8d5a64154feab31d3b08896aab71: Beginning new tablet copy session on tablet dbc7134e18de44de9ba266fed84a2d83 from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:58212: session id = 14bc748627bc4346b0136df8b9de10ca-dbc7134e18de44de9ba266fed84a2d83
I20260630 12:35:45.008334  3911 tablet_copy_source_session.cc:215] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.010707  4194 tablet_copy_client.cc:323] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:45083
I20260630 12:35:45.011909  4191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dbc7134e18de44de9ba266fed84a2d83. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.012841  3762 tablet_copy_service.cc:140] P 0de2c5154a0c45d9a5105479af5a6fae: Received BeginTabletCopySession request for tablet 3bb49207bd5d4cd99141ba50fbcd4965 from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:36116)
I20260630 12:35:45.013393  3762 tablet_copy_service.cc:161] P 0de2c5154a0c45d9a5105479af5a6fae: Beginning new tablet copy session on tablet 3bb49207bd5d4cd99141ba50fbcd4965 from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:36116: session id = 14bc748627bc4346b0136df8b9de10ca-3bb49207bd5d4cd99141ba50fbcd4965
I20260630 12:35:45.023855  3762 tablet_copy_source_session.cc:215] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.027212  4194 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 3bb49207bd5d4cd99141ba50fbcd4965. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.034288  4191 tablet_copy_client.cc:806] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.035030  4191 tablet_copy_client.cc:670] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.039664  4191 tablet_copy_client.cc:538] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.053537  4191 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:45.054025  4194 tablet_copy_client.cc:806] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.054682  4194 tablet_copy_client.cc:670] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.058755  4194 tablet_copy_client.cc:538] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.070036  4194 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:45.091151  4191 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: 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:45.095773  4191 tablet_bootstrap.cc:492] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:45.096951  4191 ts_tablet_manager.cc:1403] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.044s	user 0.026s	sys 0.009s
I20260630 12:35:45.100529  4191 raft_consensus.cc:359] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.101325  4191 raft_consensus.cc:740] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:45.102064  4191 consensus_queue.cc:260] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.104447  4191 ts_tablet_manager.cc:1434] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:35:45.106493  3911 tablet_copy_service.cc:342] P d8ba8d5a64154feab31d3b08896aab71: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-dbc7134e18de44de9ba266fed84a2d83 received from {username='slave'} at 127.0.0.1:58212
I20260630 12:35:45.106907  3911 tablet_copy_service.cc:434] P d8ba8d5a64154feab31d3b08896aab71: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-dbc7134e18de44de9ba266fed84a2d83 on tablet dbc7134e18de44de9ba266fed84a2d83 with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:45.109771  4194 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: 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:45.110626  4194 tablet_bootstrap.cc:492] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:45.111167  4194 ts_tablet_manager.cc:1403] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.041s	user 0.019s	sys 0.015s
I20260630 12:35:45.113893  4194 raft_consensus.cc:359] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.114699  4194 raft_consensus.cc:740] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:45.115396  4194 consensus_queue.cc:260] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.117698  4194 ts_tablet_manager.cc:1434] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:35:45.119248  3762 tablet_copy_service.cc:342] P 0de2c5154a0c45d9a5105479af5a6fae: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-3bb49207bd5d4cd99141ba50fbcd4965 received from {username='slave'} at 127.0.0.1:36116
I20260630 12:35:45.119673  3762 tablet_copy_service.cc:434] P 0de2c5154a0c45d9a5105479af5a6fae: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-3bb49207bd5d4cd99141ba50fbcd4965 on tablet 3bb49207bd5d4cd99141ba50fbcd4965 with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:45.121876  4191 ts_tablet_manager.cc:933] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:45.129748  4191 tablet_copy_client.cc:323] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:35273
I20260630 12:35:45.134164  3837 tablet_copy_service.cc:140] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Received BeginTabletCopySession request for tablet 17c7d291a50c49ebb68af9ccfbc095f6 from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:46484)
I20260630 12:35:45.134727  3837 tablet_copy_service.cc:161] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Beginning new tablet copy session on tablet 17c7d291a50c49ebb68af9ccfbc095f6 from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:46484: session id = 14bc748627bc4346b0136df8b9de10ca-17c7d291a50c49ebb68af9ccfbc095f6
I20260630 12:35:45.144212  3837 tablet_copy_source_session.cc:215] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:45.147769  4191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 17c7d291a50c49ebb68af9ccfbc095f6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:45.166472  4191 tablet_copy_client.cc:806] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:45.167078  4191 tablet_copy_client.cc:670] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:45.171864  4191 tablet_copy_client.cc:538] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:45.181010  4191 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:45.198769  4191 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: 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:45.199683  4191 tablet_bootstrap.cc:492] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:45.200342  4191 ts_tablet_manager.cc:1403] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:35:45.203122  4191 raft_consensus.cc:359] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.203994  4191 raft_consensus.cc:740] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:45.204639  4191 consensus_queue.cc:260] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:45.206988  4191 ts_tablet_manager.cc:1434] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.006s	user 0.009s	sys 0.000s
I20260630 12:35:45.209465  3837 tablet_copy_service.cc:342] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-17c7d291a50c49ebb68af9ccfbc095f6 received from {username='slave'} at 127.0.0.1:46484
I20260630 12:35:45.209896  3837 tablet_copy_service.cc:434] P 72ccbba6f01c4a7b85ed28cf5c493a8f: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-17c7d291a50c49ebb68af9ccfbc095f6 on tablet 17c7d291a50c49ebb68af9ccfbc095f6 with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:45.393814  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:45.435423  3751 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "0edb262626e640fea94976f2533ee736"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
mode: GRACEFUL
new_leader_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:34450
I20260630 12:35:45.436043  3751 raft_consensus.cc:606] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Received request to transfer leadership to TS 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:45.448673  3825 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "bc24567d09df407b806f2af57c65c204"
dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
mode: GRACEFUL
new_leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
 from {username='slave'} at 127.0.0.1:54410
I20260630 12:35:45.449236  3825 raft_consensus.cc:606] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Received request to transfer leadership to TS 0de2c5154a0c45d9a5105479af5a6fae
I20260630 12:35:45.452011  3751 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
mode: GRACEFUL
new_leader_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:34450
I20260630 12:35:45.452461  3751 raft_consensus.cc:606] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Received request to transfer leadership to TS 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:45.453539  3703 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 3
I20260630 12:35:45.454349  3703 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:45.484984  4065 raft_consensus.cc:1217] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:45.500679  4065 raft_consensus.cc:1217] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:45.502497  4064 raft_consensus.cc:1217] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:45.565248  4117 raft_consensus.cc:993] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: : Instructing follower 0de2c5154a0c45d9a5105479af5a6fae to start an election
I20260630 12:35:45.565799  4201 raft_consensus.cc:1081] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Signalling peer 0de2c5154a0c45d9a5105479af5a6fae to start an election
I20260630 12:35:45.567252  3751 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "bc24567d09df407b806f2af57c65c204"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
 from {username='slave'} at 127.0.0.1:36114
I20260630 12:35:45.567735  3751 raft_consensus.cc:493] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:45.568032  3751 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.572140  3751 raft_consensus.cc:515] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:45.574409  3825 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:45.574599  4064 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:45.575016  3825 raft_consensus.cc:3055] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:45.575152  4064 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.575373  3825 raft_consensus.cc:740] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Running, Role: LEADER
I20260630 12:35:45.576166  3825 consensus_queue.cc:260] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:45.577184  3825 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.584163  3825 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 2.
I20260630 12:35:45.584642  4099 raft_consensus.cc:993] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: : Instructing follower 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:45.585090  4099 raft_consensus.cc:1081] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Signalling peer 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:45.585626  3718 leader_election.cc:304] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:45.586715  3971 raft_consensus.cc:2804] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:45.586894  4065 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:32844
I20260630 12:35:45.587474  4065 raft_consensus.cc:493] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:45.587949  4065 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.598668  3971 raft_consensus.cc:697] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:45.599030  3751 leader_election.cc:290] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 2 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681)
I20260630 12:35:45.599773  3971 consensus_queue.cc:237] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:45.600771  4064 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 2.
I20260630 12:35:45.606261  4065 raft_consensus.cc:515] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:45.609831  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:45.610499  3751 raft_consensus.cc:3055] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:45.610843  3751 raft_consensus.cc:740] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:45.611681  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f8992b71260447369fcaaee1c93beab1" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:45.611707  3751 consensus_queue.cc:260] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:45.612406  3899 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.619123  3899 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:45.619974  3751 raft_consensus.cc:3060] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.620493  4064 raft_consensus.cc:1217] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:45.620384  4019 leader_election.cc:304] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:45.621359  4065 leader_election.cc:290] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 2 election: Requested vote from peers 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:45.626760  3751 raft_consensus.cc:2468] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:45.629449  4112 raft_consensus.cc:2804] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:45.633201  3646 catalog_manager.cc:5697] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 1 to 2, leader changed from 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 2 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:45.643537  4112 raft_consensus.cc:697] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Becoming Leader. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:45.644529  4112 consensus_queue.cc:237] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:45.658211  3649 catalog_manager.cc:5697] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: term changed from 1 to 2, leader changed from 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) to 14bc748627bc4346b0136df8b9de10ca (127.0.197.4). New cstate: current_term: 2 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:45.889617  3971 raft_consensus.cc:993] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: : Instructing follower 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:45.890168  4208 raft_consensus.cc:1081] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Signalling peer 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:45.891901  4064 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "0edb262626e640fea94976f2533ee736"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:32844
I20260630 12:35:45.892463  4064 raft_consensus.cc:493] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:45.892844  4064 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.899819  4064 raft_consensus.cc:515] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:45.901887  4064 leader_election.cc:290] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 2 election: Requested vote from peers d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:45.902720  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:45.903369  3899 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.909849  3751 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "0edb262626e640fea94976f2533ee736" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:45.910429  3751 raft_consensus.cc:3055] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:45.910692  3751 raft_consensus.cc:740] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:45.911836  3751 consensus_queue.cc:260] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [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: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:45.912778  3751 raft_consensus.cc:3060] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:45.913201  3899 raft_consensus.cc:2468] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:45.913964  3900 raft_consensus.cc:1240] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Rejecting Update request from peer 0de2c5154a0c45d9a5105479af5a6fae for earlier term 1. Current term is 2. Ops: []
I20260630 12:35:45.920048  3751 raft_consensus.cc:2468] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:45.922868  4019 leader_election.cc:304] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:45.923846  4112 raft_consensus.cc:2804] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:45.924322  4112 raft_consensus.cc:697] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Becoming Leader. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:45.925091  4112 consensus_queue.cc:237] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [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: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } }
I20260630 12:35:45.936750  3649 catalog_manager.cc:5697] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: term changed from 1 to 2, leader changed from 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) to 14bc748627bc4346b0136df8b9de10ca (127.0.197.4). New cstate: current_term: 2 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: HEALTHY } } }
I20260630 12:35:45.945319  4207 raft_consensus.cc:1064] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:45.947968  4207 consensus_queue.cc:237] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:45.957286  4064 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:45.958690  3751 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:45.959314  3825 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:45.960666  4205 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:45.961555  3949 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:45.962504  4206 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } 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:45.989998  4205 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:45.995373  3827 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:45.998037  3971 raft_consensus.cc:1064] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:46.000474  3971 consensus_queue.cc:237] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.017155  4064 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.019922  3649 catalog_manager.cc:5697] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.036831  3899 consensus_queue.cc:237] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.039762  3752 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.046531  4064 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.047628  3949 raft_consensus.cc:1064] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:46.047999  4208 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.050094  3949 consensus_queue.cc:237] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.057638  4064 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.060007  4206 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.061127  3900 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.064905  3827 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.066116  3825 raft_consensus.cc:1275] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.067880  4206 consensus_queue.cc:1048] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:46.069548  4208 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.072017  3971 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:46.078732  4205 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.086596  3752 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.086514  3825 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.088817  4063 raft_consensus.cc:1275] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.090365  3971 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 }, 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.091779  4207 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.092301  4064 raft_consensus.cc:2955] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.097535  4117 raft_consensus.cc:1064] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:46.099974  4117 consensus_queue.cc:237] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.102463  4065 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.108290  4207 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.125123  4208 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.127219  3899 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.132043  3826 raft_consensus.cc:1275] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.143191  4099 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.147851  3901 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:46.150552  3634 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 9f3ba056988c49a580b56cd07be55acd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.153720  4063 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:46.156209  3751 raft_consensus.cc:1275] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:46.157166  4201 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.166613  4207 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.171680  3898 raft_consensus.cc:1275] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:46.171525  4112 consensus_queue.cc:1048] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.175191  4112 consensus_queue.cc:1048] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.179983  4201 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.180886  4063 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.196271  4064 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.218513  3649 catalog_manager.cc:5697] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.246222  3825 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.248047  4205 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:46.251299  3751 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:46.269726  3646 catalog_manager.cc:5697] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.270839  4201 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.006s
I20260630 12:35:46.280670  3751 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.293705  4117 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
W20260630 12:35:46.285012  3716 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.4:36681, user_credentials={real_user=slave}} blocked reactor thread for 51278.5us
I20260630 12:35:46.304172  3736 tablet_service.cc:1558] Processing DeleteTablet for tablet 9f3ba056988c49a580b56cd07be55acd with delete_type TABLET_DATA_TOMBSTONED (TS 0de2c5154a0c45d9a5105479af5a6fae not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36104
I20260630 12:35:46.346549  3898 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.403229  3650 catalog_manager.cc:5697] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.418732  4065 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.422504  4245 tablet_replica.cc:333] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:46.423511  4245 raft_consensus.cc:2243] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.422981  3647 catalog_manager.cc:5697] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.424152  4245 raft_consensus.cc:2272] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:46.431370  4243 log.cc:927] Time spent T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Append to log took a long time: real 0.063s	user 0.001s	sys 0.000s
I20260630 12:35:46.435238  4245 ts_tablet_manager.cc:1916] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:46.367774  3827 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.437713  3750 raft_consensus.cc:1275] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:46.439172  4112 consensus_queue.cc:1048] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.445392  3752 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } attrs { replace: true } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.424993  3826 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.464820  3751 consensus_queue.cc:237] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.468133  3898 consensus_queue.cc:237] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.476045  4061 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.476490  3825 raft_consensus.cc:1275] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:46.477679  4208 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.478672  3971 consensus_queue.cc:1048] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.477833  3827 consensus_queue.cc:237] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:46.492081  3901 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:46.494007  4232 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:35:46.503974  4063 raft_consensus.cc:1275] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:46.506834  4117 consensus_queue.cc:1048] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.506584  4201 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.508289  3825 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.503345  4208 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.510279  4063 raft_consensus.cc:2955] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.517055  3899 raft_consensus.cc:1275] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:46.511009  3901 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.516798  4065 raft_consensus.cc:2955] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.519554  4210 consensus_queue.cc:1048] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, 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.528301  4245 ts_tablet_manager.cc:1929] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:46.528806  4245 log.cc:1199] T 9f3ba056988c49a580b56cd07be55acd P 0de2c5154a0c45d9a5105479af5a6fae: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root/wals/9f3ba056988c49a580b56cd07be55acd
I20260630 12:35:46.530879  3637 catalog_manager.cc:5028] TS 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): tablet 9f3ba056988c49a580b56cd07be55acd (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:46.540278  3750 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.540277  4061 raft_consensus.cc:1275] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:46.543269  4206 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:46.549014  4206 consensus_queue.cc:1048] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:46.550558  3647 catalog_manager.cc:5697] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.552373  4205 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.564592  3750 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.566022  3634 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet dbc7134e18de44de9ba266fed84a2d83 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.566751  3650 catalog_manager.cc:5697] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: config changed from index 3 to 4, VOTER 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.570300  3887 tablet_service.cc:1558] Processing DeleteTablet for tablet 3bb49207bd5d4cd99141ba50fbcd4965 with delete_type TABLET_DATA_TOMBSTONED (TS d8ba8d5a64154feab31d3b08896aab71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58180
I20260630 12:35:46.579605  4251 tablet_replica.cc:333] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:46.580348  4251 raft_consensus.cc:2243] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.581002  4251 raft_consensus.cc:2272] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.582720  3637 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 17c7d291a50c49ebb68af9ccfbc095f6 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.586318  4065 raft_consensus.cc:2955] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:46.589781  3637 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 3bb49207bd5d4cd99141ba50fbcd4965 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:46.595990  4251 ts_tablet_manager.cc:1916] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:46.598815  3736 tablet_service.cc:1558] Processing DeleteTablet for tablet 17c7d291a50c49ebb68af9ccfbc095f6 with delete_type TABLET_DATA_TOMBSTONED (TS 0de2c5154a0c45d9a5105479af5a6fae not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:36104
I20260630 12:35:46.599804  4245 tablet_replica.cc:333] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:46.600781  4245 raft_consensus.cc:2243] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.601560  4245 raft_consensus.cc:2272] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.608533  4245 ts_tablet_manager.cc:1916] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:46.613152  4251 ts_tablet_manager.cc:1929] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:46.613678  4251 log.cc:1199] T 3bb49207bd5d4cd99141ba50fbcd4965 P d8ba8d5a64154feab31d3b08896aab71: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root/wals/3bb49207bd5d4cd99141ba50fbcd4965
I20260630 12:35:46.615412  3634 catalog_manager.cc:5028] TS d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951): tablet 3bb49207bd5d4cd99141ba50fbcd4965 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:46.624670  3650 catalog_manager.cc:5697] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New cstate: current_term: 1 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:46.637698  4245 ts_tablet_manager.cc:1929] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:46.638167  4245 log.cc:1199] T 17c7d291a50c49ebb68af9ccfbc095f6 P 0de2c5154a0c45d9a5105479af5a6fae: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-0-root/wals/17c7d291a50c49ebb68af9ccfbc095f6
I20260630 12:35:46.639775  3637 catalog_manager.cc:5028] TS 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): tablet 17c7d291a50c49ebb68af9ccfbc095f6 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:46.646636  3812 tablet_service.cc:1558] Processing DeleteTablet for tablet dbc7134e18de44de9ba266fed84a2d83 with delete_type TABLET_DATA_TOMBSTONED (TS 72ccbba6f01c4a7b85ed28cf5c493a8f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46464
I20260630 12:35:46.648523  4252 tablet_replica.cc:333] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:46.649493  4252 raft_consensus.cc:2243] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:46.650184  4252 raft_consensus.cc:2272] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:46.653246  4252 ts_tablet_manager.cc:1916] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:46.670058  4252 ts_tablet_manager.cc:1929] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:46.670491  4252 log.cc:1199] T dbc7134e18de44de9ba266fed84a2d83 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root/wals/dbc7134e18de44de9ba266fed84a2d83
I20260630 12:35:46.672088  3637 catalog_manager.cc:5028] TS 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): tablet dbc7134e18de44de9ba266fed84a2d83 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:47.457459  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:47.476658  3750 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
mode: GRACEFUL
new_leader_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:34450
I20260630 12:35:47.477237  3750 raft_consensus.cc:606] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Received request to transfer leadership to TS 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:47.478420  3703 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:47.479264  3703 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:47.687402  4065 consensus_queue.cc:237] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [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: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:47.695175  3750 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:47.695407  4022 consensus_peers.cc:597] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca -> Peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Couldn't send request to peer 72ccbba6f01c4a7b85ed28cf5c493a8f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a262edd850eb417b8f0e8648b2ba1cd7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:47.696847  4259 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:47.697372  3899 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:47.698872  4259 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:47.705224  4210 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } } }
I20260630 12:35:47.707702  3750 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } } }
I20260630 12:35:47.708691  3899 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } } }
I20260630 12:35:47.721275  3646 catalog_manager.cc:5697] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index -1 to 2, NON_VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) added. New cstate: current_term: 1 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } } }
I20260630 12:35:47.736600  3750 consensus_queue.cc:237] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:47.755563  3899 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:47.758828  3716 consensus_peers.cc:597] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b33a5ff32a5340f1a9d181e779c0ea97. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:47.760659  4268 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:47.764801  3826 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:47.766590  4208 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:47.787271  4268 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.790012  3826 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.806020  3649 catalog_manager.cc:5697] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.823944  3899 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
W20260630 12:35:47.828171  3698 auto_rebalancer.cc:639] Failed to schedule move for tablet b2c193ae42724840892a2a13e56eec92: Remote error: Service unavailable: leader transfer in progress
I20260630 12:35:47.833782  3826 consensus_queue.cc:237] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
W20260630 12:35:47.853039  3791 consensus_peers.cc:597] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f -> Peer 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): Couldn't send request to peer 14bc748627bc4346b0136df8b9de10ca. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f41e7d92e7c445938d616ebab02dd411. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:47.853319  3899 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:47.855053  3750 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:47.854768  4276 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:47.857161  4276 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:47.864009  4117 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.867568  3750 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.870352  3899 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.878127  4065 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32834
I20260630 12:35:47.878787  4065 raft_consensus.cc:606] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Received request to transfer leadership
I20260630 12:35:47.881191  3649 catalog_manager.cc:5697] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index -1 to 2, NON_VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } } }
I20260630 12:35:47.887645  4065 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32834
I20260630 12:35:47.888259  4065 raft_consensus.cc:606] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Received request to transfer leadership
W20260630 12:35:47.896073  3635 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: leadership transfer for a262edd850eb417b8f0e8648b2ba1cd7 already in progress [suppressed 3 similar messages]
I20260630 12:35:47.918237  4065 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:32834
I20260630 12:35:47.918874  4065 raft_consensus.cc:606] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Received request to transfer leadership
I20260630 12:35:48.016391  4268 raft_consensus.cc:993] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: : Instructing follower 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:48.016868  4274 raft_consensus.cc:1081] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Signalling peer 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:48.018594  4065 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:32844
I20260630 12:35:48.019089  4065 raft_consensus.cc:493] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:48.019403  4065 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.025209  4065 raft_consensus.cc:515] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:48.027081  4065 leader_election.cc:290] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 2 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:48.027771  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:48.028054  3750 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b2c193ae42724840892a2a13e56eec92" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:48.028362  3826 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.028723  3750 raft_consensus.cc:3055] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:48.029088  3750 raft_consensus.cc:740] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:48.029943  3750 consensus_queue.cc:260] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [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: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:48.031260  3750 raft_consensus.cc:3060] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.034713  3826 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:48.035763  4022 leader_election.cc:304] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:48.036432  4263 raft_consensus.cc:2804] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:48.036849  4263 raft_consensus.cc:697] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Becoming Leader. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:48.037631  4263 consensus_queue.cc:237] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [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: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:48.038667  3750 raft_consensus.cc:2468] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 2.
I20260630 12:35:48.044968  3646 catalog_manager.cc:5697] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: term changed from 1 to 2, leader changed from 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) to 14bc748627bc4346b0136df8b9de10ca (127.0.197.4). New cstate: current_term: 2 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:48.157913  4210 raft_consensus.cc:993] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: : Instructing follower d8ba8d5a64154feab31d3b08896aab71 to start an election
I20260630 12:35:48.158439  4263 raft_consensus.cc:1081] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Signalling peer d8ba8d5a64154feab31d3b08896aab71 to start an election
I20260630 12:35:48.160212  3899 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7"
dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
 from {username='slave'} at 127.0.0.1:58212
I20260630 12:35:48.160643  3899 raft_consensus.cc:493] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:48.160914  3899 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.164865  3899 raft_consensus.cc:515] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:48.166383  3899 leader_election.cc:290] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [CANDIDATE]: Term 2 election: Requested vote from peers 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:48.167153  4065 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
I20260630 12:35:48.167523  3750 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a262edd850eb417b8f0e8648b2ba1cd7" candidate_uuid: "d8ba8d5a64154feab31d3b08896aab71" candidate_term: 2 candidate_status { last_received { term: 1 index: 2 } } ignore_live_leader: true dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:48.167786  4065 raft_consensus.cc:3055] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:48.168107  3750 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.168123  4065 raft_consensus.cc:740] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:48.169130  4065 consensus_queue.cc:260] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [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: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:48.170682  4065 raft_consensus.cc:3060] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:48.175045  3750 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 2.
I20260630 12:35:48.176265  3867 leader_election.cc:304] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [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: 0de2c5154a0c45d9a5105479af5a6fae, d8ba8d5a64154feab31d3b08896aab71; no voters: 
I20260630 12:35:48.177030  4255 raft_consensus.cc:2804] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:48.177497  4065 raft_consensus.cc:2468] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d8ba8d5a64154feab31d3b08896aab71 in term 2.
I20260630 12:35:48.178959  4283 ts_tablet_manager.cc:933] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:48.182992  4283 tablet_copy_client.cc:323] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:45083
I20260630 12:35:48.185220  3762 tablet_copy_service.cc:140] P 0de2c5154a0c45d9a5105479af5a6fae: Received BeginTabletCopySession request for tablet b33a5ff32a5340f1a9d181e779c0ea97 from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:36116)
I20260630 12:35:48.188467  4255 raft_consensus.cc:697] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 LEADER]: Becoming Leader. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:48.187700  3762 tablet_copy_service.cc:161] P 0de2c5154a0c45d9a5105479af5a6fae: Beginning new tablet copy session on tablet b33a5ff32a5340f1a9d181e779c0ea97 from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:36116: session id = 14bc748627bc4346b0136df8b9de10ca-b33a5ff32a5340f1a9d181e779c0ea97
I20260630 12:35:48.190783  4255 consensus_queue.cc:237] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [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: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:48.196376  3762 tablet_copy_source_session.cc:215] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:48.198940  4283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b33a5ff32a5340f1a9d181e779c0ea97. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:48.198974  3646 catalog_manager.cc:5697] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: term changed from 1 to 2, leader changed from 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) to d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3). New cstate: current_term: 2 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:48.213529  4283 tablet_copy_client.cc:806] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:48.214118  4283 tablet_copy_client.cc:670] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:48.218668  4283 tablet_copy_client.cc:538] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:48.225057  4283 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
W20260630 12:35:48.230351  3698 auto_rebalancer.cc:911] Removing replace marker failed after 3 inline attempts; will retry on next rebalancer loop iteration: Leader has not yet committed an operation in its own term
W20260630 12:35:48.230808  3698 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for a262edd850eb417b8f0e8648b2ba1cd7 already in progress
W20260630 12:35:48.231058  3698 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for a262edd850eb417b8f0e8648b2ba1cd7 already in progress
I20260630 12:35:48.242044  4283 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: 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:48.242806  4283 tablet_bootstrap.cc:492] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:48.243371  4283 ts_tablet_manager.cc:1403] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.019s	user 0.019s	sys 0.000s
I20260630 12:35:48.245630  4283 raft_consensus.cc:359] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:48.246243  4283 raft_consensus.cc:740] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:48.246774  4283 consensus_queue.cc:260] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:48.253019  4283 ts_tablet_manager.cc:1434] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:35:48.255563  3762 tablet_copy_service.cc:342] P 0de2c5154a0c45d9a5105479af5a6fae: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-b33a5ff32a5340f1a9d181e779c0ea97 received from {username='slave'} at 127.0.0.1:36116
I20260630 12:35:48.255976  3762 tablet_copy_service.cc:434] P 0de2c5154a0c45d9a5105479af5a6fae: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-b33a5ff32a5340f1a9d181e779c0ea97 on tablet b33a5ff32a5340f1a9d181e779c0ea97 with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:48.426249  4283 ts_tablet_manager.cc:933] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: Initiating tablet copy from peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273)
I20260630 12:35:48.427822  4283 tablet_copy_client.cc:323] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:35273
I20260630 12:35:48.429227  3837 tablet_copy_service.cc:140] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Received BeginTabletCopySession request for tablet f41e7d92e7c445938d616ebab02dd411 from peer 14bc748627bc4346b0136df8b9de10ca ({username='slave'} at 127.0.0.1:46484)
I20260630 12:35:48.429726  3837 tablet_copy_service.cc:161] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Beginning new tablet copy session on tablet f41e7d92e7c445938d616ebab02dd411 from peer 14bc748627bc4346b0136df8b9de10ca at {username='slave'} at 127.0.0.1:46484: session id = 14bc748627bc4346b0136df8b9de10ca-f41e7d92e7c445938d616ebab02dd411
I20260630 12:35:48.434460  3837 tablet_copy_source_session.cc:215] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:48.436777  4283 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f41e7d92e7c445938d616ebab02dd411. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:48.447841  4283 tablet_copy_client.cc:806] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:48.448354  4283 tablet_copy_client.cc:670] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:48.451789  4283 tablet_copy_client.cc:538] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:48.457636  4283 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap starting.
I20260630 12:35:48.472142  4283 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: 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:48.473007  4283 tablet_bootstrap.cc:492] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: Bootstrap complete.
I20260630 12:35:48.473573  4283 ts_tablet_manager.cc:1403] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: Time spent bootstrapping tablet: real 0.016s	user 0.016s	sys 0.004s
I20260630 12:35:48.475567  4283 raft_consensus.cc:359] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:48.476141  4283 raft_consensus.cc:740] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Initialized, Role: LEARNER
I20260630 12:35:48.476651  4283 consensus_queue.cc:260] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: true } }
I20260630 12:35:48.478442  4283 ts_tablet_manager.cc:1434] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: Time spent starting tablet: real 0.005s	user 0.000s	sys 0.004s
I20260630 12:35:48.480194  3837 tablet_copy_service.cc:342] P 72ccbba6f01c4a7b85ed28cf5c493a8f: Request end of tablet copy session 14bc748627bc4346b0136df8b9de10ca-f41e7d92e7c445938d616ebab02dd411 received from {username='slave'} at 127.0.0.1:46484
I20260630 12:35:48.480604  3837 tablet_copy_service.cc:434] P 72ccbba6f01c4a7b85ed28cf5c493a8f: ending tablet copy session 14bc748627bc4346b0136df8b9de10ca-f41e7d92e7c445938d616ebab02dd411 on tablet f41e7d92e7c445938d616ebab02dd411 with peer 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:48.624007  3750 raft_consensus.cc:1275] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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.625255  4210 consensus_queue.cc:1048] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, 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.628341  3826 raft_consensus.cc:1275] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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.630496  4263 consensus_queue.cc:1048] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, 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.659569  4063 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:48.660979  4255 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:35:48.682451  3867 consensus_peers.cc:597] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 -> Peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Couldn't send request to peer 72ccbba6f01c4a7b85ed28cf5c493a8f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: a262edd850eb417b8f0e8648b2ba1cd7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:48.682780  3751 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:48.684304  4255 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:48.746500  4063 raft_consensus.cc:1217] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:49.026474  4065 raft_consensus.cc:1217] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:49.192689  4302 ts_tablet_manager.cc:933] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Initiating tablet copy from peer d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:49.194366  4302 tablet_copy_client.cc:323] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:45951
I20260630 12:35:49.195951  3911 tablet_copy_service.cc:140] P d8ba8d5a64154feab31d3b08896aab71: Received BeginTabletCopySession request for tablet a262edd850eb417b8f0e8648b2ba1cd7 from peer 72ccbba6f01c4a7b85ed28cf5c493a8f ({username='slave'} at 127.0.0.1:58202)
I20260630 12:35:49.196383  3911 tablet_copy_service.cc:161] P d8ba8d5a64154feab31d3b08896aab71: Beginning new tablet copy session on tablet a262edd850eb417b8f0e8648b2ba1cd7 from peer 72ccbba6f01c4a7b85ed28cf5c493a8f at {username='slave'} at 127.0.0.1:58202: session id = 72ccbba6f01c4a7b85ed28cf5c493a8f-a262edd850eb417b8f0e8648b2ba1cd7
I20260630 12:35:49.202325  3911 tablet_copy_source_session.cc:215] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:49.204756  4274 raft_consensus.cc:1064] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:49.204970  4302 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a262edd850eb417b8f0e8648b2ba1cd7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:49.206881  4274 consensus_queue.cc:237] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:49.212889  4063 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:49.214375  4299 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:49.217036  3899 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:49.219954  4298 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:49.221352  4302 tablet_copy_client.cc:806] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:49.221932  4302 tablet_copy_client.cc:670] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:49.226599  3826 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:49.229122  4274 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:49.229669  4302 tablet_copy_client.cc:538] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:49.230556  4299 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.232357  3899 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.246219  3650 catalog_manager.cc:5697] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.252698  4302 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap starting.
I20260630 12:35:49.251596  4063 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.266934  3825 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.283118  4302 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap replayed 1/1 log segments. Stats: ops{read=3 overwritten=0 applied=3 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:35:49.287084  4302 tablet_bootstrap.cc:492] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Bootstrap complete.
I20260630 12:35:49.288096  4302 ts_tablet_manager.cc:1403] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent bootstrapping tablet: real 0.036s	user 0.019s	sys 0.011s
I20260630 12:35:49.292238  4302 raft_consensus.cc:359] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:49.293548  4302 raft_consensus.cc:740] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 72ccbba6f01c4a7b85ed28cf5c493a8f, State: Initialized, Role: LEARNER
I20260630 12:35:49.294314  4302 consensus_queue.cc:260] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: 2 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: NON_VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: true } }
I20260630 12:35:49.296708  4302 ts_tablet_manager.cc:1434] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:35:49.298465  3911 tablet_copy_service.cc:342] P d8ba8d5a64154feab31d3b08896aab71: Request end of tablet copy session 72ccbba6f01c4a7b85ed28cf5c493a8f-a262edd850eb417b8f0e8648b2ba1cd7 received from {username='slave'} at 127.0.0.1:58202
I20260630 12:35:49.298861  3911 tablet_copy_service.cc:434] P d8ba8d5a64154feab31d3b08896aab71: ending tablet copy session 72ccbba6f01c4a7b85ed28cf5c493a8f-a262edd850eb417b8f0e8648b2ba1cd7 on tablet a262edd850eb417b8f0e8648b2ba1cd7 with peer 72ccbba6f01c4a7b85ed28cf5c493a8f
I20260630 12:35:49.304205  3751 consensus_queue.cc:237] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:49.309245  4065 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:49.310663  4298 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:49.314255  3899 raft_consensus.cc:1275] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:49.316555  4298 consensus_queue.cc:1048] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:49.317952  4274 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.319886  4063 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.328325  3637 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b33a5ff32a5340f1a9d181e779c0ea97 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:49.331881  3647 catalog_manager.cc:5697] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:49.333709  3899 raft_consensus.cc:2955] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.344353  3812 tablet_service.cc:1558] Processing DeleteTablet for tablet b33a5ff32a5340f1a9d181e779c0ea97 with delete_type TABLET_DATA_TOMBSTONED (TS 72ccbba6f01c4a7b85ed28cf5c493a8f not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:46464
I20260630 12:35:49.350049  4316 tablet_replica.cc:333] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:49.352360  4316 raft_consensus.cc:2243] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.353104  4316 raft_consensus.cc:2272] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.356070  4316 ts_tablet_manager.cc:1916] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:49.371472  4316 ts_tablet_manager.cc:1929] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:49.371879  4316 log.cc:1199] T b33a5ff32a5340f1a9d181e779c0ea97 P 72ccbba6f01c4a7b85ed28cf5c493a8f: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-1-root/wals/b33a5ff32a5340f1a9d181e779c0ea97
I20260630 12:35:49.373628  3637 catalog_manager.cc:5028] TS 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): tablet b33a5ff32a5340f1a9d181e779c0ea97 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:49.480433  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:49.517315  3899 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69"
dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
mode: GRACEFUL
new_leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
 from {username='slave'} at 127.0.0.1:34974
I20260630 12:35:49.517869  3899 raft_consensus.cc:606] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Received request to transfer leadership to TS 0de2c5154a0c45d9a5105479af5a6fae
I20260630 12:35:49.518975  3703 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:49.519727  3703 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:49.548846  4312 raft_consensus.cc:993] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: : Instructing follower 0de2c5154a0c45d9a5105479af5a6fae to start an election
I20260630 12:35:49.549368  4297 raft_consensus.cc:1081] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Signalling peer 0de2c5154a0c45d9a5105479af5a6fae to start an election
I20260630 12:35:49.550812  3751 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
 from {username='slave'} at 127.0.0.1:36110
I20260630 12:35:49.551262  3751 raft_consensus.cc:493] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:49.551538  3751 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:49.555996  3751 raft_consensus.cc:515] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:49.557629  3751 leader_election.cc:290] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [CANDIDATE]: Term 2 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951)
I20260630 12:35:49.558377  3825 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:49.558607  3899 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "392257cae2344ede8e8314a0d0308a69" candidate_uuid: "0de2c5154a0c45d9a5105479af5a6fae" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "d8ba8d5a64154feab31d3b08896aab71"
I20260630 12:35:49.558915  3825 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:49.559149  3899 raft_consensus.cc:3055] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:35:49.559460  3899 raft_consensus.cc:740] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Running, Role: LEADER
I20260630 12:35:49.560140  3899 consensus_queue.cc:260] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:49.561121  3899 raft_consensus.cc:3060] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:35:49.563939  3825 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 2.
I20260630 12:35:49.565275  3718 leader_election.cc:304] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [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: 0de2c5154a0c45d9a5105479af5a6fae, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:49.566044  4315 raft_consensus.cc:2804] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:35:49.567859  3899 raft_consensus.cc:2468] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0de2c5154a0c45d9a5105479af5a6fae in term 2.
I20260630 12:35:49.566490  4315 raft_consensus.cc:697] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Becoming Leader. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:49.568812  4315 consensus_queue.cc:237] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } }
I20260630 12:35:49.579210  3646 catalog_manager.cc:5697] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: term changed from 1 to 2, leader changed from d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) to 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1). New cstate: current_term: 2 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:49.600095  3825 raft_consensus.cc:1217] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 LEARNER]: Deduplicated request from leader. Original: 1.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:35:49.653990  4320 raft_consensus.cc:1064] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: attempting to promote NON_VOTER 14bc748627bc4346b0136df8b9de10ca to VOTER
I20260630 12:35:49.655840  4320 consensus_queue.cc:237] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:49.661824  4063 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 LEARNER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:49.664157  3899 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:49.664157  3751 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:49.666589  4322 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:49.669189  4322 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:49.670049  4324 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:49.701545  4325 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.703357  3751 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.704892  3899 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.712862  4063 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.718096  3647 catalog_manager.cc:5697] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index 2 to 3, 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:49.732156  3825 consensus_queue.cc:237] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } }
I20260630 12:35:49.738449  3751 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:49.738515  4065 raft_consensus.cc:1275] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 72ccbba6f01c4a7b85ed28cf5c493a8f: 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:49.740516  4325 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:49.741466  4324 consensus_queue.cc:1048] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:49.747748  4324 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.749926  3751 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.755172  3637 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f41e7d92e7c445938d616ebab02dd411 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:49.754097  4063 raft_consensus.cc:2955] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.761865  3649 catalog_manager.cc:5697] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index 3 to 4, VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { promote: false } } }
I20260630 12:35:49.772027  3887 tablet_service.cc:1558] Processing DeleteTablet for tablet f41e7d92e7c445938d616ebab02dd411 with delete_type TABLET_DATA_TOMBSTONED (TS d8ba8d5a64154feab31d3b08896aab71 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:58180
I20260630 12:35:49.773756  4329 tablet_replica.cc:333] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:49.774596  4329 raft_consensus.cc:2243] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:49.775285  4329 raft_consensus.cc:2272] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:49.778277  4329 ts_tablet_manager.cc:1916] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:49.788550  4329 ts_tablet_manager.cc:1929] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:49.788873  4329 log.cc:1199] T f41e7d92e7c445938d616ebab02dd411 P d8ba8d5a64154feab31d3b08896aab71: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-2-root/wals/f41e7d92e7c445938d616ebab02dd411
I20260630 12:35:49.790293  3634 catalog_manager.cc:5028] TS d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951): tablet f41e7d92e7c445938d616ebab02dd411 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:50.059044  3825 raft_consensus.cc:1275] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:50.060217  4315 consensus_queue.cc:1048] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:50.070354  3899 raft_consensus.cc:1275] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:50.071714  4299 consensus_queue.cc:1048] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:50.110844  4297 raft_consensus.cc:1064] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: attempting to promote NON_VOTER 72ccbba6f01c4a7b85ed28cf5c493a8f to VOTER
I20260630 12:35:50.112651  4297 consensus_queue.cc:237] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 2.3, Last appended by leader: 2, Current term: 2, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } }
I20260630 12:35:50.118481  3825 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 LEARNER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:50.119146  3751 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:50.119647  4335 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:50.120476  4337 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:50.120831  4063 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: 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:50.122179  4297 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:50.130409  4337 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.132143  4063 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.132764  3751 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.145470  3825 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 2 to 4, 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.146759  3649 catalog_manager.cc:5697] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: config changed from index 2 to 4, 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.163192  3898 consensus_queue.cc:237] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 2.4, Last appended by leader: 2, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } }
I20260630 12:35:50.167222  3825 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:50.167412  3751 raft_consensus.cc:1275] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Refusing update from remote peer d8ba8d5a64154feab31d3b08896aab71: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:35:50.168403  4297 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } 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:50.169081  4335 consensus_queue.cc:1048] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:35:50.175071  4337 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.176463  3825 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.176687  3751 raft_consensus.cc:2955] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.187647  3634 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet a262edd850eb417b8f0e8648b2ba1cd7 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:50.187290  3646 catalog_manager.cc:5697] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f reported cstate change: config changed from index 4 to 5, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New cstate: current_term: 2 leader_uuid: "d8ba8d5a64154feab31d3b08896aab71" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } attrs { promote: false } } }
I20260630 12:35:50.196188  4055 tablet_service.cc:1558] Processing DeleteTablet for tablet a262edd850eb417b8f0e8648b2ba1cd7 with delete_type TABLET_DATA_TOMBSTONED (TS 14bc748627bc4346b0136df8b9de10ca not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:32834
I20260630 12:35:50.198313  4341 tablet_replica.cc:333] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:50.199112  4341 raft_consensus.cc:2243] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:50.199733  4341 raft_consensus.cc:2272] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:50.202287  4341 ts_tablet_manager.cc:1916] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:50.213775  4341 ts_tablet_manager.cc:1929] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:35:50.214097  4341 log.cc:1199] T a262edd850eb417b8f0e8648b2ba1cd7 P 14bc748627bc4346b0136df8b9de10ca: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root/wals/a262edd850eb417b8f0e8648b2ba1cd7
I20260630 12:35:50.215328  3635 catalog_manager.cc:5028] TS 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): tablet a262edd850eb417b8f0e8648b2ba1cd7 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:50.793876  3751 consensus_queue.cc:237] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [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: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } }
I20260630 12:35:50.799453  4063 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:50.799701  3826 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:50.799969  3715 consensus_peers.cc:597] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae -> Peer d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951): Couldn't send request to peer d8ba8d5a64154feab31d3b08896aab71. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: fede03cb34814b2e9f2e38be3054aff5. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:50.800721  4299 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:50.801666  4344 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:35:50.810142  4343 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } } }
I20260630 12:35:50.812027  3826 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } } }
I20260630 12:35:50.818414  4063 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } } }
I20260630 12:35:50.823016  3650 catalog_manager.cc:5697] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index -1 to 2, NON_VOTER d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) added. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:51.262914  4351 ts_tablet_manager.cc:933] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: Initiating tablet copy from peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:51.264533  4351 tablet_copy_client.cc:323] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:45083
I20260630 12:35:51.265964  3762 tablet_copy_service.cc:140] P 0de2c5154a0c45d9a5105479af5a6fae: Received BeginTabletCopySession request for tablet fede03cb34814b2e9f2e38be3054aff5 from peer d8ba8d5a64154feab31d3b08896aab71 ({username='slave'} at 127.0.0.1:36110)
I20260630 12:35:51.266489  3762 tablet_copy_service.cc:161] P 0de2c5154a0c45d9a5105479af5a6fae: Beginning new tablet copy session on tablet fede03cb34814b2e9f2e38be3054aff5 from peer d8ba8d5a64154feab31d3b08896aab71 at {username='slave'} at 127.0.0.1:36110: session id = d8ba8d5a64154feab31d3b08896aab71-fede03cb34814b2e9f2e38be3054aff5
I20260630 12:35:51.274034  3762 tablet_copy_source_session.cc:215] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:35:51.277009  4351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fede03cb34814b2e9f2e38be3054aff5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:51.287322  4351 tablet_copy_client.cc:806] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: tablet copy: Starting download of 0 data blocks...
I20260630 12:35:51.287886  4351 tablet_copy_client.cc:670] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: tablet copy: Starting download of 1 WAL segments...
I20260630 12:35:51.291350  4351 tablet_copy_client.cc:538] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:35:51.297021  4351 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap starting.
I20260630 12:35:51.310972  4351 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: 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:51.311707  4351 tablet_bootstrap.cc:492] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: Bootstrap complete.
I20260630 12:35:51.312232  4351 ts_tablet_manager.cc:1403] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.007s
I20260630 12:35:51.314463  4351 raft_consensus.cc:359] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } }
I20260630 12:35:51.315071  4351 raft_consensus.cc:740] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d8ba8d5a64154feab31d3b08896aab71, State: Initialized, Role: LEARNER
I20260630 12:35:51.315639  4351 consensus_queue.cc:260] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [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: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: NON_VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: true } }
I20260630 12:35:51.317476  4351 ts_tablet_manager.cc:1434] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: Time spent starting tablet: real 0.005s	user 0.007s	sys 0.001s
I20260630 12:35:51.319052  3762 tablet_copy_service.cc:342] P 0de2c5154a0c45d9a5105479af5a6fae: Request end of tablet copy session d8ba8d5a64154feab31d3b08896aab71-fede03cb34814b2e9f2e38be3054aff5 received from {username='slave'} at 127.0.0.1:36110
I20260630 12:35:51.319447  3762 tablet_copy_service.cc:434] P 0de2c5154a0c45d9a5105479af5a6fae: ending tablet copy session d8ba8d5a64154feab31d3b08896aab71-fede03cb34814b2e9f2e38be3054aff5 on tablet fede03cb34814b2e9f2e38be3054aff5 with peer d8ba8d5a64154feab31d3b08896aab71
I20260630 12:35:51.521059  3703 auto_leader_rebalancer.cc:141] leader rebalance for table range_aware_rebalance_new_range
I20260630 12:35:51.541260  3751 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "bc24567d09df407b806f2af57c65c204"
dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
mode: GRACEFUL
new_leader_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:34450
I20260630 12:35:51.542016  3751 raft_consensus.cc:606] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Received request to transfer leadership to TS 14bc748627bc4346b0136df8b9de10ca
I20260630 12:35:51.543325  3703 auto_leader_rebalancer.cc:440] table: range_aware_rebalance_new_range, leader rebalance finish, leader transfer count: 1
I20260630 12:35:51.544106  3703 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:51.752737  3898 raft_consensus.cc:1217] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:35:51.983377  4343 raft_consensus.cc:993] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: : Instructing follower 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:51.984114  4358 raft_consensus.cc:1081] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Signalling peer 14bc748627bc4346b0136df8b9de10ca to start an election
I20260630 12:35:51.985934  4063 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "bc24567d09df407b806f2af57c65c204"
dest_uuid: "14bc748627bc4346b0136df8b9de10ca"
 from {username='slave'} at 127.0.0.1:32844
I20260630 12:35:51.986794  4063 raft_consensus.cc:493] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:35:51.987188  4063 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:51.992900  4063 raft_consensus.cc:515] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:51.994712  4063 leader_election.cc:290] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [CANDIDATE]: Term 3 election: Requested vote from peers 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273), 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083)
I20260630 12:35:51.995682  3826 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f"
I20260630 12:35:51.996003  3750 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "bc24567d09df407b806f2af57c65c204" candidate_uuid: "14bc748627bc4346b0136df8b9de10ca" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "0de2c5154a0c45d9a5105479af5a6fae"
I20260630 12:35:51.996471  3826 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:51.996665  3750 raft_consensus.cc:3055] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:35:51.997100  3750 raft_consensus.cc:740] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 0de2c5154a0c45d9a5105479af5a6fae, State: Running, Role: LEADER
I20260630 12:35:51.998013  3750 consensus_queue.cc:260] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:51.999099  3750 raft_consensus.cc:3060] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:35:52.003738  3826 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 3.
I20260630 12:35:52.004343  3750 raft_consensus.cc:2468] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 14bc748627bc4346b0136df8b9de10ca in term 3.
I20260630 12:35:52.005208  4022 leader_election.cc:304] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [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: 14bc748627bc4346b0136df8b9de10ca, 72ccbba6f01c4a7b85ed28cf5c493a8f; no voters: 
I20260630 12:35:52.006165  4263 raft_consensus.cc:2804] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:35:52.007313  4263 raft_consensus.cc:697] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 3 LEADER]: Becoming Leader. State: Replica: 14bc748627bc4346b0136df8b9de10ca, State: Running, Role: LEADER
I20260630 12:35:52.008423  4263 consensus_queue.cc:237] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [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: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } }
I20260630 12:35:52.016752  3647 catalog_manager.cc:5697] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca reported cstate change: term changed from 2 to 3, leader changed from 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1) to 14bc748627bc4346b0136df8b9de10ca (127.0.197.4). New cstate: current_term: 3 leader_uuid: "14bc748627bc4346b0136df8b9de10ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:52.294431  4358 raft_consensus.cc:1064] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: attempting to promote NON_VOTER d8ba8d5a64154feab31d3b08896aab71 to VOTER
I20260630 12:35:52.297236  4358 consensus_queue.cc:237] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [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: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } }
I20260630 12:35:52.304677  3898 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEARNER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:52.306779  3826 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:52.307641  4343 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:52.309114  4366 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:52.312206  4063 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:52.317240  4343 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } 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:52.329694  4358 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.330330  4065 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.341351  3826 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.344785  3647 catalog_manager.cc:5697] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index 2 to 3, d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:52.344995  3898 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "14bc748627bc4346b0136df8b9de10ca" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 36681 } attrs { replace: true } } peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.372018  3750 consensus_queue.cc:237] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [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: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } }
I20260630 12:35:52.377355  3898 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:52.377501  3826 raft_consensus.cc:1275] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Refusing update from remote peer 0de2c5154a0c45d9a5105479af5a6fae: 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:52.378825  4358 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:35:52.379596  4366 consensus_queue.cc:1048] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [LEADER]: Connected to new peer: Peer: permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } 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:52.386577  4358 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.388015  3826 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.391770  3898 raft_consensus.cc:2955] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } } }
I20260630 12:35:52.397459  3637 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet fede03cb34814b2e9f2e38be3054aff5 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:35:52.400991  3646 catalog_manager.cc:5697] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae reported cstate change: config changed from index 3 to 4, VOTER 14bc748627bc4346b0136df8b9de10ca (127.0.197.4) evicted. New cstate: current_term: 1 leader_uuid: "0de2c5154a0c45d9a5105479af5a6fae" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d8ba8d5a64154feab31d3b08896aab71" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 45951 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:35:52.411408  4055 tablet_service.cc:1558] Processing DeleteTablet for tablet fede03cb34814b2e9f2e38be3054aff5 with delete_type TABLET_DATA_TOMBSTONED (TS 14bc748627bc4346b0136df8b9de10ca not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:32834
I20260630 12:35:52.416503  4372 tablet_replica.cc:333] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:52.417654  4372 raft_consensus.cc:2243] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.418449  4372 raft_consensus.cc:2272] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.420964  4372 ts_tablet_manager.cc:1916] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:35:52.432348  4372 ts_tablet_manager.cc:1929] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:35:52.432766  4372 log.cc:1199] T fede03cb34814b2e9f2e38be3054aff5 P 14bc748627bc4346b0136df8b9de10ca: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas.1782822861066773-788-0/minicluster-data/ts-3-root/wals/fede03cb34814b2e9f2e38be3054aff5
I20260630 12:35:52.434680  3635 catalog_manager.cc:5028] TS 14bc748627bc4346b0136df8b9de10ca (127.0.197.4:36681): tablet fede03cb34814b2e9f2e38be3054aff5 (table range_aware_rebalance_new_range [id=26fe597c10174b57a968b44ad291c709]) successfully deleted
I20260630 12:35:52.435302  3826 raft_consensus.cc:1275] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 3 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:52.436441  4263 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "72ccbba6f01c4a7b85ed28cf5c493a8f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35273 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:35:52.450760  3750 raft_consensus.cc:1275] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 3 FOLLOWER]: Refusing update from remote peer 14bc748627bc4346b0136df8b9de10ca: 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:52.452412  4376 consensus_queue.cc:1048] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "0de2c5154a0c45d9a5105479af5a6fae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45083 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:35:52.864604   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:35:52.897680   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:52.898607   788 tablet_replica.cc:333] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.899711   788 raft_consensus.cc:2243] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.900879   788 raft_consensus.cc:2272] T a262edd850eb417b8f0e8648b2ba1cd7 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.903172   788 tablet_replica.cc:333] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.903779   788 raft_consensus.cc:2243] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.904219   788 raft_consensus.cc:2272] T f8992b71260447369fcaaee1c93beab1 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.906284   788 tablet_replica.cc:333] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.906813   788 raft_consensus.cc:2243] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.907518   788 raft_consensus.cc:2272] T f41e7d92e7c445938d616ebab02dd411 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.909942   788 tablet_replica.cc:333] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.910476   788 raft_consensus.cc:2243] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.911108   788 raft_consensus.cc:2272] T dbc7134e18de44de9ba266fed84a2d83 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.913473   788 tablet_replica.cc:333] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.914191   788 raft_consensus.cc:2243] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.914899   788 raft_consensus.cc:2272] T fede03cb34814b2e9f2e38be3054aff5 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.917130   788 tablet_replica.cc:333] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.917733   788 raft_consensus.cc:2243] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.918135   788 raft_consensus.cc:2272] T bc24567d09df407b806f2af57c65c204 P 0de2c5154a0c45d9a5105479af5a6fae [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.920205   788 tablet_replica.cc:333] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.920797   788 raft_consensus.cc:2243] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:35:52.921819  3867 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer
I20260630 12:35:52.921859   788 raft_consensus.cc:2272] T b33a5ff32a5340f1a9d181e779c0ea97 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.924553   788 tablet_replica.cc:333] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.925287   788 raft_consensus.cc:2243] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus shutting down.
W20260630 12:35:52.925249  3867 consensus_peers.cc:597] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. 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:52.926393   788 raft_consensus.cc:2272] T b2c193ae42724840892a2a13e56eec92 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.928366   788 tablet_replica.cc:333] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.928901   788 raft_consensus.cc:2243] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.929447   788 raft_consensus.cc:2272] T 0edb262626e640fea94976f2533ee736 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.931732   788 tablet_replica.cc:333] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.932497   788 raft_consensus.cc:2243] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.933506   788 raft_consensus.cc:2272] T 392257cae2344ede8e8314a0d0308a69 P 0de2c5154a0c45d9a5105479af5a6fae [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:52.935153  4022 consensus_peers.cc:597] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. 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:52.936147   788 tablet_replica.cc:333] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.936621   788 raft_consensus.cc:2243] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:52.937012   788 raft_consensus.cc:2272] T 1a940be005c14f358f5983a0b3e1c613 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:52.939304   788 tablet_replica.cc:333] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae: stopping tablet replica
I20260630 12:35:52.939945   788 raft_consensus.cc:2243] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:52.941151   788 raft_consensus.cc:2272] T 3bb49207bd5d4cd99141ba50fbcd4965 P 0de2c5154a0c45d9a5105479af5a6fae [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:52.943290  3793 consensus_peers.cc:597] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. 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:52.980041   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:35:53.008849   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:35:53.034204   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:53.035056   788 tablet_replica.cc:333] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.036072   788 raft_consensus.cc:2243] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.036835   788 raft_consensus.cc:2272] T a262edd850eb417b8f0e8648b2ba1cd7 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.039649   788 tablet_replica.cc:333] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.040696   788 raft_consensus.cc:2243] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Raft consensus shutting down.
W20260630 12:35:53.041368  3867 consensus_peers.cc:597] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:45083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.042047   788 raft_consensus.cc:2272] T f57cf49856434f4ebe4a505c569801c4 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.045171   788 tablet_replica.cc:333] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.045959   788 raft_consensus.cc:2243] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.046924   788 raft_consensus.cc:2272] T 054c6df52faf44f5a05d83bd0e92ccdc P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:53.047400  4022 consensus_peers.cc:597] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:45083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.049079   788 tablet_replica.cc:333] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.049880   788 raft_consensus.cc:2243] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.050310   788 raft_consensus.cc:2272] T b2c193ae42724840892a2a13e56eec92 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.051965   788 tablet_replica.cc:333] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.052488   788 raft_consensus.cc:2243] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.052934   788 raft_consensus.cc:2272] T 392257cae2344ede8e8314a0d0308a69 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.054854   788 tablet_replica.cc:333] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.055361   788 raft_consensus.cc:2243] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.056104   788 raft_consensus.cc:2272] T f41e7d92e7c445938d616ebab02dd411 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.058003   788 tablet_replica.cc:333] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.058529   788 raft_consensus.cc:2243] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.059392   788 raft_consensus.cc:2272] T 9f3ba056988c49a580b56cd07be55acd P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.061540   788 tablet_replica.cc:333] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.062013   788 raft_consensus.cc:2243] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.062340   788 raft_consensus.cc:2272] T 1a940be005c14f358f5983a0b3e1c613 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.064456   788 tablet_replica.cc:333] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.065110   788 raft_consensus.cc:2243] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.065706   788 raft_consensus.cc:2272] T 3bb49207bd5d4cd99141ba50fbcd4965 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:53.066999  4022 consensus_peers.cc:597] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca -> Peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Couldn't send request to peer 72ccbba6f01c4a7b85ed28cf5c493a8f. 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:53.067893   788 tablet_replica.cc:333] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.068347   788 raft_consensus.cc:2243] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.068750   788 raft_consensus.cc:2272] T fede03cb34814b2e9f2e38be3054aff5 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.071276   788 tablet_replica.cc:333] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.071758   788 raft_consensus.cc:2243] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.072134   788 raft_consensus.cc:2272] T bc24567d09df407b806f2af57c65c204 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.074033   788 tablet_replica.cc:333] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f: stopping tablet replica
I20260630 12:35:53.074416   788 raft_consensus.cc:2243] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.075078   788 raft_consensus.cc:2272] T 17c7d291a50c49ebb68af9ccfbc095f6 P 72ccbba6f01c4a7b85ed28cf5c493a8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.130574   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
W20260630 12:35:53.151651  3867 consensus_peers.cc:597] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 -> Peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Couldn't send request to peer 72ccbba6f01c4a7b85ed28cf5c493a8f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.2:35273: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.160899   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:35:53.188247   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:53.188992   788 tablet_replica.cc:333] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.189742   788 raft_consensus.cc:2243] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.190300   788 raft_consensus.cc:2272] T fede03cb34814b2e9f2e38be3054aff5 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.192994   788 tablet_replica.cc:333] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.193591   788 raft_consensus.cc:2243] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.194046   788 raft_consensus.cc:2272] T f8992b71260447369fcaaee1c93beab1 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.195784   788 tablet_replica.cc:333] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.196300   788 raft_consensus.cc:2243] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.196702   788 raft_consensus.cc:2272] T f57cf49856434f4ebe4a505c569801c4 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.198448   788 tablet_replica.cc:333] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.199003   788 raft_consensus.cc:2243] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.199432   788 raft_consensus.cc:2272] T 054c6df52faf44f5a05d83bd0e92ccdc P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.201371   788 tablet_replica.cc:333] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.201993   788 raft_consensus.cc:2243] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.202670   788 raft_consensus.cc:2272] T 17c7d291a50c49ebb68af9ccfbc095f6 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.204629   788 tablet_replica.cc:333] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
W20260630 12:35:53.204857  4022 consensus_peers.cc:597] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca -> Peer 0de2c5154a0c45d9a5105479af5a6fae (127.0.197.1:45083): Couldn't send request to peer 0de2c5154a0c45d9a5105479af5a6fae. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:45083: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.205332   788 raft_consensus.cc:2243] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.205976   788 raft_consensus.cc:2272] T b33a5ff32a5340f1a9d181e779c0ea97 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.207755   788 tablet_replica.cc:333] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.208302   788 raft_consensus.cc:2243] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.209053   788 raft_consensus.cc:2272] T dbc7134e18de44de9ba266fed84a2d83 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.210852   788 tablet_replica.cc:333] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.211267   788 raft_consensus.cc:2243] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.211578   788 raft_consensus.cc:2272] T 0edb262626e640fea94976f2533ee736 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.213124   788 tablet_replica.cc:333] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.213668   788 raft_consensus.cc:2243] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.214030   788 raft_consensus.cc:2272] T 392257cae2344ede8e8314a0d0308a69 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.215834   788 tablet_replica.cc:333] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.216239   788 raft_consensus.cc:2243] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.216909   788 raft_consensus.cc:2272] T a262edd850eb417b8f0e8648b2ba1cd7 P d8ba8d5a64154feab31d3b08896aab71 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.218568   788 tablet_replica.cc:333] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.218974   788 raft_consensus.cc:2243] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.219659   788 raft_consensus.cc:2272] T 9f3ba056988c49a580b56cd07be55acd P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.221418   788 tablet_replica.cc:333] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71: stopping tablet replica
I20260630 12:35:53.221890   788 raft_consensus.cc:2243] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.222546   788 raft_consensus.cc:2272] T 1a940be005c14f358f5983a0b3e1c613 P d8ba8d5a64154feab31d3b08896aab71 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:35:53.246882  4022 consensus_peers.cc:597] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca -> Peer 72ccbba6f01c4a7b85ed28cf5c493a8f (127.0.197.2:35273): Couldn't send request to peer 72ccbba6f01c4a7b85ed28cf5c493a8f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.2:35273: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.255800   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
W20260630 12:35:53.277611  4019 consensus_peers.cc:597] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca -> Peer d8ba8d5a64154feab31d3b08896aab71 (127.0.197.3:45951): Couldn't send request to peer d8ba8d5a64154feab31d3b08896aab71. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.3:45951: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:35:53.286218   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:35:53.312741   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:35:53.313570   788 tablet_replica.cc:333] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.314226   788 raft_consensus.cc:2243] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.314870   788 raft_consensus.cc:2272] T f41e7d92e7c445938d616ebab02dd411 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.316915   788 tablet_replica.cc:333] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.317526   788 raft_consensus.cc:2243] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.318027   788 raft_consensus.cc:2272] T b33a5ff32a5340f1a9d181e779c0ea97 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.319741   788 tablet_replica.cc:333] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.320240   788 raft_consensus.cc:2243] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.320732   788 raft_consensus.cc:2272] T dbc7134e18de44de9ba266fed84a2d83 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.322644   788 tablet_replica.cc:333] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.323145   788 raft_consensus.cc:2243] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.323890   788 raft_consensus.cc:2272] T f8992b71260447369fcaaee1c93beab1 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.325685   788 tablet_replica.cc:333] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.326216   788 raft_consensus.cc:2243] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.326711   788 raft_consensus.cc:2272] T 3bb49207bd5d4cd99141ba50fbcd4965 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.328488   788 tablet_replica.cc:333] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.329002   788 raft_consensus.cc:2243] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.329564   788 raft_consensus.cc:2272] T 9f3ba056988c49a580b56cd07be55acd P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.331224   788 tablet_replica.cc:333] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.331705   788 raft_consensus.cc:2243] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.332245   788 raft_consensus.cc:2272] T 17c7d291a50c49ebb68af9ccfbc095f6 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.334324   788 tablet_replica.cc:333] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.334957   788 raft_consensus.cc:2243] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.335628   788 raft_consensus.cc:2272] T bc24567d09df407b806f2af57c65c204 P 14bc748627bc4346b0136df8b9de10ca [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.337507   788 tablet_replica.cc:333] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.337942   788 raft_consensus.cc:2243] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.338286   788 raft_consensus.cc:2272] T 054c6df52faf44f5a05d83bd0e92ccdc P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.339775   788 tablet_replica.cc:333] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.340179   788 raft_consensus.cc:2243] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:35:53.340497   788 raft_consensus.cc:2272] T f57cf49856434f4ebe4a505c569801c4 P 14bc748627bc4346b0136df8b9de10ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.341998   788 tablet_replica.cc:333] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.342397   788 raft_consensus.cc:2243] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.343086   788 raft_consensus.cc:2272] T 0edb262626e640fea94976f2533ee736 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.344637   788 tablet_replica.cc:333] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca: stopping tablet replica
I20260630 12:35:53.345022   788 raft_consensus.cc:2243] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.345726   788 raft_consensus.cc:2272] T b2c193ae42724840892a2a13e56eec92 P 14bc748627bc4346b0136df8b9de10ca [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.379058   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:35:53.404031   788 master.cc:562] Master@127.0.197.62:33371 shutting down...
I20260630 12:35:53.431377   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:35:53.431896   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:35:53.432209   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 00cca10b42c9425a8b6ea5a9affafe91: stopping tablet replica
I20260630 12:35:53.451311   788 master.cc:584] Master@127.0.197.62:33371 shutdown complete.
[       OK ] AutoRebalancerTest.RangeAwareRebalancesNewRangeReplicas (14314 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne
I20260630 12:35:53.502590   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:38785
I20260630 12:35:53.503610   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:53.508706  4387 instance_detector.cc: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:53.508920  4388 instance_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:53.510157  4390 instance_detector.cc: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:53.512683   788 server_base.cc:1061] running on GCE node
I20260630 12:35:53.514117   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:53.514333   788 system_unsync_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:53.514454   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822953514443 us; error 0 us; skew 500 ppm
I20260630 12:35:53.514875   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:53.517024   788 webserver.cc:533] Webserver started at http://127.0.197.62:35943/ using document root <none> and password file <none>
I20260630 12:35:53.517524   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:53.517751   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:53.518072   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:53.519091   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "0e6bfaf7cff24f9eae40f0bd41121850"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.523304   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:35:53.526401  4395 log_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:53.527100   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:35:53.527323   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "0e6bfaf7cff24f9eae40f0bd41121850"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.527558   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-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:53.539352   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:53.540441   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:53.577867   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:38785
I20260630 12:35:53.577941  4446 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:38785 every 8 connection(s)
I20260630 12:35:53.581768  4447 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:53.591909  4447 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850: Bootstrap starting.
I20260630 12:35:53.596460  4447 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:53.600725  4447 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850: No bootstrap required, opened a new log
I20260630 12:35:53.602988  4447 raft_consensus.cc:359] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER }
I20260630 12:35:53.603395  4447 raft_consensus.cc:385] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:53.603585  4447 raft_consensus.cc:740] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0e6bfaf7cff24f9eae40f0bd41121850, State: Initialized, Role: FOLLOWER
I20260630 12:35:53.604252  4447 consensus_queue.cc:260] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER }
I20260630 12:35:53.604724  4447 raft_consensus.cc:399] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:35:53.604936  4447 raft_consensus.cc:493] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:35:53.605161  4447 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:53.609930  4447 raft_consensus.cc:515] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER }
I20260630 12:35:53.610435  4447 leader_election.cc:304] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [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: 0e6bfaf7cff24f9eae40f0bd41121850; no voters: 
I20260630 12:35:53.611526  4447 leader_election.cc:290] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:35:53.611975  4450 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:53.613389  4450 raft_consensus.cc:697] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 1 LEADER]: Becoming Leader. State: Replica: 0e6bfaf7cff24f9eae40f0bd41121850, State: Running, Role: LEADER
I20260630 12:35:53.614027  4450 consensus_queue.cc:237] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [LEADER]: Queue going to LEADER mode. State: All 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: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER }
I20260630 12:35:53.614820  4447 sys_catalog.cc:565] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:35:53.620597  4451 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER } }
I20260630 12:35:53.620716  4452 sys_catalog.cc:455] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 0e6bfaf7cff24f9eae40f0bd41121850. Latest consensus state: current_term: 1 leader_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "0e6bfaf7cff24f9eae40f0bd41121850" member_type: VOTER } }
I20260630 12:35:53.621591  4451 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:53.621670  4452 sys_catalog.cc:458] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [sys.catalog]: This master's current role is: LEADER
I20260630 12:35:53.625335  4457 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:35:53.630571  4457 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:35:53.634044   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:35:53.639227  4457 catalog_manager.cc:1383] Generated new cluster ID: 676ab187e9dc4cedb7aa01444bb4a888
I20260630 12:35:53.639524  4457 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:35:53.656105  4457 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:35:53.657379  4457 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:35:53.674142  4457 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850: Generated new TSK 0
I20260630 12:35:53.674757  4457 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:35:53.700444   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:53.706393  4468 instance_detector.cc: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:53.707417  4469 instance_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:53.709327  4471 instance_detector.cc: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:53.709385   788 server_base.cc:1061] running on GCE node
I20260630 12:35:53.710489   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:53.710692   788 system_unsync_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:53.710850   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822953710834 us; error 0 us; skew 500 ppm
I20260630 12:35:53.711376   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:53.713748   788 webserver.cc:533] Webserver started at http://127.0.197.1:32979/ using document root <none> and password file <none>
I20260630 12:35:53.714206   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:53.714401   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:53.714660   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:53.715711   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "f9dfb51fad96403790b5cab6320ef42d"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.719961   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:35:53.723136  4476 log_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:53.723860   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:53.724136   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "f9dfb51fad96403790b5cab6320ef42d"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.724413   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-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:53.736263   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:53.737398   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:53.738917   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:53.741093   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:53.741312   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.741564   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:53.741744   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.779974   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38123
I20260630 12:35:53.780093  4538 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38123 every 8 connection(s)
I20260630 12:35:53.784835   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:53.791548  4543 instance_detector.cc: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:53.793620  4544 instance_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:53.796257   788 server_base.cc:1061] running on GCE node
W20260630 12:35:53.796214  4546 instance_detector.cc: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:53.797343   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:53.797902   788 system_unsync_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:53.798072   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822953798058 us; error 0 us; skew 500 ppm
I20260630 12:35:53.798491   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:53.802003   788 webserver.cc:533] Webserver started at http://127.0.197.2:34695/ using document root <none> and password file <none>
I20260630 12:35:53.802575  4539 heartbeater.cc:344] Connected to a master server at 127.0.197.62:38785
I20260630 12:35:53.802666   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:53.802999   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:53.803014  4539 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:53.803565   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:53.804121  4539 heartbeater.cc:507] Master 127.0.197.62:38785 requested a full tablet report, sending...
I20260630 12:35:53.805117   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "d81559ea86b9475387ed7367538f4c56"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.806447  4412 ts_manager.cc:194] Registered new tserver with Master: f9dfb51fad96403790b5cab6320ef42d (127.0.197.1:38123)
I20260630 12:35:53.808216  4412 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47164
I20260630 12:35:53.810071   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:35:53.813879  4551 log_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:53.814729   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:35:53.815055   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "d81559ea86b9475387ed7367538f4c56"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.815358   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-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:53.830550   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:53.831700   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:53.833112   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:53.835448   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:53.835678   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.835911   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:53.836081   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.873843   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:33345
I20260630 12:35:53.873955  4613 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:33345 every 8 connection(s)
I20260630 12:35:53.878501   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:53.886809  4617 instance_detector.cc: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:53.887631  4618 instance_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:53.889828   788 server_base.cc:1061] running on GCE node
W20260630 12:35:53.891124  4620 instance_detector.cc: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:53.891239  4614 heartbeater.cc:344] Connected to a master server at 127.0.197.62:38785
I20260630 12:35:53.891726  4614 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:53.892191   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:53.892464   788 system_unsync_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:53.892616  4614 heartbeater.cc:507] Master 127.0.197.62:38785 requested a full tablet report, sending...
I20260630 12:35:53.892674   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822953892655 us; error 0 us; skew 500 ppm
I20260630 12:35:53.893566   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:53.895120  4412 ts_manager.cc:194] Registered new tserver with Master: d81559ea86b9475387ed7367538f4c56 (127.0.197.2:33345)
I20260630 12:35:53.896376   788 webserver.cc:533] Webserver started at http://127.0.197.3:40631/ using document root <none> and password file <none>
I20260630 12:35:53.897035   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:53.896989  4412 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47166
I20260630 12:35:53.897454   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:53.897794   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:53.899309   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "d72f689e5cd84a7c9d3250c39fa56bdc"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.903738   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:35:53.906934  4625 log_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:53.907724   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:35:53.908038   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "d72f689e5cd84a7c9d3250c39fa56bdc"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.908329   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-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:53.921591   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:53.922736   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:53.924182   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:53.926554   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:53.926783   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.927028   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:53.927201   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:53.966624   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:35309
I20260630 12:35:53.966740  4687 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:35309 every 8 connection(s)
I20260630 12:35:53.971711   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:35:53.978797  4691 instance_detector.cc: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:53.980597  4692 instance_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:53.982354   788 server_base.cc:1061] running on GCE node
W20260630 12:35:53.983284  4695 instance_detector.cc: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:53.983906  4688 heartbeater.cc:344] Connected to a master server at 127.0.197.62:38785
I20260630 12:35:53.984258  4688 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:53.984329   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:35:53.984671   788 system_unsync_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:53.984853   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822953984826 us; error 0 us; skew 500 ppm
I20260630 12:35:53.985112  4688 heartbeater.cc:507] Master 127.0.197.62:38785 requested a full tablet report, sending...
I20260630 12:35:53.985495   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:35:53.987296  4412 ts_manager.cc:194] Registered new tserver with Master: d72f689e5cd84a7c9d3250c39fa56bdc (127.0.197.3:35309)
I20260630 12:35:53.988029   788 webserver.cc:533] Webserver started at http://127.0.197.4:46385/ using document root <none> and password file <none>
I20260630 12:35:53.988516   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:35:53.988704   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:35:53.988816  4412 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47172
I20260630 12:35:53.988977   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:35:53.990394   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "4bdbe8645a484a9b8f301e6d411d6a88"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.994700   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:35:53.997928  4699 log_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:53.998649   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:35:53.998988   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "4bdbe8645a484a9b8f301e6d411d6a88"
format_stamp: "Formatted at 2026-06-30 12:35:53 on dist-test-slave-0dvn"
I20260630 12:35:53.999226   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne.1782822861066773-788-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:54.017928   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:35:54.019155   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:35:54.020601   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:35:54.022853   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:35:54.023079   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:54.023310   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:35:54.023489   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:35:54.062068   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:44143
I20260630 12:35:54.062165  4761 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:44143 every 8 connection(s)
I20260630 12:35:54.075587  4762 heartbeater.cc:344] Connected to a master server at 127.0.197.62:38785
I20260630 12:35:54.075968  4762 heartbeater.cc:461] Registering TS with master...
I20260630 12:35:54.076697  4762 heartbeater.cc:507] Master 127.0.197.62:38785 requested a full tablet report, sending...
I20260630 12:35:54.078538  4412 ts_manager.cc:194] Registered new tserver with Master: 4bdbe8645a484a9b8f301e6d411d6a88 (127.0.197.4:44143)
I20260630 12:35:54.078828   788 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.013677809s
I20260630 12:35:54.080108  4412 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:47186
I20260630 12:35:54.737627  4412 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:47208:
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:54.781894  4579 tablet_service.cc:1511] Processing CreateTablet for tablet fba1a05659fe4353a8d1bd393d879957 (DEFAULT_TABLE table=test-workload [id=e9677c23ed4343d88477d168c596b080]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:54.783257  4579 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fba1a05659fe4353a8d1bd393d879957. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:54.789434  4504 tablet_service.cc:1511] Processing CreateTablet for tablet fba1a05659fe4353a8d1bd393d879957 (DEFAULT_TABLE table=test-workload [id=e9677c23ed4343d88477d168c596b080]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:54.789845  4727 tablet_service.cc:1511] Processing CreateTablet for tablet fba1a05659fe4353a8d1bd393d879957 (DEFAULT_TABLE table=test-workload [id=e9677c23ed4343d88477d168c596b080]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:35:54.790733  4727 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fba1a05659fe4353a8d1bd393d879957. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:54.790702  4504 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet fba1a05659fe4353a8d1bd393d879957. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:35:54.801774  4783 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: Bootstrap starting.
I20260630 12:35:54.805833  4784 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: Bootstrap starting.
I20260630 12:35:54.809747  4783 tablet_bootstrap.cc:654] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:54.810149  4785 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: Bootstrap starting.
I20260630 12:35:54.811343  4539 heartbeater.cc:499] Master 127.0.197.62:38785 was elected leader, sending a full tablet report...
I20260630 12:35:54.812906  4784 tablet_bootstrap.cc:654] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:54.819527  4785 tablet_bootstrap.cc:654] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: Neither blocks nor log segments found. Creating new log.
I20260630 12:35:54.828451  4783 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: No bootstrap required, opened a new log
I20260630 12:35:54.828863  4785 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: No bootstrap required, opened a new log
I20260630 12:35:54.829038  4783 ts_tablet_manager.cc:1403] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.013s
I20260630 12:35:54.828841  4784 tablet_bootstrap.cc:492] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: No bootstrap required, opened a new log
I20260630 12:35:54.829701  4785 ts_tablet_manager.cc:1403] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: Time spent bootstrapping tablet: real 0.021s	user 0.017s	sys 0.000s
I20260630 12:35:54.829897  4784 ts_tablet_manager.cc:1403] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.008s
I20260630 12:35:54.832319  4783 raft_consensus.cc:359] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.832536  4785 raft_consensus.cc:359] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.832676  4784 raft_consensus.cc:359] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.833110  4783 raft_consensus.cc:385] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:54.833248  4785 raft_consensus.cc:385] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:54.833544  4784 raft_consensus.cc:385] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:35:54.833608  4783 raft_consensus.cc:740] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d81559ea86b9475387ed7367538f4c56, State: Initialized, Role: FOLLOWER
I20260630 12:35:54.833724  4785 raft_consensus.cc:740] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f9dfb51fad96403790b5cab6320ef42d, State: Initialized, Role: FOLLOWER
I20260630 12:35:54.834024  4784 raft_consensus.cc:740] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4bdbe8645a484a9b8f301e6d411d6a88, State: Initialized, Role: FOLLOWER
I20260630 12:35:54.834677  4783 consensus_queue.cc:260] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.834762  4785 consensus_queue.cc:260] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.835018  4784 consensus_queue.cc:260] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.837554  4614 heartbeater.cc:499] Master 127.0.197.62:38785 was elected leader, sending a full tablet report...
I20260630 12:35:54.837921  4762 heartbeater.cc:499] Master 127.0.197.62:38785 was elected leader, sending a full tablet report...
I20260630 12:35:54.838064  4783 ts_tablet_manager.cc:1434] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.002s
I20260630 12:35:54.838495  4784 ts_tablet_manager.cc:1434] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:35:54.841017  4785 ts_tablet_manager.cc:1434] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:35:54.926856  4789 raft_consensus.cc:493] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:35:54.927367  4789 raft_consensus.cc:515] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.929502  4789 leader_election.cc:290] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4bdbe8645a484a9b8f301e6d411d6a88 (127.0.197.4:44143), f9dfb51fad96403790b5cab6320ef42d (127.0.197.1:38123)
I20260630 12:35:54.940063  4737 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fba1a05659fe4353a8d1bd393d879957" candidate_uuid: "d81559ea86b9475387ed7367538f4c56" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" is_pre_election: true
I20260630 12:35:54.940135  4514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fba1a05659fe4353a8d1bd393d879957" candidate_uuid: "d81559ea86b9475387ed7367538f4c56" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f9dfb51fad96403790b5cab6320ef42d" is_pre_election: true
I20260630 12:35:54.940896  4514 raft_consensus.cc:2468] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81559ea86b9475387ed7367538f4c56 in term 0.
I20260630 12:35:54.940828  4737 raft_consensus.cc:2468] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d81559ea86b9475387ed7367538f4c56 in term 0.
I20260630 12:35:54.942340  4552 leader_election.cc:304] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bdbe8645a484a9b8f301e6d411d6a88, d81559ea86b9475387ed7367538f4c56; no voters: 
I20260630 12:35:54.943032  4789 raft_consensus.cc:2804] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:35:54.943305  4789 raft_consensus.cc:493] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:35:54.943526  4789 raft_consensus.cc:3060] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:54.948132  4789 raft_consensus.cc:515] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.949697  4789 leader_election.cc:290] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [CANDIDATE]: Term 1 election: Requested vote from peers 4bdbe8645a484a9b8f301e6d411d6a88 (127.0.197.4:44143), f9dfb51fad96403790b5cab6320ef42d (127.0.197.1:38123)
I20260630 12:35:54.950539  4737 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fba1a05659fe4353a8d1bd393d879957" candidate_uuid: "d81559ea86b9475387ed7367538f4c56" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4bdbe8645a484a9b8f301e6d411d6a88"
I20260630 12:35:54.951130  4737 raft_consensus.cc:3060] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:54.950894  4514 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "fba1a05659fe4353a8d1bd393d879957" candidate_uuid: "d81559ea86b9475387ed7367538f4c56" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "f9dfb51fad96403790b5cab6320ef42d"
I20260630 12:35:54.951582  4514 raft_consensus.cc:3060] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:35:54.958205  4737 raft_consensus.cc:2468] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81559ea86b9475387ed7367538f4c56 in term 1.
I20260630 12:35:54.958372  4514 raft_consensus.cc:2468] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d81559ea86b9475387ed7367538f4c56 in term 1.
I20260630 12:35:54.959487  4552 leader_election.cc:304] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4bdbe8645a484a9b8f301e6d411d6a88, d81559ea86b9475387ed7367538f4c56; no voters: 
I20260630 12:35:54.960209  4789 raft_consensus.cc:2804] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:35:54.961369  4789 raft_consensus.cc:697] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 1 LEADER]: Becoming Leader. State: Replica: d81559ea86b9475387ed7367538f4c56, State: Running, Role: LEADER
I20260630 12:35:54.962070  4789 consensus_queue.cc:237] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } }
I20260630 12:35:54.969933  4412 catalog_manager.cc:5697] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 reported cstate change: term changed from 0 to 1, leader changed from <none> to d81559ea86b9475387ed7367538f4c56 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "d81559ea86b9475387ed7367538f4c56" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d81559ea86b9475387ed7367538f4c56" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33345 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 } health_report { overall_health: UNKNOWN } } }
I20260630 12:35:54.991230  4688 heartbeater.cc:499] Master 127.0.197.62:38785 was elected leader, sending a full tablet report...
W20260630 12:35:55.333703  4443 debug-util.cc:398] Leaking SignalData structure 0x7b08000a9b40 after lost signal to thread 791
W20260630 12:35:55.336534  4443 debug-util.cc:398] Leaking SignalData structure 0x7b0800224ec0 after lost signal to thread 4687
I20260630 12:35:55.461071  4789 consensus_queue.cc:1048] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4bdbe8645a484a9b8f301e6d411d6a88" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44143 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:55.478947  4789 consensus_queue.cc:1048] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f9dfb51fad96403790b5cab6320ef42d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38123 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:35:55.633731  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:55.635372  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:55.635787  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:57.636745  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:57.638182  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:57.638480  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:35:59.639487  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:35:59.640834  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:35:59.641134  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:01.642328  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:01.643639  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:01.643965  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:03.645080  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:03.646607  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:03.646932  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:05.647962  4465 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:05.649289  4465 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:05.649627  4465 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:06.054291   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:36:06.084481   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:06.085332   788 tablet_replica.cc:333] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d: stopping tablet replica
I20260630 12:36:06.086050   788 raft_consensus.cc:2243] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:06.086701   788 raft_consensus.cc:2272] T fba1a05659fe4353a8d1bd393d879957 P f9dfb51fad96403790b5cab6320ef42d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:06.107385   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:36:06.121171   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:36:06.147487   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:06.148162   788 tablet_replica.cc:333] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56: stopping tablet replica
I20260630 12:36:06.148690   788 raft_consensus.cc:2243] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:06.149693   788 raft_consensus.cc:2272] T fba1a05659fe4353a8d1bd393d879957 P d81559ea86b9475387ed7367538f4c56 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:06.168869   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:36:06.179440   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:36:06.200802   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:06.216768   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:36:06.225668   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:36:06.246587   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:06.247289   788 tablet_replica.cc:333] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88: stopping tablet replica
I20260630 12:36:06.247833   788 raft_consensus.cc:2243] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:06.248328   788 raft_consensus.cc:2272] T fba1a05659fe4353a8d1bd393d879957 P 4bdbe8645a484a9b8f301e6d411d6a88 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:06.267882   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:36:06.278597   788 master.cc:562] Master@127.0.197.62:38785 shutting down...
I20260630 12:36:06.297396   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:06.298134   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:06.298463   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 0e6bfaf7cff24f9eae40f0bd41121850: stopping tablet replica
I20260630 12:36:06.335041   788 master.cc:584] Master@127.0.197.62:38785 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfLocationLoadSkewedByOne (12869 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy
I20260630 12:36:06.372431   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:41415
I20260630 12:36:06.373607   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:06.379297  4808 instance_detector.cc: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:06.379570  4809 instance_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:06.380012  4811 instance_detector.cc: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:06.380745   788 server_base.cc:1061] running on GCE node
I20260630 12:36:06.381640   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.381816   788 system_unsync_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:06.381929   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822966381919 us; error 0 us; skew 500 ppm
I20260630 12:36:06.382337   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.384644   788 webserver.cc:533] Webserver started at http://127.0.197.62:42655/ using document root <none> and password file <none>
I20260630 12:36:06.385085   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.385244   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:06.385547   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:06.386629   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "4ee83d8615b748a3ae4ff87f360d5b84"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.390983   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:36:06.394382  4816 log_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:06.395159   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:36:06.395440   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "4ee83d8615b748a3ae4ff87f360d5b84"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.395725   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-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:06.408416   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.409610   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.446295   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:41415
I20260630 12:36:06.446412  4867 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:41415 every 8 connection(s)
I20260630 12:36:06.450273  4868 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:06.461143  4868 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84: Bootstrap starting.
I20260630 12:36:06.466037  4868 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:06.470173  4868 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84: No bootstrap required, opened a new log
I20260630 12:36:06.472201  4868 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER }
I20260630 12:36:06.472623  4868 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:06.472817  4868 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4ee83d8615b748a3ae4ff87f360d5b84, State: Initialized, Role: FOLLOWER
I20260630 12:36:06.473371  4868 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER }
I20260630 12:36:06.473881  4868 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:06.474079  4868 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:06.474289  4868 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:06.478602  4868 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER }
I20260630 12:36:06.479048  4868 leader_election.cc:304] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [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: 4ee83d8615b748a3ae4ff87f360d5b84; no voters: 
I20260630 12:36:06.480116  4868 leader_election.cc:290] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:06.480438  4871 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:06.481859  4871 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 1 LEADER]: Becoming Leader. State: Replica: 4ee83d8615b748a3ae4ff87f360d5b84, State: Running, Role: LEADER
I20260630 12:36:06.482555  4871 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [LEADER]: Queue going to LEADER mode. State: All 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: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER }
I20260630 12:36:06.483410  4868 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:06.488276  4873 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4ee83d8615b748a3ae4ff87f360d5b84. Latest consensus state: current_term: 1 leader_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER } }
I20260630 12:36:06.488992  4873 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:06.489379  4872 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4ee83d8615b748a3ae4ff87f360d5b84" member_type: VOTER } }
I20260630 12:36:06.490043  4872 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:06.491317  4879 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:06.496377  4879 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:06.498692   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:06.505189  4879 catalog_manager.cc:1383] Generated new cluster ID: 683d66ed8eab4d138ca7bf7b1bab3c0f
I20260630 12:36:06.505509  4879 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:06.520323  4879 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:06.521678  4879 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:06.534830  4879 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84: Generated new TSK 0
I20260630 12:36:06.535441  4879 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:06.564975   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:06.570816  4889 instance_detector.cc: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:06.571954  4890 instance_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:06.573865   788 server_base.cc:1061] running on GCE node
W20260630 12:36:06.573835  4892 instance_detector.cc: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:06.575006   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.575224   788 system_unsync_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:06.575383   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822966575367 us; error 0 us; skew 500 ppm
I20260630 12:36:06.575937   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.578263   788 webserver.cc:533] Webserver started at http://127.0.197.1:45003/ using document root <none> and password file <none>
I20260630 12:36:06.578751   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.578945   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:06.579227   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:06.580307   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.584687   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:06.588019  4897 log_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:06.588742   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:06.589030   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.589298   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-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:06.607782   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.608933   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.610401   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.612632   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:06.612821   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.613103   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:06.613260   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.653242   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:33503
I20260630 12:36:06.653337  4959 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:33503 every 8 connection(s)
I20260630 12:36:06.658330   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:06.666177  4964 instance_detector.cc: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:06.666558  4965 instance_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:06.669700   788 server_base.cc:1061] running on GCE node
W20260630 12:36:06.670182  4968 instance_detector.cc: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:06.670971   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.671200   788 system_unsync_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:06.671377   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822966671354 us; error 0 us; skew 500 ppm
I20260630 12:36:06.672078   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.675051  4960 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41415
I20260630 12:36:06.675136   788 webserver.cc:533] Webserver started at http://127.0.197.2:36825/ using document root <none> and password file <none>
I20260630 12:36:06.675391  4960 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.675766   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.676033   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:06.676298   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:06.676239  4960 heartbeater.cc:507] Master 127.0.197.62:41415 requested a full tablet report, sending...
I20260630 12:36:06.677731   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "44a3254fc6494e6c90c6cab240e9e1ca"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.678431  4833 ts_manager.cc:194] Registered new tserver with Master: 59a4e809d1ab4fbdb95ce1aab59dc17e (127.0.197.1:33503)
I20260630 12:36:06.680205  4833 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49018
I20260630 12:36:06.682389   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:36:06.685894  4972 log_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:06.686651   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:36:06.686936   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "44a3254fc6494e6c90c6cab240e9e1ca"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.687173   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-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:06.711723   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.712939   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.714442   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.716562   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:06.716778   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.717074   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:06.717248   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.755867   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:44003
I20260630 12:36:06.756013  5034 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:44003 every 8 connection(s)
I20260630 12:36:06.760562   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:06.767689  5038 instance_detector.cc: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:06.769394  5039 instance_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:06.770690   788 server_base.cc:1061] running on GCE node
W20260630 12:36:06.772536  5041 instance_detector.cc: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:06.773146  5035 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41415
I20260630 12:36:06.773577  5035 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.773689   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:06.773969   788 system_unsync_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:06.774168   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822966774148 us; error 0 us; skew 500 ppm
I20260630 12:36:06.774492  5035 heartbeater.cc:507] Master 127.0.197.62:41415 requested a full tablet report, sending...
I20260630 12:36:06.774904   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:06.776816  4833 ts_manager.cc:194] Registered new tserver with Master: 44a3254fc6494e6c90c6cab240e9e1ca (127.0.197.2:44003)
I20260630 12:36:06.778191  4833 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49020
I20260630 12:36:06.779120   788 webserver.cc:533] Webserver started at http://127.0.197.3:42465/ using document root <none> and password file <none>
I20260630 12:36:06.779716   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:06.779907   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:06.780190   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:06.781286   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "72670dbcf35e4cd1aa52c950aaa0ead3"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.785866   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
I20260630 12:36:06.789019  5046 log_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:06.789803   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:06.790110   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "72670dbcf35e4cd1aa52c950aaa0ead3"
format_stamp: "Formatted at 2026-06-30 12:36:06 on dist-test-slave-0dvn"
I20260630 12:36:06.790373   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy.1782822861066773-788-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:06.821122   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:06.822333   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:06.823776   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:06.825937   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:06.826109   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.826390   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:06.826550   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:06.864099   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:35037
I20260630 12:36:06.864228  5108 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:35037 every 8 connection(s)
I20260630 12:36:06.877570  5109 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41415
I20260630 12:36:06.877985  5109 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:06.878692  5109 heartbeater.cc:507] Master 127.0.197.62:41415 requested a full tablet report, sending...
I20260630 12:36:06.880527  4833 ts_manager.cc:194] Registered new tserver with Master: 72670dbcf35e4cd1aa52c950aaa0ead3 (127.0.197.3:35037)
I20260630 12:36:06.881582   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014398953s
I20260630 12:36:06.881865  4833 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49030
I20260630 12:36:07.683071  4960 heartbeater.cc:499] Master 127.0.197.62:41415 was elected leader, sending a full tablet report...
I20260630 12:36:07.780789  5035 heartbeater.cc:499] Master 127.0.197.62:41415 was elected leader, sending a full tablet report...
I20260630 12:36:07.884435  5109 heartbeater.cc:499] Master 127.0.197.62:41415 was elected leader, sending a full tablet report...
I20260630 12:36:07.947153  4833 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:49060:
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:07.949222  4833 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:08.003695  4925 tablet_service.cc:1511] Processing CreateTablet for tablet 8744c245efbd485f989d0eb54d5659de (DEFAULT_TABLE table=test-workload [id=1fec14faf8dd4141aec10a660aa4365c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:08.004967  4925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8744c245efbd485f989d0eb54d5659de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:08.005570  5074 tablet_service.cc:1511] Processing CreateTablet for tablet 8744c245efbd485f989d0eb54d5659de (DEFAULT_TABLE table=test-workload [id=1fec14faf8dd4141aec10a660aa4365c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:08.006898  5074 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8744c245efbd485f989d0eb54d5659de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:08.010263  5000 tablet_service.cc:1511] Processing CreateTablet for tablet 8744c245efbd485f989d0eb54d5659de (DEFAULT_TABLE table=test-workload [id=1fec14faf8dd4141aec10a660aa4365c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:08.011422  5000 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8744c245efbd485f989d0eb54d5659de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:08.023046  5130 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: Bootstrap starting.
I20260630 12:36:08.023090  5131 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: Bootstrap starting.
I20260630 12:36:08.029340  5132 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: Bootstrap starting.
I20260630 12:36:08.029996  5131 tablet_bootstrap.cc:654] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:08.031308  5130 tablet_bootstrap.cc:654] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:08.034402  5131 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: No bootstrap required, opened a new log
I20260630 12:36:08.034961  5131 ts_tablet_manager.cc:1403] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.001s
I20260630 12:36:08.036933  5132 tablet_bootstrap.cc:654] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:08.037178  5130 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: No bootstrap required, opened a new log
I20260630 12:36:08.037503  5131 raft_consensus.cc:359] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.038136  5131 raft_consensus.cc:385] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:08.038372  5131 raft_consensus.cc:740] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 59a4e809d1ab4fbdb95ce1aab59dc17e, State: Initialized, Role: FOLLOWER
I20260630 12:36:08.039323  5130 ts_tablet_manager.cc:1403] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: Time spent bootstrapping tablet: real 0.017s	user 0.011s	sys 0.002s
I20260630 12:36:08.039059  5131 consensus_queue.cc:260] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.041930  5131 ts_tablet_manager.cc:1434] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:36:08.042897  5132 tablet_bootstrap.cc:492] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: No bootstrap required, opened a new log
I20260630 12:36:08.042824  5130 raft_consensus.cc:359] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.043524  5132 ts_tablet_manager.cc:1403] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: Time spent bootstrapping tablet: real 0.015s	user 0.012s	sys 0.000s
I20260630 12:36:08.043783  5130 raft_consensus.cc:385] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:08.044132  5130 raft_consensus.cc:740] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 72670dbcf35e4cd1aa52c950aaa0ead3, State: Initialized, Role: FOLLOWER
I20260630 12:36:08.044905  5130 consensus_queue.cc:260] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.046895  5132 raft_consensus.cc:359] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.047848  5132 raft_consensus.cc:385] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:08.048228  5132 raft_consensus.cc:740] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44a3254fc6494e6c90c6cab240e9e1ca, State: Initialized, Role: FOLLOWER
I20260630 12:36:08.048473  5130 ts_tablet_manager.cc:1434] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: Time spent starting tablet: real 0.009s	user 0.001s	sys 0.007s
I20260630 12:36:08.049228  5132 consensus_queue.cc:260] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.052315  5132 ts_tablet_manager.cc:1434] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.004s
I20260630 12:36:08.176393  5138 raft_consensus.cc:493] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:08.176934  5138 raft_consensus.cc:515] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.179244  5138 leader_election.cc:290] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 72670dbcf35e4cd1aa52c950aaa0ead3 (127.0.197.3:35037), 59a4e809d1ab4fbdb95ce1aab59dc17e (127.0.197.1:33503)
I20260630 12:36:08.191709  4935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8744c245efbd485f989d0eb54d5659de" candidate_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" is_pre_election: true
I20260630 12:36:08.191831  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8744c245efbd485f989d0eb54d5659de" candidate_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" is_pre_election: true
I20260630 12:36:08.192526  4935 raft_consensus.cc:2468] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 44a3254fc6494e6c90c6cab240e9e1ca in term 0.
I20260630 12:36:08.192509  5084 raft_consensus.cc:2468] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 44a3254fc6494e6c90c6cab240e9e1ca in term 0.
I20260630 12:36:08.193948  4974 leader_election.cc:304] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a3254fc6494e6c90c6cab240e9e1ca, 59a4e809d1ab4fbdb95ce1aab59dc17e; no voters: 
I20260630 12:36:08.194636  5138 raft_consensus.cc:2804] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:08.195003  5138 raft_consensus.cc:493] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:08.195220  5138 raft_consensus.cc:3060] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:08.200423  5138 raft_consensus.cc:515] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.202059  5138 leader_election.cc:290] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [CANDIDATE]: Term 1 election: Requested vote from peers 72670dbcf35e4cd1aa52c950aaa0ead3 (127.0.197.3:35037), 59a4e809d1ab4fbdb95ce1aab59dc17e (127.0.197.1:33503)
I20260630 12:36:08.202787  5084 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8744c245efbd485f989d0eb54d5659de" candidate_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3"
I20260630 12:36:08.203042  4935 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8744c245efbd485f989d0eb54d5659de" candidate_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e"
I20260630 12:36:08.203285  5084 raft_consensus.cc:3060] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:08.203589  4935 raft_consensus.cc:3060] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:08.208351  4935 raft_consensus.cc:2468] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 44a3254fc6494e6c90c6cab240e9e1ca in term 1.
I20260630 12:36:08.208345  5084 raft_consensus.cc:2468] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 44a3254fc6494e6c90c6cab240e9e1ca in term 1.
I20260630 12:36:08.209486  4974 leader_election.cc:304] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 44a3254fc6494e6c90c6cab240e9e1ca, 59a4e809d1ab4fbdb95ce1aab59dc17e; no voters: 
I20260630 12:36:08.210145  5138 raft_consensus.cc:2804] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:08.211216  5138 raft_consensus.cc:697] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 1 LEADER]: Becoming Leader. State: Replica: 44a3254fc6494e6c90c6cab240e9e1ca, State: Running, Role: LEADER
I20260630 12:36:08.212023  5138 consensus_queue.cc:237] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } }
I20260630 12:36:08.218505  4832 catalog_manager.cc:5697] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca reported cstate change: term changed from 0 to 1, leader changed from <none> to 44a3254fc6494e6c90c6cab240e9e1ca (127.0.197.2). New cstate: current_term: 1 leader_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "44a3254fc6494e6c90c6cab240e9e1ca" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 44003 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:08.496600  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:08.498422  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:08.499761  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:08.500087  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:08.631511  5138 consensus_queue.cc:1048] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "72670dbcf35e4cd1aa52c950aaa0ead3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 35037 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:08.642922  5138 consensus_queue.cc:1048] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [LEADER]: Connected to new peer: Peer: permanent_uuid: "59a4e809d1ab4fbdb95ce1aab59dc17e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 33503 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:09.505178  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:10.501034  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:10.502385  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:10.502682  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:10.513200  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:11.521874  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:12.503799  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:12.505476  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:12.505808  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:12.530445  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:13.538813  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:14.506791  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:14.508072  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:14.508324  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:14.547214  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:15.555109  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:16.509228  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:16.510525  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:16.510797  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:16.562885  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:17.569149  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:18.511678  4886 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:18.512964  4886 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:18.513209  4886 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:18.576022  4881 placement_policy_util.cc:411] tablet 8744c245efbd485f989d0eb54d5659de: detected majority of replicas (2 of 3) at location L0
I20260630 12:36:19.296353   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:36:19.326197   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:19.327042   788 tablet_replica.cc:333] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e: stopping tablet replica
I20260630 12:36:19.327673   788 raft_consensus.cc:2243] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:19.328279   788 raft_consensus.cc:2272] T 8744c245efbd485f989d0eb54d5659de P 59a4e809d1ab4fbdb95ce1aab59dc17e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.349310   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:36:19.362637   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:36:19.386281   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:19.386997   788 tablet_replica.cc:333] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca: stopping tablet replica
I20260630 12:36:19.387559   788 raft_consensus.cc:2243] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:19.388525   788 raft_consensus.cc:2272] T 8744c245efbd485f989d0eb54d5659de P 44a3254fc6494e6c90c6cab240e9e1ca [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.409188   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:36:19.420411   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:36:19.441154   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:19.441932   788 tablet_replica.cc:333] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3: stopping tablet replica
I20260630 12:36:19.442507   788 raft_consensus.cc:2243] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:19.443005   788 raft_consensus.cc:2272] T 8744c245efbd485f989d0eb54d5659de P 72670dbcf35e4cd1aa52c950aaa0ead3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.462873   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:36:19.474109   788 master.cc:562] Master@127.0.197.62:41415 shutting down...
I20260630 12:36:19.496874   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:19.497682   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:19.498076   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4ee83d8615b748a3ae4ff87f360d5b84: stopping tablet replica
I20260630 12:36:19.517830   788 master.cc:584] Master@127.0.197.62:41415 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotFixPlacementPolicy (13182 ms)
[ RUN      ] AutoRebalancerTest.TestMaxMovesPerServer
I20260630 12:36:19.554989   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:45093
I20260630 12:36:19.556162   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:19.562232  5153 instance_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:19.562595  5152 instance_detector.cc: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:19.562721  5155 instance_detector.cc: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:19.563400   788 server_base.cc:1061] running on GCE node
I20260630 12:36:19.564208   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:19.564448   788 system_unsync_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:19.564616   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822979564598 us; error 0 us; skew 500 ppm
I20260630 12:36:19.565102   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:19.567679   788 webserver.cc:533] Webserver started at http://127.0.197.62:46641/ using document root <none> and password file <none>
I20260630 12:36:19.568157   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:19.568375   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:19.568671   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:19.569960   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.574533   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:19.578289  5160 log_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:19.579130   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.004s	sys 0.000s
I20260630 12:36:19.579355   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.579583   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:19.598976   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:19.600237   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:19.642172   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:45093
I20260630 12:36:19.642293  5211 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:45093 every 8 connection(s)
I20260630 12:36:19.646353  5212 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:19.657711  5212 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf: Bootstrap starting.
I20260630 12:36:19.662274  5212 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:19.666457  5212 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf: No bootstrap required, opened a new log
I20260630 12:36:19.668627  5212 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER }
I20260630 12:36:19.669126  5212 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:19.669353  5212 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7ffc6036ce5640ffa4f2b7e1e6093bbf, State: Initialized, Role: FOLLOWER
I20260630 12:36:19.669929  5212 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER }
I20260630 12:36:19.670403  5212 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:19.670647  5212 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:19.670933  5212 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:19.675561  5212 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER }
I20260630 12:36:19.676100  5212 leader_election.cc:304] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [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: 7ffc6036ce5640ffa4f2b7e1e6093bbf; no voters: 
I20260630 12:36:19.677224  5212 leader_election.cc:290] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:19.677625  5215 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:19.679000  5215 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 1 LEADER]: Becoming Leader. State: Replica: 7ffc6036ce5640ffa4f2b7e1e6093bbf, State: Running, Role: LEADER
I20260630 12:36:19.679734  5215 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [LEADER]: Queue going to LEADER mode. State: All 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: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER }
I20260630 12:36:19.680239  5212 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:19.682891  5217 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7ffc6036ce5640ffa4f2b7e1e6093bbf. Latest consensus state: current_term: 1 leader_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER } }
I20260630 12:36:19.683015  5216 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7ffc6036ce5640ffa4f2b7e1e6093bbf" member_type: VOTER } }
I20260630 12:36:19.683476  5217 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:19.683705  5216 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:19.686249  5220 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:19.691378  5220 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:19.696482   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:19.700655  5220 catalog_manager.cc:1383] Generated new cluster ID: fb86b986f7ad44e2945108eefaa1ff89
I20260630 12:36:19.700912  5220 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:19.726159  5220 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:19.727515  5220 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:19.742657  5220 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf: Generated new TSK 0
I20260630 12:36:19.743381  5220 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:19.764112   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:19.770139  5233 instance_detector.cc: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:19.771349  5234 instance_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:19.772882  5236 instance_detector.cc: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:19.773653   788 server_base.cc:1061] running on GCE node
I20260630 12:36:19.774470   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:19.774675   788 system_unsync_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:19.774863   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822979774828 us; error 0 us; skew 500 ppm
I20260630 12:36:19.775401   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:19.777807   788 webserver.cc:533] Webserver started at http://127.0.197.1:33733/ using document root <none> and password file <none>
I20260630 12:36:19.778285   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:19.778475   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:19.778784   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:19.779850   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "c265f8ce152f4dd5899770f8e0402327"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.784425   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:19.787660  5241 log_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:19.788407   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:36:19.788689   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "c265f8ce152f4dd5899770f8e0402327"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.788980   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:19.802879   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:19.804090   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:19.805580   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:19.807827   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:19.808043   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:19.808271   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:19.808452   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:19.848625   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:41915
I20260630 12:36:19.848737  5303 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:41915 every 8 connection(s)
I20260630 12:36:19.854832   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:19.861974  5308 instance_detector.cc: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:19.864457  5309 instance_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:19.865868   788 server_base.cc:1061] running on GCE node
W20260630 12:36:19.866534  5311 instance_detector.cc: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:19.867439   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:19.867619   788 system_unsync_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:19.867743   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822979867733 us; error 0 us; skew 500 ppm
I20260630 12:36:19.868216   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:19.870951   788 webserver.cc:533] Webserver started at http://127.0.197.2:40221/ using document root <none> and password file <none>
I20260630 12:36:19.871500   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:19.871690   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:19.871994   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:19.872100  5304 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:19.872512  5304 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:19.873453  5304 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:19.873586   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "2f72733cccc748dba13057db19884b15"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.875789  5177 ts_manager.cc:194] Registered new tserver with Master: c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915)
I20260630 12:36:19.877954  5177 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35386
I20260630 12:36:19.878700   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:19.882407  5316 log_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:19.883244   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:19.883550   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "2f72733cccc748dba13057db19884b15"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.883855   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:19.898658   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:19.899812   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:19.901204   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:19.903484   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:19.903707   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:19.903950   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:19.904121   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:19.942494   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:46239
I20260630 12:36:19.942595  5378 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:46239 every 8 connection(s)
I20260630 12:36:19.947229   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:19.954317  5382 instance_detector.cc: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:19.956394  5383 instance_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:19.959254  5385 instance_detector.cc: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:19.959882  5379 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:19.960232  5379 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:19.960593   788 server_base.cc:1061] running on GCE node
I20260630 12:36:19.961016  5379 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:19.961606   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:19.961838   788 system_unsync_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:19.962042   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822979962023 us; error 0 us; skew 500 ppm
I20260630 12:36:19.962742   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:19.963179  5177 ts_manager.cc:194] Registered new tserver with Master: 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:19.964813  5177 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35390
I20260630 12:36:19.965255   788 webserver.cc:533] Webserver started at http://127.0.197.3:39711/ using document root <none> and password file <none>
I20260630 12:36:19.965889   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:19.966125   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:19.966391   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:19.967473   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "e279e09bc36744629917fa974b3546f9"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.971694   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:36:19.974838  5390 log_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:19.975562   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.001s
I20260630 12:36:19.975878   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "e279e09bc36744629917fa974b3546f9"
format_stamp: "Formatted at 2026-06-30 12:36:19 on dist-test-slave-0dvn"
I20260630 12:36:19.976156   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:19.995488   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:19.996694   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:19.998095   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:20.000207   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:20.000433   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:20.000676   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:20.000859   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:20.039608   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:32893
I20260630 12:36:20.039723  5452 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:32893 every 8 connection(s)
I20260630 12:36:20.053671  5453 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:20.054059  5453 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:20.054752  5453 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:20.056588  5177 ts_manager.cc:194] Registered new tserver with Master: e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:20.057361   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014599295s
I20260630 12:36:20.057981  5177 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35392
I20260630 12:36:20.880667  5304 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:20.967394  5379 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:21.060787  5453 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:21.112248  5177 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35408:
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:21.115310  5177 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:21.189875  5269 tablet_service.cc:1511] Processing CreateTablet for tablet e2f2403f5a6849208fdcb90f2629631f (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:21.191509  5269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2f2403f5a6849208fdcb90f2629631f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.191803  5268 tablet_service.cc:1511] Processing CreateTablet for tablet 130a1a452d99478c9c2e26932fc4af07 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:21.193122  5268 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 130a1a452d99478c9c2e26932fc4af07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.197461  5267 tablet_service.cc:1511] Processing CreateTablet for tablet 1bde83d1171142b2b534f1dcb18e5686 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:21.199059  5267 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bde83d1171142b2b534f1dcb18e5686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.206986  5266 tablet_service.cc:1511] Processing CreateTablet for tablet aff96aa282fe497d841babd45a8aa5b9 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:21.208340  5266 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aff96aa282fe497d841babd45a8aa5b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.211750  5265 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddf995f690b435282d14a41c5c07cc7 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:21.213189  5265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddf995f690b435282d14a41c5c07cc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.219167  5264 tablet_service.cc:1511] Processing CreateTablet for tablet 7678c9c8a61d4759bf52c6685795b5d0 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:21.220530  5264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7678c9c8a61d4759bf52c6685795b5d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.227023  5263 tablet_service.cc:1511] Processing CreateTablet for tablet e6d41e2b21714eac91a2a2d55b51138c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:21.229673  5263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d41e2b21714eac91a2a2d55b51138c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.232332  5262 tablet_service.cc:1511] Processing CreateTablet for tablet dafc48bcec5d40e0b693b56c1342c7f3 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:21.233701  5262 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dafc48bcec5d40e0b693b56c1342c7f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.240758  5418 tablet_service.cc:1511] Processing CreateTablet for tablet e2f2403f5a6849208fdcb90f2629631f (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:21.241838  5415 tablet_service.cc:1511] Processing CreateTablet for tablet aff96aa282fe497d841babd45a8aa5b9 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:21.242280  5418 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2f2403f5a6849208fdcb90f2629631f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.243755  5417 tablet_service.cc:1511] Processing CreateTablet for tablet 130a1a452d99478c9c2e26932fc4af07 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:21.245107  5417 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 130a1a452d99478c9c2e26932fc4af07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.245769  5415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aff96aa282fe497d841babd45a8aa5b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.247324  5416 tablet_service.cc:1511] Processing CreateTablet for tablet 1bde83d1171142b2b534f1dcb18e5686 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:21.248696  5416 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bde83d1171142b2b534f1dcb18e5686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.259178  5261 tablet_service.cc:1511] Processing CreateTablet for tablet 2b2c1bb2068449d3806a1626e59e9481 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:21.260555  5261 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b2c1bb2068449d3806a1626e59e9481. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.264282  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddf995f690b435282d14a41c5c07cc7 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:21.265681  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddf995f690b435282d14a41c5c07cc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.270159  5342 tablet_service.cc:1511] Processing CreateTablet for tablet 1bde83d1171142b2b534f1dcb18e5686 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 357913940 <= VALUES < 536870910
I20260630 12:36:21.271543  5342 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bde83d1171142b2b534f1dcb18e5686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.271932  5344 tablet_service.cc:1511] Processing CreateTablet for tablet e2f2403f5a6849208fdcb90f2629631f (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION VALUES < 178956970
I20260630 12:36:21.274602  5340 tablet_service.cc:1511] Processing CreateTablet for tablet 6ddf995f690b435282d14a41c5c07cc7 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 715827880 <= VALUES < 894784850
I20260630 12:36:21.275031  5413 tablet_service.cc:1511] Processing CreateTablet for tablet 7678c9c8a61d4759bf52c6685795b5d0 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:21.275655  5269 tablet_service.cc:1511] Processing CreateTablet for tablet 8ed854888d2e4ba4a3865fd28972886c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:21.276335  5413 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7678c9c8a61d4759bf52c6685795b5d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.276893  5269 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ed854888d2e4ba4a3865fd28972886c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.276851  5339 tablet_service.cc:1511] Processing CreateTablet for tablet 7678c9c8a61d4759bf52c6685795b5d0 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 894784850 <= VALUES < 1073741820
I20260630 12:36:21.279270  5338 tablet_service.cc:1511] Processing CreateTablet for tablet e6d41e2b21714eac91a2a2d55b51138c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:21.282548  5412 tablet_service.cc:1511] Processing CreateTablet for tablet e6d41e2b21714eac91a2a2d55b51138c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1073741820 <= VALUES < 1252698790
I20260630 12:36:21.284056  5412 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d41e2b21714eac91a2a2d55b51138c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.283787  5341 tablet_service.cc:1511] Processing CreateTablet for tablet aff96aa282fe497d841babd45a8aa5b9 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 536870910 <= VALUES < 715827880
I20260630 12:36:21.285238  5344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2f2403f5a6849208fdcb90f2629631f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.286604  5265 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbf232f46954d4895f5bb8647a19f6c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:21.287856  5265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbf232f46954d4895f5bb8647a19f6c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.289479  5337 tablet_service.cc:1511] Processing CreateTablet for tablet dafc48bcec5d40e0b693b56c1342c7f3 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:21.282631  5343 tablet_service.cc:1511] Processing CreateTablet for tablet 130a1a452d99478c9c2e26932fc4af07 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 178956970 <= VALUES < 357913940
I20260630 12:36:21.291483  5338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e6d41e2b21714eac91a2a2d55b51138c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.293015  5340 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddf995f690b435282d14a41c5c07cc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.293777  5341 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aff96aa282fe497d841babd45a8aa5b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.294405  5411 tablet_service.cc:1511] Processing CreateTablet for tablet dafc48bcec5d40e0b693b56c1342c7f3 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1252698790 <= VALUES < 1431655760
I20260630 12:36:21.295254  5339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7678c9c8a61d4759bf52c6685795b5d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.295675  5411 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dafc48bcec5d40e0b693b56c1342c7f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.297058  5261 tablet_service.cc:1511] Processing CreateTablet for tablet 912ac1202c1d48e9aa21d6900e342d1c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:21.298347  5261 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 912ac1202c1d48e9aa21d6900e342d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.298377  5337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet dafc48bcec5d40e0b693b56c1342c7f3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.301771  5343 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 130a1a452d99478c9c2e26932fc4af07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.311482  5336 tablet_service.cc:1511] Processing CreateTablet for tablet 2b2c1bb2068449d3806a1626e59e9481 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:21.312891  5336 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b2c1bb2068449d3806a1626e59e9481. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.315738  5335 tablet_service.cc:1511] Processing CreateTablet for tablet 8ed854888d2e4ba4a3865fd28972886c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:21.317092  5335 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ed854888d2e4ba4a3865fd28972886c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.318940  5410 tablet_service.cc:1511] Processing CreateTablet for tablet 2b2c1bb2068449d3806a1626e59e9481 (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1431655760 <= VALUES < 1610612730
I20260630 12:36:21.321095  5409 tablet_service.cc:1511] Processing CreateTablet for tablet 8ed854888d2e4ba4a3865fd28972886c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1610612730 <= VALUES < 1789569700
I20260630 12:36:21.333794  5410 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b2c1bb2068449d3806a1626e59e9481. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.335425  5409 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8ed854888d2e4ba4a3865fd28972886c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.375263  5339 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbf232f46954d4895f5bb8647a19f6c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:21.375954  5344 tablet_service.cc:1511] Processing CreateTablet for tablet 912ac1202c1d48e9aa21d6900e342d1c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:21.386811  5415 tablet_service.cc:1511] Processing CreateTablet for tablet 912ac1202c1d48e9aa21d6900e342d1c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1968526670 <= VALUES
I20260630 12:36:21.388643  5415 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 912ac1202c1d48e9aa21d6900e342d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.390803  5344 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 912ac1202c1d48e9aa21d6900e342d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.394968  5339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbf232f46954d4895f5bb8647a19f6c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.391888  5414 tablet_service.cc:1511] Processing CreateTablet for tablet 6bbf232f46954d4895f5bb8647a19f6c (DEFAULT_TABLE table=test-workload [id=a80a1ac48055441ca20a454829778c5f]), partition=RANGE (key) PARTITION 1789569700 <= VALUES < 1968526670
I20260630 12:36:21.410305  5414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbf232f46954d4895f5bb8647a19f6c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:21.444262  5472 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.444325  5473 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.446372  5474 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.459033  5472 tablet_bootstrap.cc:654] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.464306  5474 tablet_bootstrap.cc:654] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.464375  5473 tablet_bootstrap.cc:654] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.466885  5472 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.468117  5472 ts_tablet_manager.cc:1403] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.024s	user 0.014s	sys 0.000s
I20260630 12:36:21.469712  5474 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.470244  5474 ts_tablet_manager.cc:1403] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.024s	user 0.012s	sys 0.000s
I20260630 12:36:21.471097  5472 raft_consensus.cc:359] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.471843  5472 raft_consensus.cc:385] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.472205  5472 raft_consensus.cc:740] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.473124  5474 raft_consensus.cc:359] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.473038  5472 consensus_queue.cc:260] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.473891  5474 raft_consensus.cc:385] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.474210  5474 raft_consensus.cc:740] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.474373  5473 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.474850  5473 ts_tablet_manager.cc:1403] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.031s	user 0.006s	sys 0.011s
I20260630 12:36:21.475226  5474 consensus_queue.cc:260] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.476826  5473 raft_consensus.cc:359] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.477540  5473 raft_consensus.cc:385] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.477851  5473 raft_consensus.cc:740] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.478633  5474 ts_tablet_manager.cc:1434] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:36:21.478696  5473 consensus_queue.cc:260] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.479821  5474 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.487044  5474 tablet_bootstrap.cc:654] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.489261  5472 ts_tablet_manager.cc:1434] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.021s	user 0.009s	sys 0.000s
I20260630 12:36:21.493263  5473 ts_tablet_manager.cc:1434] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.018s	user 0.010s	sys 0.007s
I20260630 12:36:21.493438  5472 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.495298  5473 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.497709  5474 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.498271  5474 ts_tablet_manager.cc:1403] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.019s	user 0.004s	sys 0.012s
I20260630 12:36:21.500715  5472 tablet_bootstrap.cc:654] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.501538  5473 tablet_bootstrap.cc:654] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.501220  5474 raft_consensus.cc:359] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.502032  5474 raft_consensus.cc:385] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.502382  5474 raft_consensus.cc:740] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.503175  5474 consensus_queue.cc:260] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.505313  5474 ts_tablet_manager.cc:1434] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:21.506341  5474 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.510766  5472 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.511585  5472 ts_tablet_manager.cc:1403] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.003s
I20260630 12:36:21.512530  5474 tablet_bootstrap.cc:654] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.516213  5472 raft_consensus.cc:359] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.517961  5472 raft_consensus.cc:385] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.518311  5472 raft_consensus.cc:740] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.519147  5472 consensus_queue.cc:260] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.520408  5473 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.521026  5473 ts_tablet_manager.cc:1403] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.026s	user 0.017s	sys 0.007s
I20260630 12:36:21.522006  5472 ts_tablet_manager.cc:1434] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:36:21.523069  5472 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.524318  5473 raft_consensus.cc:359] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.525173  5473 raft_consensus.cc:385] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.525586  5473 raft_consensus.cc:740] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.526638  5473 consensus_queue.cc:260] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.529517  5473 ts_tablet_manager.cc:1434] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.003s
I20260630 12:36:21.530525  5472 tablet_bootstrap.cc:654] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.530649  5473 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.539606  5473 tablet_bootstrap.cc:654] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:21.544905  5454 tablet.cc:2406] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:21.557085  5472 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.557667  5472 ts_tablet_manager.cc:1403] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.035s	user 0.014s	sys 0.000s
I20260630 12:36:21.557725  5474 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.558090  5473 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.558264  5474 ts_tablet_manager.cc:1403] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.052s	user 0.022s	sys 0.027s
I20260630 12:36:21.558486  5473 ts_tablet_manager.cc:1403] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.028s	user 0.015s	sys 0.000s
I20260630 12:36:21.560789  5472 raft_consensus.cc:359] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.561087  5474 raft_consensus.cc:359] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.561210  5473 raft_consensus.cc:359] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.561630  5472 raft_consensus.cc:385] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.561789  5474 raft_consensus.cc:385] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.562036  5473 raft_consensus.cc:385] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.562070  5472 raft_consensus.cc:740] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.562146  5474 raft_consensus.cc:740] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.562582  5473 raft_consensus.cc:740] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.563155  5474 consensus_queue.cc:260] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.563036  5472 consensus_queue.cc:260] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.563539  5473 consensus_queue.cc:260] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.565326  5474 ts_tablet_manager.cc:1434] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:21.565433  5472 ts_tablet_manager.cc:1434] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:21.566377  5474 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.566654  5472 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.566282  5473 ts_tablet_manager.cc:1434] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:36:21.568003  5473 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.574216  5472 tablet_bootstrap.cc:654] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.576337  5474 tablet_bootstrap.cc:654] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.574231  5473 tablet_bootstrap.cc:654] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.581286  5472 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.582050  5472 ts_tablet_manager.cc:1403] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:36:21.584851  5472 raft_consensus.cc:359] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.585723  5472 raft_consensus.cc:385] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.586084  5472 raft_consensus.cc:740] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.586987  5472 consensus_queue.cc:260] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.589498  5472 ts_tablet_manager.cc:1434] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:21.590582  5472 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.591960  5480 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.592557  5480 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.597424  5472 tablet_bootstrap.cc:654] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.598441  5480 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:21.615703  5478 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.616425  5478 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.619709  5478 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.620965  5480 raft_consensus.cc:493] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.621495  5480 raft_consensus.cc:515] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.623796  5480 leader_election.cc:290] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:21.627487  5478 raft_consensus.cc:493] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.628193  5478 raft_consensus.cc:515] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.642414  5478 leader_election.cc:290] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.650942  5479 raft_consensus.cc:493] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.651655  5479 raft_consensus.cc:515] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.658545  5479 leader_election.cc:290] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.687374  5480 raft_consensus.cc:493] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.687981  5480 raft_consensus.cc:515] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.690248  5480 leader_election.cc:290] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
W20260630 12:36:21.699998  5225 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:21.738811  5474 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.739128  5472 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.739511  5474 ts_tablet_manager.cc:1403] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.173s	user 0.049s	sys 0.080s
I20260630 12:36:21.739384  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.741577  5473 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.742077  5473 ts_tablet_manager.cc:1403] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.174s	user 0.055s	sys 0.095s
I20260630 12:36:21.739693  5472 ts_tablet_manager.cc:1403] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.149s	user 0.062s	sys 0.057s
I20260630 12:36:21.742697  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.744541  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.745025  5473 raft_consensus.cc:359] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.745819  5472 raft_consensus.cc:359] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.746420  5473 raft_consensus.cc:385] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.746420  5279 raft_consensus.cc:2468] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:21.746735  5472 raft_consensus.cc:385] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.747452  5472 raft_consensus.cc:740] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
W20260630 12:36:21.747762  5245 leader_election.cc:343] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.746919  5473 raft_consensus.cc:740] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.748555  5472 consensus_queue.cc:260] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.749217  5473 consensus_queue.cc:260] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.742818  5474 raft_consensus.cc:359] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.751075  5472 ts_tablet_manager.cc:1434] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:36:21.752753  5472 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.753362  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:21.754047  5473 ts_tablet_manager.cc:1434] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:36:21.754057  5428 raft_consensus.cc:2468] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:21.757010  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:21.751776  5474 raft_consensus.cc:385] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.757653  5428 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:21.757803  5474 raft_consensus.cc:740] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.759023  5245 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15
I20260630 12:36:21.758764  5474 consensus_queue.cc:260] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.761637  5474 ts_tablet_manager.cc:1434] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.022s	user 0.005s	sys 0.002s
I20260630 12:36:21.761631  5473 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.762825  5474 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.764153  5478 raft_consensus.cc:2804] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.764533  5478 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.764858  5478 raft_consensus.cc:3060] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.769558  5474 tablet_bootstrap.cc:654] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.772761  5354 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:21.777015  5473 tablet_bootstrap.cc:654] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.779978  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:21.784303  5472 tablet_bootstrap.cc:654] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.786554  5474 tablet_bootstrap.cc:492] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.787317  5474 ts_tablet_manager.cc:1403] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.012s
I20260630 12:36:21.788156  5245 leader_election.cc:304] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:21.789121  5501 raft_consensus.cc:2804] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.789669  5501 raft_consensus.cc:493] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.790114  5501 raft_consensus.cc:3060] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.791654  5474 raft_consensus.cc:359] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.792253  5317 leader_election.cc:304] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:21.792713  5474 raft_consensus.cc:385] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
W20260630 12:36:21.793107  5320 leader_election.cc:343] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.793293  5474 raft_consensus.cc:740] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.794540  5474 consensus_queue.cc:260] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.796319  5479 raft_consensus.cc:2804] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.796756  5479 raft_consensus.cc:493] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.797061  5479 raft_consensus.cc:3060] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.798985  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.799439  5473 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.799937  5473 ts_tablet_manager.cc:1403] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.000s
I20260630 12:36:21.801460  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.803519  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.804203  5277 raft_consensus.cc:2468] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e279e09bc36744629917fa974b3546f9 in term 0.
I20260630 12:36:21.804773  5501 raft_consensus.cc:515] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.807567  5474 ts_tablet_manager.cc:1434] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.020s	user 0.007s	sys 0.000s
I20260630 12:36:21.807276  5479 raft_consensus.cc:515] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.811230  5353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.812930  5353 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e279e09bc36744629917fa974b3546f9 in term 0.
I20260630 12:36:21.813102  5474 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
W20260630 12:36:21.813262  5317 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.1:41915, user_credentials={real_user=slave}} blocked reactor thread for 64683.3us
I20260630 12:36:21.814002  5479 leader_election.cc:290] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.807353  5473 raft_consensus.cc:359] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.814654  5473 raft_consensus.cc:385] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.815021  5473 raft_consensus.cc:740] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.815102  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:21.815877  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:21.816551  5277 raft_consensus.cc:3060] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.816674  5391 leader_election.cc:304] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:21.818322  5278 raft_consensus.cc:2393] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e279e09bc36744629917fa974b3546f9 in current term 1: Already voted for candidate c265f8ce152f4dd5899770f8e0402327 in this term.
I20260630 12:36:21.818991  5501 leader_election.cc:290] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Requested vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.819494  5501 raft_consensus.cc:493] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.819906  5501 raft_consensus.cc:515] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.820185  5353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.810717  5472 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.821885  5501 leader_election.cc:290] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.822541  5472 ts_tablet_manager.cc:1403] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.070s	user 0.024s	sys 0.001s
I20260630 12:36:21.823330  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:21.823961  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:21.824143  5427 raft_consensus.cc:3060] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:21.825448  5245 leader_election.cc:343] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.831532  5277 raft_consensus.cc:2468] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:21.828974  5473 consensus_queue.cc:260] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.833235  5352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.826028  5472 raft_consensus.cc:359] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.844427  5472 raft_consensus.cc:385] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.844878  5472 raft_consensus.cc:740] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.845672  5472 consensus_queue.cc:260] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.844113  5474 tablet_bootstrap.cc:654] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.847134  5473 ts_tablet_manager.cc:1434] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.047s	user 0.006s	sys 0.010s
W20260630 12:36:21.847203  5245 leader_election.cc:343] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.848024  5472 ts_tablet_manager.cc:1434] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.025s	user 0.003s	sys 0.004s
I20260630 12:36:21.847862  5245 leader_election.cc:304] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:21.848327  5473 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.849028  5472 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.849184  5428 raft_consensus.cc:3060] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.854588  5317 leader_election.cc:304] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:21.855232  5473 tablet_bootstrap.cc:654] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.855566  5479 raft_consensus.cc:2804] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.856079  5479 raft_consensus.cc:697] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:21.856316  5501 raft_consensus.cc:2749] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:21.856972  5501 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.856920  5479 consensus_queue.cc:237] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.857534  5501 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.862600  5501 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.863745  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
W20260630 12:36:21.865713  5245 leader_election.cc:343] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.867266  5352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.868075  5352 raft_consensus.cc:2468] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:21.869685  5245 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [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: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: e279e09bc36744629917fa974b3546f9
I20260630 12:36:21.871109  5501 raft_consensus.cc:2804] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.871567  5473 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.871608  5501 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.872269  5501 raft_consensus.cc:3060] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.872350  5473 ts_tablet_manager.cc:1403] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.024s	user 0.007s	sys 0.011s
I20260630 12:36:21.873960  5175 catalog_manager.cc:5697] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:21.875723  5473 raft_consensus.cc:359] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.876507  5473 raft_consensus.cc:385] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.876842  5473 raft_consensus.cc:740] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.877653  5473 consensus_queue.cc:260] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.875739  5472 tablet_bootstrap.cc:654] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.880386  5473 ts_tablet_manager.cc:1434] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:21.877928  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.881071  5354 raft_consensus.cc:2468] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e279e09bc36744629917fa974b3546f9 in term 0.
I20260630 12:36:21.881613  5473 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:21.882122  5474 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:21.882962  5474 ts_tablet_manager.cc:1403] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.070s	user 0.019s	sys 0.011s
I20260630 12:36:21.821990  5394 leader_election.cc:304] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
W20260630 12:36:21.886245  5394 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.2:46239, user_credentials={real_user=slave}} blocked reactor thread for 64472.6us
W20260630 12:36:21.887202  5394 leader_election.cc:343] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.888044  5394 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:21.888877  5473 tablet_bootstrap.cc:654] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.841725  5353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:21.890245  5353 raft_consensus.cc:3060] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.891309  5514 raft_consensus.cc:2804] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.892189  5514 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.892920  5514 raft_consensus.cc:3060] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.894991  5478 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.889207  5474 raft_consensus.cc:359] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.895818  5474 raft_consensus.cc:385] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.896173  5279 raft_consensus.cc:2393] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate e279e09bc36744629917fa974b3546f9 in current term 1: Already voted for candidate c265f8ce152f4dd5899770f8e0402327 in this term.
I20260630 12:36:21.896178  5474 raft_consensus.cc:740] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.898038  5474 consensus_queue.cc:260] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.901901  5474 ts_tablet_manager.cc:1434] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:36:21.902473  5472 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:21.912487  5472 ts_tablet_manager.cc:1403] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.064s	user 0.012s	sys 0.001s
I20260630 12:36:21.912756  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:21.903477  5512 raft_consensus.cc:2804] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.905462  5428 raft_consensus.cc:2468] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:21.906450  5353 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:21.913635  5512 raft_consensus.cc:493] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.909587  5473 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:21.914047  5512 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.914422  5473 ts_tablet_manager.cc:1403] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.005s
I20260630 12:36:21.915727  5472 raft_consensus.cc:359] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.916441  5472 raft_consensus.cc:385] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.916712  5472 raft_consensus.cc:740] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
W20260630 12:36:21.909791  5391 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.1:41915, user_credentials={real_user=slave}} blocked reactor thread for 93369us
I20260630 12:36:21.917270  5473 raft_consensus.cc:359] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.918030  5473 raft_consensus.cc:385] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:21.918303  5473 raft_consensus.cc:740] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:21.918860  5479 raft_consensus.cc:493] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.919378  5479 raft_consensus.cc:515] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.921473  5479 leader_election.cc:290] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.921360  5512 raft_consensus.cc:515] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.919021  5473 consensus_queue.cc:260] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.923600  5512 leader_election.cc:290] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:21.911610  5478 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Requested vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.918932  5472 consensus_queue.cc:260] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.910789  5514 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.924410  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.928917  5472 ts_tablet_manager.cc:1434] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.016s	user 0.002s	sys 0.004s
I20260630 12:36:21.929319  5353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:21.902302  5427 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:21.924911  5474 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:21.925195  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:21.929919  5353 raft_consensus.cc:3060] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.930172  5480 raft_consensus.cc:2764] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:36:21.930302  5277 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.923537  5245 leader_election.cc:304] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:21.930047  5426 raft_consensus.cc:2393] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate c265f8ce152f4dd5899770f8e0402327 in current term 1: Already voted for candidate e279e09bc36744629917fa974b3546f9 in this term.
I20260630 12:36:21.935314  5506 raft_consensus.cc:2804] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.936192  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
W20260630 12:36:21.936632  5317 leader_election.cc:343] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.936800  5354 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.936947  5474 tablet_bootstrap.cc:654] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.925647  5501 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.939567  5352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:21.939711  5501 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Requested vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:21.940120  5352 raft_consensus.cc:3060] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.941279  5514 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:21.942982  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:21.943635  5514 raft_consensus.cc:493] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:21.944157  5514 raft_consensus.cc:515] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
W20260630 12:36:21.944433  5245 leader_election.cc:343] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.946708  5514 leader_election.cc:290] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:21.947291  5352 raft_consensus.cc:2468] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:21.948614  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:21.954568  5279 raft_consensus.cc:2393] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate e279e09bc36744629917fa974b3546f9 in current term 1: Already voted for candidate c265f8ce152f4dd5899770f8e0402327 in this term.
I20260630 12:36:21.955174  5351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:21.956588  5245 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [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: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: e279e09bc36744629917fa974b3546f9
I20260630 12:36:21.957438  5478 raft_consensus.cc:2804] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.957720  5351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:21.958081  5478 raft_consensus.cc:697] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:21.929922  5472 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:21.959143  5478 consensus_queue.cc:237] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.963047  5394 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:21.963960  5514 raft_consensus.cc:2749] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
W20260630 12:36:21.965082  5394 leader_election.cc:343] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.950479  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:21.951764  5353 raft_consensus.cc:2468] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:21.952401  5277 raft_consensus.cc:2468] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e279e09bc36744629917fa974b3546f9 in term 1.
I20260630 12:36:21.949887  5354 raft_consensus.cc:2468] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e279e09bc36744629917fa974b3546f9 in term 1.
I20260630 12:36:21.965283  5472 tablet_bootstrap.cc:654] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:21.971132  5506 raft_consensus.cc:697] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:21.972556  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:21.975114  5428 raft_consensus.cc:2468] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:21.976902  5320 leader_election.cc:304] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:21.978513  5479 raft_consensus.cc:2804] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:21.978996  5479 raft_consensus.cc:493] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:21.979406  5479 raft_consensus.cc:3060] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:21.973217  5245 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [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: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: e279e09bc36744629917fa974b3546f9
I20260630 12:36:21.983350  5478 raft_consensus.cc:2804] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.983109  5391 leader_election.cc:304] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:21.983904  5478 raft_consensus.cc:697] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:21.984864  5514 raft_consensus.cc:2804] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:21.984732  5478 consensus_queue.cc:237] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.985532  5514 raft_consensus.cc:697] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Becoming Leader. State: Replica: e279e09bc36744629917fa974b3546f9, State: Running, Role: LEADER
I20260630 12:36:21.985875  5506 consensus_queue.cc:237] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:21.986645  5514 consensus_queue.cc:237] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
W20260630 12:36:21.992036  5391 leader_election.cc:343] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:21.992656  5391 leader_election.cc:304] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:21.994102  5480 raft_consensus.cc:2749] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:22.001283  5479 raft_consensus.cc:515] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.004809  5474 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.005492  5474 ts_tablet_manager.cc:1403] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.081s	user 0.033s	sys 0.014s
I20260630 12:36:22.008875  5474 raft_consensus.cc:359] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.010025  5474 raft_consensus.cc:385] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.010454  5474 raft_consensus.cc:740] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.014326  5474 consensus_queue.cc:260] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.039088  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:22.012820  5479 leader_election.cc:290] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.045378  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.058921  5428 raft_consensus.cc:3060] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.057476  5474 ts_tablet_manager.cc:1434] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.051s	user 0.008s	sys 0.003s
I20260630 12:36:22.063536  5474 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
W20260630 12:36:22.064996  5317 leader_election.cc:343] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:22.066233  5473 ts_tablet_manager.cc:1434] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.151s	user 0.031s	sys 0.023s
I20260630 12:36:22.075556  5473 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:22.082649  5174 catalog_manager.cc:5697] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 0 to 1, leader changed from <none> to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.083921  5428 raft_consensus.cc:2468] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.089470  5320 leader_election.cc:304] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:22.092140  5479 raft_consensus.cc:2804] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.092895  5479 raft_consensus.cc:697] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:22.094422  5479 consensus_queue.cc:237] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.096777  5474 tablet_bootstrap.cc:654] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.095674  5176 catalog_manager.cc:5697] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 reported cstate change: term changed from 0 to 1, leader changed from <none> to e279e09bc36744629917fa974b3546f9 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "e279e09bc36744629917fa974b3546f9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: HEALTHY } } }
I20260630 12:36:22.099406  5473 tablet_bootstrap.cc:654] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.106951  5472 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:22.107719  5472 ts_tablet_manager.cc:1403] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.178s	user 0.012s	sys 0.015s
I20260630 12:36:22.108317  5474 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.108889  5474 ts_tablet_manager.cc:1403] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.046s	user 0.014s	sys 0.004s
I20260630 12:36:22.113133  5474 raft_consensus.cc:359] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.114156  5474 raft_consensus.cc:385] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.114521  5474 raft_consensus.cc:740] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.116796  5474 consensus_queue.cc:260] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.117900  5473 tablet_bootstrap.cc:492] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:22.117448  5472 raft_consensus.cc:359] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.118934  5472 raft_consensus.cc:385] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.119266  5472 raft_consensus.cc:740] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.119379  5474 ts_tablet_manager.cc:1434] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.010s	user 0.010s	sys 0.000s
I20260630 12:36:22.119303  5505 raft_consensus.cc:493] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.121002  5472 consensus_queue.cc:260] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.118566  5473 ts_tablet_manager.cc:1403] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.044s	user 0.020s	sys 0.002s
I20260630 12:36:22.121286  5505 raft_consensus.cc:515] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.122314  5177 catalog_manager.cc:5697] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.123485  5472 ts_tablet_manager.cc:1434] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.015s	user 0.006s	sys 0.001s
I20260630 12:36:22.124814  5472 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:22.124963  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.125646  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:22.126075  5479 raft_consensus.cc:493] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.126261  5277 raft_consensus.cc:2468] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.126573  5479 raft_consensus.cc:515] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.127630  5317 leader_election.cc:304] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:22.128947  5479 leader_election.cc:290] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.130637  5472 tablet_bootstrap.cc:654] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
W20260630 12:36:22.131220  5320 leader_election.cc:343] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:22.132431  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.134951  5174 catalog_manager.cc:5697] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 0 to 1, leader changed from <none> to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.133329  5428 raft_consensus.cc:2468] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.142535  5479 raft_consensus.cc:2804] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.142930  5479 raft_consensus.cc:493] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.143342  5479 raft_consensus.cc:3060] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.141920  5505 leader_election.cc:290] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.147109  5320 leader_election.cc:304] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:22.146461  5473 raft_consensus.cc:359] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.147648  5473 raft_consensus.cc:385] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.147827  5505 raft_consensus.cc:2804] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.148108  5473 raft_consensus.cc:740] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.148254  5505 raft_consensus.cc:493] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.148751  5505 raft_consensus.cc:3060] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.152809  5479 raft_consensus.cc:515] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.154894  5474 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:22.155805  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.156592  5479 leader_election.cc:290] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.137207  5174 catalog_manager.cc:5697] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 0 to 1, leader changed from <none> to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.158986  5473 consensus_queue.cc:260] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.159880  5428 raft_consensus.cc:3060] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.162002  5472 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:22.162369  5474 tablet_bootstrap.cc:654] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.162460  5472 ts_tablet_manager.cc:1403] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.038s	user 0.017s	sys 0.001s
I20260630 12:36:22.163151  5505 raft_consensus.cc:515] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.167616  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:22.168155  5428 raft_consensus.cc:2468] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.168927  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.167048  5277 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:22.169889  5505 leader_election.cc:290] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.169581  5427 raft_consensus.cc:3060] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:36:22.170720  5317 leader_election.cc:343] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Illegal state: must be running to vote when last-logged opid is not known
W20260630 12:36:22.171473  5317 leader_election.cc:343] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:22.169238  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:22.174026  5278 raft_consensus.cc:3060] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.173949  5320 leader_election.cc:304] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:22.174850  5505 raft_consensus.cc:2804] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.174757  5472 raft_consensus.cc:359] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.175396  5505 raft_consensus.cc:697] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:22.176502  5505 consensus_queue.cc:237] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.175509  5472 raft_consensus.cc:385] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.177628  5472 raft_consensus.cc:740] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.178555  5472 consensus_queue.cc:260] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.181668  5472 ts_tablet_manager.cc:1434] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.002s
I20260630 12:36:22.182766  5472 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:22.188652  5472 tablet_bootstrap.cc:654] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.193750  5278 raft_consensus.cc:2468] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.194588  5427 raft_consensus.cc:2468] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.197234  5320 leader_election.cc:304] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:22.199055  5528 raft_consensus.cc:2804] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.199679  5528 raft_consensus.cc:697] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:22.200747  5528 consensus_queue.cc:237] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.217674  5473 ts_tablet_manager.cc:1434] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.080s	user 0.010s	sys 0.000s
I20260630 12:36:22.221601  5474 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.222812  5474 ts_tablet_manager.cc:1403] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.068s	user 0.026s	sys 0.028s
I20260630 12:36:22.225888  5473 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:22.231376  5478 raft_consensus.cc:493] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.231911  5478 raft_consensus.cc:515] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.232522  5474 raft_consensus.cc:359] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.233107  5474 raft_consensus.cc:385] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.233284  5474 raft_consensus.cc:740] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.234046  5474 consensus_queue.cc:260] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.234650  5478 leader_election.cc:290] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.236124  5474 ts_tablet_manager.cc:1434] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.000s
I20260630 12:36:22.237442  5474 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:22.237118  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:22.239727  5354 raft_consensus.cc:2468] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:22.240012  5473 tablet_bootstrap.cc:654] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.241775  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
W20260630 12:36:22.243384  5245 leader_election.cc:343] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:22.243993  5474 tablet_bootstrap.cc:654] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.244076  5245 leader_election.cc:304] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [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: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: e279e09bc36744629917fa974b3546f9
I20260630 12:36:22.245855  5478 raft_consensus.cc:2804] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.246416  5478 raft_consensus.cc:493] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.246881  5478 raft_consensus.cc:3060] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.245746  5177 catalog_manager.cc:5697] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.254230  5472 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:22.254891  5472 ts_tablet_manager.cc:1403] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.072s	user 0.025s	sys 0.008s
I20260630 12:36:22.255501  5505 consensus_queue.cc:1048] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:36:22.260778  5478 raft_consensus.cc:515] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.260969  5472 raft_consensus.cc:359] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.261776  5472 raft_consensus.cc:385] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.262120  5472 raft_consensus.cc:740] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.263217  5472 consensus_queue.cc:260] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.263681  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:22.264449  5354 raft_consensus.cc:3060] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.265786  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
W20260630 12:36:22.267123  5245 leader_election.cc:343] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:36:22.267656  5478 leader_election.cc:290] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Requested vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.268859  5177 catalog_manager.cc:5697] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.269845  5474 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.270355  5474 ts_tablet_manager.cc:1403] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.033s	user 0.011s	sys 0.009s
I20260630 12:36:22.273150  5474 raft_consensus.cc:359] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.273713  5473 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:22.273936  5474 raft_consensus.cc:385] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.274271  5473 ts_tablet_manager.cc:1403] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.049s	user 0.004s	sys 0.014s
I20260630 12:36:22.274325  5474 raft_consensus.cc:740] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.275187  5474 consensus_queue.cc:260] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.277364  5473 raft_consensus.cc:359] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.278182  5473 raft_consensus.cc:385] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.278535  5473 raft_consensus.cc:740] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.279395  5473 consensus_queue.cc:260] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.280823  5354 raft_consensus.cc:2468] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:22.283911  5245 leader_election.cc:304] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [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: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: e279e09bc36744629917fa974b3546f9
I20260630 12:36:22.285526  5478 raft_consensus.cc:2804] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.286072  5478 raft_consensus.cc:697] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:22.286966  5478 consensus_queue.cc:237] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.287904  5473 ts_tablet_manager.cc:1434] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.013s	user 0.001s	sys 0.004s
I20260630 12:36:22.289148  5473 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:22.279297  5472 ts_tablet_manager.cc:1434] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.024s	user 0.006s	sys 0.000s
I20260630 12:36:22.291924  5472 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:22.280423  5505 consensus_queue.cc:1048] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.281816  5474 ts_tablet_manager.cc:1434] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:36:22.294376  5474 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:22.304737  5472 tablet_bootstrap.cc:654] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.304791  5473 tablet_bootstrap.cc:654] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.315212  5474 tablet_bootstrap.cc:654] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.324806  5175 catalog_manager.cc:5697] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 0 to 1, leader changed from <none> to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.333150  5472 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:22.333854  5472 ts_tablet_manager.cc:1403] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.042s	user 0.002s	sys 0.014s
I20260630 12:36:22.337154  5472 raft_consensus.cc:359] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.339226  5472 raft_consensus.cc:385] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.339520  5472 raft_consensus.cc:740] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.340200  5472 consensus_queue.cc:260] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.342300  5472 ts_tablet_manager.cc:1434] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.001s
I20260630 12:36:22.343477  5472 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: Bootstrap starting.
I20260630 12:36:22.344187  5473 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:22.344587  5474 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.344727  5473 ts_tablet_manager.cc:1403] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.056s	user 0.008s	sys 0.012s
I20260630 12:36:22.345175  5474 ts_tablet_manager.cc:1403] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.051s	user 0.013s	sys 0.013s
I20260630 12:36:22.347641  5473 raft_consensus.cc:359] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.347895  5474 raft_consensus.cc:359] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.348726  5474 raft_consensus.cc:385] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.349058  5474 raft_consensus.cc:740] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.349437  5472 tablet_bootstrap.cc:654] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.349888  5474 consensus_queue.cc:260] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.352016  5474 ts_tablet_manager.cc:1434] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:22.348416  5473 raft_consensus.cc:385] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.354750  5473 raft_consensus.cc:740] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.355823  5473 consensus_queue.cc:260] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.358420  5473 ts_tablet_manager.cc:1434] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.013s	user 0.006s	sys 0.001s
I20260630 12:36:22.359750  5473 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:22.360671  5472 tablet_bootstrap.cc:492] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: No bootstrap required, opened a new log
I20260630 12:36:22.361178  5472 ts_tablet_manager.cc:1403] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.011s
I20260630 12:36:22.363999  5472 raft_consensus.cc:359] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.364807  5474 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: Bootstrap starting.
I20260630 12:36:22.364784  5472 raft_consensus.cc:385] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.365301  5472 raft_consensus.cc:740] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.366153  5472 consensus_queue.cc:260] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.368391  5472 ts_tablet_manager.cc:1434] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:36:22.374675  5474 tablet_bootstrap.cc:654] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.378774  5473 tablet_bootstrap.cc:654] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.381738  5505 raft_consensus.cc:493] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.382267  5474 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: No bootstrap required, opened a new log
I20260630 12:36:22.382761  5474 ts_tablet_manager.cc:1403] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: Time spent bootstrapping tablet: real 0.018s	user 0.007s	sys 0.003s
I20260630 12:36:22.382419  5505 raft_consensus.cc:515] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.385627  5473 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:22.385550  5474 raft_consensus.cc:359] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.386185  5473 ts_tablet_manager.cc:1403] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.027s	user 0.013s	sys 0.001s
I20260630 12:36:22.386334  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.386469  5505 leader_election.cc:290] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.386364  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:22.386478  5474 raft_consensus.cc:385] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.387133  5427 raft_consensus.cc:2468] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.387516  5278 raft_consensus.cc:2468] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.387557  5474 raft_consensus.cc:740] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2f72733cccc748dba13057db19884b15, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.388720  5320 leader_election.cc:304] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:22.388592  5474 consensus_queue.cc:260] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.388659  5478 raft_consensus.cc:493] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.389109  5473 raft_consensus.cc:359] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.389710  5528 raft_consensus.cc:2804] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.389907  5473 raft_consensus.cc:385] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.390261  5528 raft_consensus.cc:493] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.389943  5478 raft_consensus.cc:515] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.390370  5473 raft_consensus.cc:740] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.390730  5528 raft_consensus.cc:3060] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.391196  5473 consensus_queue.cc:260] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.392159  5478 leader_election.cc:290] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.393283  5473 ts_tablet_manager.cc:1434] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.000s
I20260630 12:36:22.394110  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:22.394701  5354 raft_consensus.cc:2468] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:22.396085  5473 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: Bootstrap starting.
I20260630 12:36:22.397339  5245 leader_election.cc:304] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:22.398995  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.399677  5427 raft_consensus.cc:2468] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 0.
I20260630 12:36:22.399935  5528 raft_consensus.cc:515] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.401684  5478 raft_consensus.cc:2804] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.402287  5473 tablet_bootstrap.cc:654] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:22.402344  5478 raft_consensus.cc:493] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.402943  5478 raft_consensus.cc:3060] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.408056  5473 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: No bootstrap required, opened a new log
I20260630 12:36:22.408551  5473 ts_tablet_manager.cc:1403] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:36:22.401852  5474 ts_tablet_manager.cc:1434] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:36:22.409930  5427 raft_consensus.cc:3060] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.411291  5473 raft_consensus.cc:359] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.411405  5478 raft_consensus.cc:515] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.412056  5473 raft_consensus.cc:385] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:22.412096  5528 leader_election.cc:290] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.412508  5473 raft_consensus.cc:740] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Initialized, Role: FOLLOWER
I20260630 12:36:22.413439  5473 consensus_queue.cc:260] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.414456  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:22.415302  5278 raft_consensus.cc:3060] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.419457  5473 ts_tablet_manager.cc:1434] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.000s
I20260630 12:36:22.420778  5478 leader_election.cc:290] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Requested vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.413797  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.421012  5506 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:22.421660  5428 raft_consensus.cc:3060] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.422212  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.422878  5426 raft_consensus.cc:3060] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.414456  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:22.429669  5354 raft_consensus.cc:3060] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.435477  5501 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:22.439841  5428 raft_consensus.cc:2468] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.440626  5354 raft_consensus.cc:2468] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:22.441200  5320 leader_election.cc:304] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:22.442159  5245 leader_election.cc:304] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:22.442317  5505 raft_consensus.cc:2804] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.443109  5505 raft_consensus.cc:697] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:22.443790  5501 raft_consensus.cc:2804] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.443933  5505 consensus_queue.cc:237] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.444365  5501 raft_consensus.cc:697] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:22.445467  5501 consensus_queue.cc:237] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.446656  5278 raft_consensus.cc:2468] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.448385  5506 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.449908  5426 raft_consensus.cc:2468] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:22.454424  5517 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:22.461351  5518 consensus_queue.cc:1048] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:22.477252  5177 catalog_manager.cc:5697] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 0 to 1, leader changed from <none> to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.489893  5517 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.493988  5501 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.493645  5173 catalog_manager.cc:5697] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.507318  5501 consensus_queue.cc:1048] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:22.528601  5505 raft_consensus.cc:493] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.529300  5505 raft_consensus.cc:515] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.531502  5505 leader_election.cc:290] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.532083  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:22.532788  5278 raft_consensus.cc:2468] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.532858  5501 raft_consensus.cc:493] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.532938  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.533686  5428 raft_consensus.cc:2468] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 0.
I20260630 12:36:22.533524  5501 raft_consensus.cc:515] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.533912  5317 leader_election.cc:304] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:22.535400  5505 raft_consensus.cc:2804] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:22.535584  5501 leader_election.cc:290] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.535784  5505 raft_consensus.cc:493] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:22.536127  5505 raft_consensus.cc:3060] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.536562  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.537271  5428 raft_consensus.cc:2393] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c265f8ce152f4dd5899770f8e0402327 in current term 1: Already voted for candidate 2f72733cccc748dba13057db19884b15 in this term.
I20260630 12:36:22.537091  5351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:22.538605  5245 leader_election.cc:304] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:22.539254  5501 raft_consensus.cc:3060] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.543154  5506 raft_consensus.cc:493] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:22.543581  5506 raft_consensus.cc:515] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.543660  5505 raft_consensus.cc:515] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.545428  5506 leader_election.cc:290] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.546412  5351 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:22.546495  5278 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:22.546684  5501 raft_consensus.cc:2749] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:22.546644  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:22.547351  5278 raft_consensus.cc:3060] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.547808  5505 leader_election.cc:290] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:22.547972  5428 raft_consensus.cc:2393] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate c265f8ce152f4dd5899770f8e0402327 in current term 1: Already voted for candidate 2f72733cccc748dba13057db19884b15 in this term.
I20260630 12:36:22.549091  5245 leader_election.cc:304] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:22.549187  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "130a1a452d99478c9c2e26932fc4af07" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:22.549827  5426 raft_consensus.cc:3060] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.553846  5501 raft_consensus.cc:3060] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.554797  5278 raft_consensus.cc:2468] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.555991  5317 leader_election.cc:304] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:22.556562  5426 raft_consensus.cc:2468] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:22.556768  5505 raft_consensus.cc:2804] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:22.557283  5505 raft_consensus.cc:697] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Becoming Leader. State: Replica: 2f72733cccc748dba13057db19884b15, State: Running, Role: LEADER
I20260630 12:36:22.558125  5505 consensus_queue.cc:237] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:22.559952  5501 raft_consensus.cc:2749] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:22.565858  5173 catalog_manager.cc:5697] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2f72733cccc748dba13057db19884b15 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:22.578538  5505 consensus_queue.cc:1048] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.589128  5479 consensus_queue.cc:1048] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.634431  5479 consensus_queue.cc:1048] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.645131  5505 consensus_queue.cc:1048] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.724064  5505 consensus_queue.cc:1048] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.734124  5528 consensus_queue.cc:1048] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.753314  5501 consensus_queue.cc:1048] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.761754  5426 raft_consensus.cc:3060] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:22.769368  5478 consensus_queue.cc:1048] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.873682  5478 consensus_queue.cc:1048] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.887074  5478 consensus_queue.cc:1048] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.947264  5528 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.964457  5505 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:36:22.978782  5505 consensus_queue.cc:1048] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:23.022118  5458 meta_cache.cc:1261] Time spent looking up entry by key: real 0.069s	user 0.008s	sys 0.000s
I20260630 12:36:23.037642  5528 consensus_queue.cc:1048] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:23.297060  5245 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 53486.8us
W20260630 12:36:23.615984  5320 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 56120.9us
W20260630 12:36:23.817528  5618 log.cc:927] Time spent T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: Append to log took a long time: real 0.108s	user 0.002s	sys 0.000s
W20260630 12:36:23.821707  5617 log.cc:927] Time spent T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Append to log took a long time: real 0.136s	user 0.001s	sys 0.000s
W20260630 12:36:24.114979  5317 thread.cc:641] raft [worker] (thread pool) Time spent creating pthread: real 0.546s	user 0.023s	sys 0.023s
W20260630 12:36:24.115324  5317 thread.cc:608] raft [worker] (thread pool) Time spent starting thread: real 0.547s	user 0.023s	sys 0.023s
W20260630 12:36:24.115622  5317 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.1:41915, user_credentials={real_user=slave}} blocked reactor thread for 554224us
W20260630 12:36:24.119760  5320 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 469389us
I20260630 12:36:24.286540  5586 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:35440 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=41, attempt_no=0}) took 1080 ms. Trace:
I20260630 12:36:24.287012  5586 rpcz_store.cc:276] 0630 12:36:23.206449 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.207518 (+  1069us) service_pool.cc:224] Handling call
0630 12:36:24.286457 (+1078939us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.630028 (+     0us) write_op.cc:183] PREPARE: starting on tablet 6bbf232f46954d4895f5bb8647a19f6c
0630 12:36:23.686110 (+ 56082us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.687429 (+  1319us) write_op.cc:435] Acquired schema lock
0630 12:36:23.687457 (+    28us) tablet.cc:662] Decoding operations
0630 12:36:23.727051 (+ 39594us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.727126 (+    75us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.727179 (+    53us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:23.727650 (+   471us) tablet.cc:701] Row locks acquired
0630 12:36:23.727673 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:36:23.731980 (+  4307us) write_op.cc:270] Start()
0630 12:36:23.732088 (+   108us) write_op.cc:276] Timestamp: P: 1782822983728732 usec, L: 0
0630 12:36:23.732106 (+    18us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.732704 (+   598us) log.cc:844] Serialized 475 byte log entry
0630 12:36:24.245584 (+512880us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.247935 (+  2351us) write_op.cc:301] APPLY: starting
0630 12:36:24.248040 (+   105us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.248177 (+   137us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.248269 (+    92us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.285378 (+ 37109us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.285586 (+   208us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.285632 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:24.285825 (+   193us) log.cc:844] Serialized 40 byte log entry
0630 12:36:24.286021 (+   196us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.286101 (+    80us) write_op.cc:454] Released schema lock
0630 12:36:24.286140 (+    39us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":333,"num_ops":4,"prepare.queue_time_us":415833,"prepare.run_cpu_time_us":3616,"prepare.run_wall_time_us":108145,"replication_time_us":512181}]]}
I20260630 12:36:24.340890  5625 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=1, attempt_no=0}) took 1107 ms. Trace:
W20260630 12:36:24.341336  5629 log.cc:927] Time spent T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: Append to log took a long time: real 0.059s	user 0.000s	sys 0.000s
I20260630 12:36:24.360469  5615 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=17, attempt_no=0}) took 1042 ms. Trace:
I20260630 12:36:24.360945  5615 rpcz_store.cc:276] 0630 12:36:23.318442 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.325286 (+  6844us) service_pool.cc:224] Handling call
0630 12:36:24.360277 (+1034991us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.692151 (+     0us) write_op.cc:183] PREPARE: starting on tablet e2f2403f5a6849208fdcb90f2629631f
0630 12:36:23.692665 (+   514us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.692693 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:36:23.692710 (+    17us) tablet.cc:662] Decoding operations
0630 12:36:23.693117 (+   407us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.693160 (+    43us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.693184 (+    24us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:23.713718 (+ 20534us) tablet.cc:701] Row locks acquired
0630 12:36:23.713742 (+    24us) write_op.cc:260] PREPARE: finished
0630 12:36:23.747588 (+ 33846us) write_op.cc:270] Start()
0630 12:36:23.749845 (+  2257us) write_op.cc:276] Timestamp: P: 1782822983724249 usec, L: 0
0630 12:36:23.753690 (+  3845us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.801582 (+ 47892us) log.cc:844] Serialized 432 byte log entry
0630 12:36:24.111182 (+309600us) spinlock_profiling.cc:243] Waited 169 ms on lock 0x7b5800183ed0. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93abe82090 00007f93abe7243c 00007f93abe78d53 00007f93abe78cd9 00007f93abe78c69 00007f93abe78c31 00007f93abe77dfd 000000000043f3c4 000000000043f209 00007f93a8e2cab5 00007f93a8e2ee01
0630 12:36:24.355929 (+244747us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.356226 (+   297us) write_op.cc:301] APPLY: starting
0630 12:36:24.356302 (+    76us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.356433 (+   131us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.356453 (+    20us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.357006 (+   553us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.358484 (+  1478us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.358540 (+    56us) write_op.cc:312] APPLY: finished
0630 12:36:24.359622 (+  1082us) log.cc:844] Serialized 34 byte log entry
0630 12:36:24.359824 (+   202us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.359903 (+    79us) write_op.cc:454] Released schema lock
0630 12:36:24.359947 (+    44us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":112,"mutex_wait_us":4416,"num_ops":3,"prepare.queue_time_us":313992,"prepare.run_cpu_time_us":3635,"prepare.run_wall_time_us":110019,"raft.queue_time_us":992,"raft.run_cpu_time_us":4297,"raft.run_wall_time_us":308280,"replication_time_us":602121,"spinlock_wait_cycles":388378496}]]}
I20260630 12:36:24.369129  5615 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=11, attempt_no=0}) took 1120 ms. Trace:
I20260630 12:36:24.369642  5615 rpcz_store.cc:276] 0630 12:36:23.248978 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.249220 (+   242us) service_pool.cc:224] Handling call
0630 12:36:24.369069 (+1119849us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.409089 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8ed854888d2e4ba4a3865fd28972886c
0630 12:36:23.483544 (+ 74455us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.484886 (+  1342us) write_op.cc:435] Acquired schema lock
0630 12:36:23.486771 (+  1885us) tablet.cc:662] Decoding operations
0630 12:36:23.494861 (+  8090us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.494910 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.494935 (+    25us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:23.520546 (+ 25611us) tablet.cc:701] Row locks acquired
0630 12:36:23.520563 (+    17us) write_op.cc:260] PREPARE: finished
0630 12:36:23.531243 (+ 10680us) write_op.cc:270] Start()
0630 12:36:23.537537 (+  6294us) write_op.cc:276] Timestamp: P: 1782822983529114 usec, L: 0
0630 12:36:23.539607 (+  2070us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.582782 (+ 43175us) log.cc:844] Serialized 475 byte log entry
0630 12:36:23.688983 (+106201us) spinlock_profiling.cc:243] Waited 9.48 ms on lock 0x7b54000a8820. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93abe82090 00007f93abe8f6b8 00007f93abe8f2fa 00007f93abf13965 00007f93abf13e09 00007f93af94e581 00007f93af94dd58 00007f93af9529f1 00007f93af9529a9 00007f93af952939 00007f93af952901
0630 12:36:24.356917 (+667934us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.366492 (+  9575us) write_op.cc:301] APPLY: starting
0630 12:36:24.366563 (+    71us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.366727 (+   164us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.366748 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.367452 (+   704us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.367681 (+   229us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.367732 (+    51us) write_op.cc:312] APPLY: finished
0630 12:36:24.367919 (+   187us) log.cc:844] Serialized 40 byte log entry
0630 12:36:24.368649 (+   730us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.368734 (+    85us) write_op.cc:454] Released schema lock
0630 12:36:24.368774 (+    40us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":9385,"mutex_wait_us":4455,"num_ops":4,"prepare.queue_time_us":71725,"prepare.run_cpu_time_us":6890,"prepare.run_wall_time_us":297823,"raft.queue_time_us":45971,"raft.run_cpu_time_us":20,"raft.run_wall_time_us":19,"replication_time_us":817180,"spinlock_wait_cycles":21811968,"thread_start_us":47885,"threads_started":1}]]}
I20260630 12:36:24.341377  5625 rpcz_store.cc:276] 0630 12:36:23.233678 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.253306 (+ 19628us) service_pool.cc:224] Handling call
0630 12:36:24.340787 (+1087481us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.367186 (+     0us) write_op.cc:183] PREPARE: starting on tablet e2f2403f5a6849208fdcb90f2629631f
0630 12:36:23.466640 (+ 99454us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.473531 (+  6891us) write_op.cc:435] Acquired schema lock
0630 12:36:23.474127 (+   596us) tablet.cc:662] Decoding operations
0630 12:36:23.501120 (+ 26993us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.501189 (+    69us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.501212 (+    23us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:23.522526 (+ 21314us) tablet.cc:701] Row locks acquired
0630 12:36:23.523253 (+   727us) write_op.cc:260] PREPARE: finished
0630 12:36:23.532863 (+  9610us) write_op.cc:270] Start()
0630 12:36:23.539681 (+  6818us) write_op.cc:276] Timestamp: P: 1782822983531997 usec, L: 0
0630 12:36:23.541590 (+  1909us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.583041 (+ 41451us) log.cc:844] Serialized 475 byte log entry
0630 12:36:23.714433 (+131392us) spinlock_profiling.cc:243] Waited 923 us on lock 0x7b18001461a0. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93b1cf2bf1 00007f93b1cff391 00007f93a8e2ca33 00007f93a8e2ee01 00007f93a8e2edb9 00007f93a8e2ed49 00007f93a8e2ed11 00007f93a8e2e00d 000000000043f3c4 000000000043f209 00007f93a8e0fe7a
0630 12:36:23.958535 (+244102us) spinlock_profiling.cc:243] Waited 1.97 ms on lock 0x7b18001461a0. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93b1cf2bf1 00007f93b1cff391 00007f93a8e2cb62 00007f93a8e2ee01 00007f93a8e2edb9 00007f93a8e2ed49 00007f93a8e2ed11 00007f93a8e2e00d 000000000043f3c4 000000000043f209 00007f93a8e0fe7a
0630 12:36:23.970573 (+ 12038us) spinlock_profiling.cc:243] Waited 959 us on lock 0x7b54000a7420. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93abe81571 00007f93abe91142 00007f93abe71eaa 00007f93abe78d53 00007f93abe78cd9 00007f93abe78c69 00007f93abe78c31 00007f93abe77dfd 000000000043f3c4 000000000043f209 00007f93a8e2cab5
0630 12:36:24.338477 (+367904us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.338851 (+   374us) write_op.cc:301] APPLY: starting
0630 12:36:24.338924 (+    73us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.339043 (+   119us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.339064 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.339750 (+   686us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.339959 (+   209us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.340006 (+    47us) write_op.cc:312] APPLY: finished
0630 12:36:24.340193 (+   187us) log.cc:844] Serialized 40 byte log entry
0630 12:36:24.340397 (+   204us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.340475 (+    78us) write_op.cc:454] Released schema lock
0630 12:36:24.340504 (+    29us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":202,"num_ops":4,"prepare.queue_time_us":58588,"prepare.run_cpu_time_us":65332,"prepare.run_wall_time_us":318894,"raft.queue_time_us":112700,"raft.run_cpu_time_us":5091,"raft.run_wall_time_us":270492,"replication_time_us":794964,"spinlock_wait_cycles":8860160,"thread_start_us":90038,"threads_started":3,"wal-append.queue_time_us":72513}]]}
I20260630 12:36:24.365175  5614 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=8, attempt_no=0}) took 1130 ms. Trace:
I20260630 12:36:24.384735  5614 rpcz_store.cc:276] 0630 12:36:23.234654 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.253333 (+ 18679us) service_pool.cc:224] Handling call
0630 12:36:23.516253 (+262920us) spinlock_profiling.cc:243] Waited 4.02 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa20f18c 00007f93aa2541d1 00007f93aa2574cf 00007f93aa258821 00007f93aa2587d9 00007f93aa258769 00007f93aa258731 00007f93aa257a2d 000000000043f3c4 000000000043f209
0630 12:36:24.364985 (+848732us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:24.231625 (+     0us) write_op.cc:183] PREPARE: starting on tablet 7678c9c8a61d4759bf52c6685795b5d0
0630 12:36:24.232156 (+   531us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:24.232196 (+    40us) write_op.cc:435] Acquired schema lock
0630 12:36:24.232215 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:24.232708 (+   493us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:24.232771 (+    63us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:24.232802 (+    31us) tablet.cc:685] Acquiring locks for 4 operations
0630 12:36:24.233193 (+   391us) tablet.cc:701] Row locks acquired
0630 12:36:24.233215 (+    22us) write_op.cc:260] PREPARE: finished
0630 12:36:24.233371 (+   156us) write_op.cc:270] Start()
0630 12:36:24.235522 (+  2151us) write_op.cc:276] Timestamp: P: 1782822984233335 usec, L: 0
0630 12:36:24.236061 (+   539us) op_driver.cc:348] REPLICATION: starting
0630 12:36:24.261886 (+ 25825us) log.cc:844] Serialized 475 byte log entry
0630 12:36:24.344677 (+ 82791us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.345038 (+   361us) write_op.cc:301] APPLY: starting
0630 12:36:24.345106 (+    68us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.345235 (+   129us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.345332 (+    97us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.346961 (+  1629us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.347123 (+   162us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.347169 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:24.347375 (+   206us) log.cc:844] Serialized 40 byte log entry
0630 12:36:24.347555 (+   180us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.347640 (+    85us) write_op.cc:454] Released schema lock
0630 12:36:24.347678 (+    38us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:24.364842 (+ 17164us) spinlock_profiling.cc:243] Waited 6.59 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa2109ae 00007f93aa2244fe 00007f93b0efde51 00007f93af9503ad 00007f93af94fb53 00007f93af953d61 00007f93af953d19 00007f93af953ca9 00007f93af953c71 00007f93af952e9d
Metrics: {"spinlock_wait_cycles":9236224,"child_traces":[["op",{"apply.queue_time_us":198,"num_ops":4,"prepare.queue_time_us":697596,"prepare.run_cpu_time_us":2958,"prepare.run_wall_time_us":34058,"replication_time_us":108520,"spinlock_wait_cycles":15155968}]]}
I20260630 12:36:24.404057  5625 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=23, attempt_no=0}) took 1084 ms. Trace:
I20260630 12:36:24.404529  5625 rpcz_store.cc:276] 0630 12:36:23.319292 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.321679 (+  2387us) service_pool.cc:224] Handling call
0630 12:36:24.403995 (+1082316us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.713163 (+     0us) write_op.cc:183] PREPARE: starting on tablet 8ed854888d2e4ba4a3865fd28972886c
0630 12:36:23.723452 (+ 10289us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.723479 (+    27us) write_op.cc:435] Acquired schema lock
0630 12:36:23.723495 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:23.723871 (+   376us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.723932 (+    61us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.723958 (+    26us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:23.724194 (+   236us) tablet.cc:701] Row locks acquired
0630 12:36:23.724213 (+    19us) write_op.cc:260] PREPARE: finished
0630 12:36:24.073327 (+349114us) spinlock_profiling.cc:243] Waited 16.1 ms on lock 0x7b2c0001c7f8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa813a11 00007f93aa822a0a 00007f93aa822693 00007f93aa822631 00007f93abf53902 00007f93abf536dd 00007f93af94e243 00007f93af94dd58 00007f93af9529f1 00007f93af9529a9 00007f93af952939
0630 12:36:24.073410 (+    83us) write_op.cc:270] Start()
0630 12:36:24.073641 (+   231us) write_op.cc:276] Timestamp: P: 1782822983747592 usec, L: 0
0630 12:36:24.073662 (+    21us) op_driver.cc:348] REPLICATION: starting
0630 12:36:24.074252 (+   590us) log.cc:844] Serialized 432 byte log entry
0630 12:36:24.369629 (+295377us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.374979 (+  5350us) write_op.cc:301] APPLY: starting
0630 12:36:24.375051 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.375174 (+   123us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.375197 (+    23us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.375735 (+   538us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.375896 (+   161us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.375942 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:24.376124 (+   182us) log.cc:844] Serialized 34 byte log entry
0630 12:36:24.376326 (+   202us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.376402 (+    76us) write_op.cc:454] Released schema lock
0630 12:36:24.376443 (+    41us) write_op.cc:341] FINISH: Updating metrics
0630 12:36:24.403882 (+ 27439us) spinlock_profiling.cc:243] Waited 3.14 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa2109ae 00007f93aa2244fe 00007f93b0efde51 00007f93af9503ad 00007f93af94fb53 00007f93af953d61 00007f93af953d19 00007f93af953ca9 00007f93af953c71 00007f93af952e9d
Metrics: {"child_traces":[["op",{"apply.queue_time_us":5179,"mutex_wait_us":23709,"num_ops":3,"prepare.queue_time_us":311863,"prepare.run_cpu_time_us":7655,"prepare.run_wall_time_us":365957,"replication_time_us":295828,"spinlock_wait_cycles":44316416}]]}
I20260630 12:36:24.408836  5615 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=9, attempt_no=0}) took 1173 ms. Trace:
I20260630 12:36:24.409277  5615 rpcz_store.cc:276] 0630 12:36:23.235123 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.253387 (+ 18264us) service_pool.cc:224] Handling call
0630 12:36:24.408775 (+1155388us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.426757 (+     0us) write_op.cc:183] PREPARE: starting on tablet e6d41e2b21714eac91a2a2d55b51138c
0630 12:36:23.442676 (+ 15919us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.442706 (+    30us) write_op.cc:435] Acquired schema lock
0630 12:36:23.442720 (+    14us) tablet.cc:662] Decoding operations
0630 12:36:23.471409 (+ 28689us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.474440 (+  3031us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.474861 (+   421us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:23.499106 (+ 24245us) tablet.cc:701] Row locks acquired
0630 12:36:23.499129 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:36:23.664135 (+165006us) spinlock_profiling.cc:243] Waited 4.68 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa20fb64 00007f93af94e1b5 00007f93af94dd58 00007f93af9529f1 00007f93af9529a9 00007f93af952939 00007f93af952901 00007f93af951b2d 000000000043f3c4 000000000043f209
0630 12:36:23.672101 (+  7966us) write_op.cc:270] Start()
0630 12:36:23.672314 (+   213us) write_op.cc:276] Timestamp: P: 1782822983672053 usec, L: 0
0630 12:36:23.672344 (+    30us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.673009 (+   665us) log.cc:844] Serialized 605 byte log entry
0630 12:36:24.370533 (+697524us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.406421 (+ 35888us) write_op.cc:301] APPLY: starting
0630 12:36:24.406495 (+    74us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.406663 (+   168us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.406684 (+    21us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.407743 (+  1059us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.407922 (+   179us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.407967 (+    45us) write_op.cc:312] APPLY: finished
0630 12:36:24.408189 (+   222us) log.cc:844] Serialized 58 byte log entry
0630 12:36:24.408377 (+   188us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.408467 (+    90us) write_op.cc:454] Released schema lock
0630 12:36:24.408502 (+    35us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":35727,"mutex_wait_us":2939,"num_ops":7,"prepare.queue_time_us":91312,"prepare.run_cpu_time_us":29598,"prepare.run_wall_time_us":327323,"raft.queue_time_us":61701,"raft.run_cpu_time_us":15,"raft.run_wall_time_us":16,"replication_time_us":698067,"spinlock_wait_cycles":10767616,"thread_start_us":93579,"threads_started":2}]]}
I20260630 12:36:24.465516  5625 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=18, attempt_no=0}) took 1146 ms. Trace:
I20260630 12:36:24.466039  5625 rpcz_store.cc:276] 0630 12:36:23.318834 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.322000 (+  3166us) service_pool.cc:224] Handling call
0630 12:36:24.465452 (+1143452us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.761862 (+     0us) write_op.cc:183] PREPARE: starting on tablet e6d41e2b21714eac91a2a2d55b51138c
0630 12:36:23.762426 (+   564us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.762449 (+    23us) write_op.cc:435] Acquired schema lock
0630 12:36:23.762465 (+    16us) tablet.cc:662] Decoding operations
0630 12:36:23.762981 (+   516us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.763030 (+    49us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.763058 (+    28us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:23.763489 (+   431us) tablet.cc:701] Row locks acquired
0630 12:36:23.763510 (+    21us) write_op.cc:260] PREPARE: finished
0630 12:36:24.103320 (+339810us) spinlock_profiling.cc:243] Waited 32.4 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa20fb64 00007f93af94e1b5 00007f93af94dd58 00007f93af9529f1 00007f93af9529a9 00007f93af952939 00007f93af952901 00007f93af951b2d 000000000043f3c4 000000000043f209
0630 12:36:24.103429 (+   109us) write_op.cc:270] Start()
0630 12:36:24.103621 (+   192us) write_op.cc:276] Timestamp: P: 1782822984103389 usec, L: 0
0630 12:36:24.103646 (+    25us) op_driver.cc:348] REPLICATION: starting
0630 12:36:24.104205 (+   559us) log.cc:844] Serialized 519 byte log entry
0630 12:36:24.432773 (+328568us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.463503 (+ 30730us) write_op.cc:301] APPLY: starting
0630 12:36:24.463573 (+    70us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.463707 (+   134us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.463729 (+    22us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.464446 (+   717us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.464611 (+   165us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.464651 (+    40us) write_op.cc:312] APPLY: finished
0630 12:36:24.464838 (+   187us) log.cc:844] Serialized 46 byte log entry
0630 12:36:24.465028 (+   190us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.465104 (+    76us) write_op.cc:454] Released schema lock
0630 12:36:24.465149 (+    45us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":940928,"child_traces":[["op",{"apply.queue_time_us":30538,"num_ops":5,"prepare.queue_time_us":385212,"prepare.run_cpu_time_us":15676,"prepare.run_wall_time_us":346232,"replication_time_us":329000,"spinlock_wait_cycles":74597632}]]}
I20260630 12:36:24.470450  5614 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=27, attempt_no=0}) took 1085 ms. Trace:
I20260630 12:36:24.471792  5615 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=39, attempt_no=0}) took 1051 ms. Trace:
I20260630 12:36:24.472491  5625 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=26, attempt_no=0}) took 1110 ms. Trace:
I20260630 12:36:24.470885  5614 rpcz_store.cc:276] 0630 12:36:23.385476 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.391359 (+  5883us) service_pool.cc:224] Handling call
0630 12:36:24.470391 (+1079032us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:24.104544 (+     0us) write_op.cc:183] PREPARE: starting on tablet e6d41e2b21714eac91a2a2d55b51138c
0630 12:36:24.104900 (+   356us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:24.104915 (+    15us) write_op.cc:435] Acquired schema lock
0630 12:36:24.104923 (+     8us) tablet.cc:662] Decoding operations
0630 12:36:24.105327 (+   404us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:24.105360 (+    33us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:24.105376 (+    16us) tablet.cc:685] Acquiring locks for 7 operations
0630 12:36:24.105846 (+   470us) tablet.cc:701] Row locks acquired
0630 12:36:24.105866 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:24.106023 (+   157us) write_op.cc:270] Start()
0630 12:36:24.106105 (+    82us) write_op.cc:276] Timestamp: P: 1782822984105985 usec, L: 0
0630 12:36:24.106118 (+    13us) op_driver.cc:348] REPLICATION: starting
0630 12:36:24.107025 (+   907us) log.cc:844] Serialized 605 byte log entry
0630 12:36:24.433108 (+326083us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.467422 (+ 34314us) write_op.cc:301] APPLY: starting
0630 12:36:24.467494 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.467661 (+   167us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.467771 (+   110us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.468859 (+  1088us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.469039 (+   180us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.469085 (+    46us) write_op.cc:312] APPLY: finished
0630 12:36:24.469305 (+   220us) log.cc:844] Serialized 58 byte log entry
0630 12:36:24.469968 (+   663us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.470055 (+    87us) write_op.cc:454] Released schema lock
0630 12:36:24.470098 (+    43us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":34137,"mutex_wait_us":16338,"num_ops":7,"prepare.queue_time_us":703841,"prepare.run_cpu_time_us":2297,"prepare.run_wall_time_us":2684,"replication_time_us":326898}]]}
I20260630 12:36:24.475625  5591 rpcz_store.cc:275] Call kudu.tserver.TabletServerService.Write from 127.0.0.1:52770 (ReqId={client: b2ba39de8990487da21036e02324c54f, seq_no=38, attempt_no=0}) took 1055 ms. Trace:
I20260630 12:36:24.473126  5625 rpcz_store.cc:276] 0630 12:36:23.374222 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.376117 (+  1895us) service_pool.cc:224] Handling call
0630 12:36:24.472423 (+1096306us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.802474 (+     0us) write_op.cc:183] PREPARE: starting on tablet e2f2403f5a6849208fdcb90f2629631f
0630 12:36:23.803212 (+   738us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.803259 (+    47us) write_op.cc:435] Acquired schema lock
0630 12:36:23.803292 (+    33us) tablet.cc:662] Decoding operations
0630 12:36:23.803952 (+   660us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.804016 (+    64us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.804063 (+    47us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:23.804462 (+   399us) tablet.cc:701] Row locks acquired
0630 12:36:23.804485 (+    23us) write_op.cc:260] PREPARE: finished
0630 12:36:23.989425 (+184940us) spinlock_profiling.cc:243] Waited 3.85 ms on lock 0x7b34002d74b8. stack: 00007f93a8dfa983 00007f93a8dfa880 00007f93a878a1d4 000000000042d824 000000000042d7b9 00007f93aa1ca171 00007f93aa20fb64 00007f93af94e1b5 00007f93af94dd58 00007f93af9529f1 00007f93af9529a9 00007f93af952939 00007f93af952901 00007f93af951b2d 000000000043f3c4 000000000043f209
0630 12:36:23.989546 (+   121us) write_op.cc:270] Start()
0630 12:36:23.989766 (+   220us) write_op.cc:276] Timestamp: P: 1782822983989501 usec, L: 0
0630 12:36:23.989785 (+    19us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.990410 (+   625us) log.cc:844] Serialized 432 byte log entry
0630 12:36:24.441366 (+450956us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.470194 (+ 28828us) write_op.cc:301] APPLY: starting
0630 12:36:24.470266 (+    72us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.470369 (+   103us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.470388 (+    19us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.470838 (+   450us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.470993 (+   155us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.471037 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:24.471196 (+   159us) log.cc:844] Serialized 34 byte log entry
0630 12:36:24.472018 (+   822us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.472090 (+    72us) write_op.cc:454] Released schema lock
0630 12:36:24.472126 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":28593,"mutex_wait_us":29640,"num_ops":3,"prepare.queue_time_us":417278,"prepare.run_cpu_time_us":5580,"prepare.run_wall_time_us":188260,"replication_time_us":451434,"spinlock_wait_cycles":8864512}]]}
I20260630 12:36:24.476132  5591 rpcz_store.cc:276] 0630 12:36:23.419645 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.419786 (+   141us) service_pool.cc:224] Handling call
0630 12:36:24.475442 (+1055656us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:23.990887 (+     0us) write_op.cc:183] PREPARE: starting on tablet e2f2403f5a6849208fdcb90f2629631f
0630 12:36:23.991421 (+   534us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:23.991449 (+    28us) write_op.cc:435] Acquired schema lock
0630 12:36:23.991468 (+    19us) tablet.cc:662] Decoding operations
0630 12:36:23.992017 (+   549us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:23.992071 (+    54us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:23.992099 (+    28us) tablet.cc:685] Acquiring locks for 5 operations
0630 12:36:23.992478 (+   379us) tablet.cc:701] Row locks acquired
0630 12:36:23.992498 (+    20us) write_op.cc:260] PREPARE: finished
0630 12:36:23.992673 (+   175us) write_op.cc:270] Start()
0630 12:36:23.992789 (+   116us) write_op.cc:276] Timestamp: P: 1782822983992626 usec, L: 0
0630 12:36:23.992806 (+    17us) op_driver.cc:348] REPLICATION: starting
0630 12:36:23.993493 (+   687us) log.cc:844] Serialized 519 byte log entry
0630 12:36:24.441716 (+448223us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.473335 (+ 31619us) write_op.cc:301] APPLY: starting
0630 12:36:24.473425 (+    90us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.473564 (+   139us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.473655 (+    91us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.474441 (+   786us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.474611 (+   170us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.474655 (+    44us) write_op.cc:312] APPLY: finished
0630 12:36:24.474837 (+   182us) log.cc:844] Serialized 46 byte log entry
0630 12:36:24.475033 (+   196us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.475117 (+    84us) write_op.cc:454] Released schema lock
0630 12:36:24.475153 (+    36us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"child_traces":[["op",{"apply.queue_time_us":31471,"num_ops":5,"prepare.queue_time_us":569876,"prepare.run_cpu_time_us":2866,"prepare.run_wall_time_us":2866,"replication_time_us":448803}]]}
I20260630 12:36:24.472299  5615 rpcz_store.cc:276] 0630 12:36:23.420031 (+     0us) service_pool.cc:167] Inserting onto call queue
0630 12:36:23.421083 (+  1052us) service_pool.cc:224] Handling call
0630 12:36:24.471732 (+1050649us) inbound_call.cc:177] Queueing success response
Related trace 'op':
0630 12:36:24.107361 (+     0us) write_op.cc:183] PREPARE: starting on tablet e6d41e2b21714eac91a2a2d55b51138c
0630 12:36:24.107733 (+   372us) write_op.cc:432] Acquiring schema lock in shared mode
0630 12:36:24.107768 (+    35us) write_op.cc:435] Acquired schema lock
0630 12:36:24.107780 (+    12us) tablet.cc:662] Decoding operations
0630 12:36:24.108421 (+   641us) write_op.cc:620] Acquiring the partition lock for write op
0630 12:36:24.108459 (+    38us) write_op.cc:641] Partition lock acquired for write op
0630 12:36:24.108498 (+    39us) tablet.cc:685] Acquiring locks for 3 operations
0630 12:36:24.108712 (+   214us) tablet.cc:701] Row locks acquired
0630 12:36:24.108730 (+    18us) write_op.cc:260] PREPARE: finished
0630 12:36:24.108891 (+   161us) write_op.cc:270] Start()
0630 12:36:24.108970 (+    79us) write_op.cc:276] Timestamp: P: 1782822984108857 usec, L: 0
0630 12:36:24.108990 (+    20us) op_driver.cc:348] REPLICATION: starting
0630 12:36:24.109531 (+   541us) log.cc:844] Serialized 432 byte log entry
0630 12:36:24.433334 (+323803us) op_driver.cc:464] REPLICATION: finished
0630 12:36:24.470127 (+ 36793us) write_op.cc:301] APPLY: starting
0630 12:36:24.470207 (+    80us) tablet.cc:1367] starting BulkCheckPresence
0630 12:36:24.470336 (+   129us) tablet.cc:1370] finished BulkCheckPresence
0630 12:36:24.470421 (+    85us) tablet.cc:1372] starting ApplyRowOperation cycle
0630 12:36:24.470838 (+   417us) tablet.cc:1383] finished ApplyRowOperation cycle
0630 12:36:24.470993 (+   155us) tablet_metrics.cc:581] ProbeStats: bloom_lookups=0,key_file_lookups=0,delta_file_lookups=0,mrs_lookups=0
0630 12:36:24.471041 (+    48us) write_op.cc:312] APPLY: finished
0630 12:36:24.471196 (+   155us) log.cc:844] Serialized 34 byte log entry
0630 12:36:24.471352 (+   156us) write_op.cc:489] Releasing partition, row and schema locks
0630 12:36:24.471430 (+    78us) write_op.cc:454] Released schema lock
0630 12:36:24.471463 (+    33us) write_op.cc:341] FINISH: Updating metrics
Metrics: {"spinlock_wait_cycles":38656,"child_traces":[["op",{"apply.queue_time_us":36606,"mutex_wait_us":317,"num_ops":3,"prepare.queue_time_us":683324,"prepare.run_cpu_time_us":2156,"prepare.run_wall_time_us":2368,"replication_time_us":324258}]]}
W20260630 12:36:24.870834  5317 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.1:41915, user_credentials={real_user=slave}} blocked reactor thread for 53378.9us
W20260630 12:36:24.982477  5320 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 215323us
W20260630 12:36:25.012280  5449 debug-util.cc:398] Leaking SignalData structure 0x7b08001eed60 after lost signal to thread 791
W20260630 12:36:25.013469  5449 debug-util.cc:398] Leaking SignalData structure 0x7b0800186400 after lost signal to thread 5211
W20260630 12:36:25.014686  5449 debug-util.cc:398] Leaking SignalData structure 0x7b08001ce220 after lost signal to thread 5303
W20260630 12:36:25.015792  5449 debug-util.cc:398] Leaking SignalData structure 0x7b08000b6420 after lost signal to thread 5378
W20260630 12:36:25.016880  5449 debug-util.cc:398] Leaking SignalData structure 0x7b080026b080 after lost signal to thread 5452
W20260630 12:36:26.674690  5245 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 53538.2us
W20260630 12:36:27.132678  5245 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 65126.4us
W20260630 12:36:27.431191  5571 meta_cache.cc:1261] Time spent looking up entry by key: real 0.062s	user 0.004s	sys 0.000s
I20260630 12:36:28.013136   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:28.022817  5677 instance_detector.cc: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:28.024348  5678 instance_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:28.027256  5680 instance_detector.cc: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:28.028324   788 server_base.cc:1061] running on GCE node
I20260630 12:36:28.030706   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:28.031023   788 system_unsync_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:28.031258   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822988031242 us; error 0 us; skew 500 ppm
I20260630 12:36:28.032017   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:28.035557   788 webserver.cc:533] Webserver started at http://127.0.197.4:39577/ using document root <none> and password file <none>
I20260630 12:36:28.036221   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:28.036476   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:28.036875   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:28.038552   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "17ba5ce10a1b487bad381cc94bdb06ee"
format_stamp: "Formatted at 2026-06-30 12:36:28 on dist-test-slave-0dvn"
I20260630 12:36:28.045188   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.002s	sys 0.005s
I20260630 12:36:28.050249  5685 log_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:28.051268   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:28.051693   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "17ba5ce10a1b487bad381cc94bdb06ee"
format_stamp: "Formatted at 2026-06-30 12:36:28 on dist-test-slave-0dvn"
I20260630 12:36:28.052143   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:28.075439   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:28.077337   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:28.079360   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:28.082916   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:28.083194   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:28.083495   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:28.083734   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:28.146960   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:38565
I20260630 12:36:28.147150  5747 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:38565 every 8 connection(s)
I20260630 12:36:28.166694   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:28.173625  5752 instance_detector.cc: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:28.176304  5753 instance_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:28.177991  5755 instance_detector.cc: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:28.181125  5748 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:28.181604  5748 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:28.181893   788 server_base.cc:1061] running on GCE node
I20260630 12:36:28.182561  5748 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:28.185057  5174 ts_manager.cc:194] Registered new tserver with Master: 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565)
I20260630 12:36:28.186419   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:28.186695   788 system_unsync_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:28.186894   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822988186873 us; error 0 us; skew 500 ppm
I20260630 12:36:28.187170  5174 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54814
I20260630 12:36:28.187466   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:28.190963   788 webserver.cc:533] Webserver started at http://127.0.197.5:44859/ using document root <none> and password file <none>
I20260630 12:36:28.191479   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:28.191694   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:28.191984   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:28.193137   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-4-root/instance:
uuid: "f25b4fb48bf8429497fa391152bfc29d"
format_stamp: "Formatted at 2026-06-30 12:36:28 on dist-test-slave-0dvn"
I20260630 12:36:28.197769   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:36:28.202273  5760 log_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:28.203272   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.002s
I20260630 12:36:28.203732   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-4-root
uuid: "f25b4fb48bf8429497fa391152bfc29d"
format_stamp: "Formatted at 2026-06-30 12:36:28 on dist-test-slave-0dvn"
I20260630 12:36:28.204236   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-4-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-4-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:28.220458   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:28.221724   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:28.223357   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:28.225710   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:28.225937   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:28.226166   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:28.226370   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:28.616084  5423 consensus_queue.cc:237] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:28.627056  5276 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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:28.627197  5354 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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:28.629462  5791 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:28.631137  5792 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } 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:28.638440  5792 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.640767  5273 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.660950  5174 catalog_manager.cc:5697] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "e279e09bc36744629917fa974b3546f9" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
W20260630 12:36:28.695483  5394 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.2:46239, user_credentials={real_user=slave}} blocked reactor thread for 46536.3us
I20260630 12:36:28.699122  5354 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
W20260630 12:36:28.707856  5392 consensus_peers.cc:597] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 -> Peer 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565): Couldn't send request to peer 17ba5ce10a1b487bad381cc94bdb06ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6ddf995f690b435282d14a41c5c07cc7. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:28.742226  5273 consensus_queue.cc:237] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:28.758832  5423 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:28.759865  5354 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:28.760464  5675 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } 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:28.765594  5675 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:28.776945  5676 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
W20260630 12:36:28.781550  5243 consensus_peers.cc:597] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 -> Peer 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565): Couldn't send request to peer 17ba5ce10a1b487bad381cc94bdb06ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2b2c1bb2068449d3806a1626e59e9481. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:28.783927  5354 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.791280  5423 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.805114  5168 catalog_manager.cc:5697] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 reported cstate change: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.847282  5354 consensus_queue.cc:237] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:28.862243  5423 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:28.864086  5794 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.001s
I20260630 12:36:28.875357  5794 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
W20260630 12:36:28.878890  5318 consensus_peers.cc:597] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 -> Peer 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565): Couldn't send request to peer 17ba5ce10a1b487bad381cc94bdb06ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 130a1a452d99478c9c2e26932fc4af07. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:28.879226  5423 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.886417  5273 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:28.895557  5799 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } 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:28.903245  5273 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.904517  5174 catalog_manager.cc:5697] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.939754  5273 consensus_queue.cc:237] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:28.954046  5423 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:28.954507  5354 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:28.956643  5675 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } 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:28.963296  5243 consensus_peers.cc:597] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 -> Peer 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565): Couldn't send request to peer 17ba5ce10a1b487bad381cc94bdb06ee. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: aff96aa282fe497d841babd45a8aa5b9. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:28.960247  5676 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.004s
I20260630 12:36:28.967554  5673 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:28.984580   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.5:43849
I20260630 12:36:28.985306  5846 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.5:43849 every 8 connection(s)
I20260630 12:36:29.006594  5354 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:29.027112  5174 catalog_manager.cc:5697] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 reported cstate change: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:29.045073  5423 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } } }
I20260630 12:36:29.047523   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:36:29.056430  5847 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:29.056887  5847 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:29.057811  5847 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:29.060286  5171 ts_manager.cc:194] Registered new tserver with Master: f25b4fb48bf8429497fa391152bfc29d (127.0.197.5:43849)
I20260630 12:36:29.062161  5171 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54830
W20260630 12:36:29.090515  5851 instance_detector.cc: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:29.091894  5852 instance_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:29.102208  5855 instance_detector.cc: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:29.103639   788 server_base.cc:1061] running on GCE node
I20260630 12:36:29.106529   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:29.106884   788 system_unsync_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:29.107161   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822989107144 us; error 0 us; skew 500 ppm
I20260630 12:36:29.107987   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:29.111233   788 webserver.cc:533] Webserver started at http://127.0.197.6:33919/ using document root <none> and password file <none>
I20260630 12:36:29.111907   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:29.112236   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:29.112636   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:29.114162   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-5-root/instance:
uuid: "d03e2577ef8e44608e2bc0dcef3679d2"
format_stamp: "Formatted at 2026-06-30 12:36:29 on dist-test-slave-0dvn"
I20260630 12:36:29.120411   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:29.124962  5859 log_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:29.125947   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:29.126394   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-5-root
uuid: "d03e2577ef8e44608e2bc0dcef3679d2"
format_stamp: "Formatted at 2026-06-30 12:36:29 on dist-test-slave-0dvn"
I20260630 12:36:29.126819   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-5-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-5-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-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:29.172981   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:29.174719   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:29.176908   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:29.180310   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:29.180660   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:36:29.181007   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:29.181281   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:29.195613  5748 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:29.247692  5889 ts_tablet_manager.cc:933] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Initiating tablet copy from peer e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:29.256604  5889 tablet_copy_client.cc:323] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:32893
I20260630 12:36:29.273931  5894 ts_tablet_manager.cc:933] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Initiating tablet copy from peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915)
I20260630 12:36:29.288023  5438 tablet_copy_service.cc:140] P e279e09bc36744629917fa974b3546f9: Received BeginTabletCopySession request for tablet 6ddf995f690b435282d14a41c5c07cc7 from peer 17ba5ce10a1b487bad381cc94bdb06ee ({username='slave'} at 127.0.0.1:44452)
I20260630 12:36:29.288887  5438 tablet_copy_service.cc:161] P e279e09bc36744629917fa974b3546f9: Beginning new tablet copy session on tablet 6ddf995f690b435282d14a41c5c07cc7 from peer 17ba5ce10a1b487bad381cc94bdb06ee at {username='slave'} at 127.0.0.1:44452: session id = 17ba5ce10a1b487bad381cc94bdb06ee-6ddf995f690b435282d14a41c5c07cc7
I20260630 12:36:29.290721  5894 tablet_copy_client.cc:323] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:41915
I20260630 12:36:29.306200  5438 tablet_copy_source_session.cc:215] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:29.312949  5889 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6ddf995f690b435282d14a41c5c07cc7. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:29.349946  5889 tablet_copy_client.cc:806] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:29.350713  5889 tablet_copy_client.cc:670] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:29.355439  5890 tablet_copy_client.cc:1025] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:29.357091  5289 tablet_copy_service.cc:140] P c265f8ce152f4dd5899770f8e0402327: Received BeginTabletCopySession request for tablet 2b2c1bb2068449d3806a1626e59e9481 from peer 17ba5ce10a1b487bad381cc94bdb06ee ({username='slave'} at 127.0.0.1:37446)
I20260630 12:36:29.357897  5289 tablet_copy_service.cc:161] P c265f8ce152f4dd5899770f8e0402327: Beginning new tablet copy session on tablet 2b2c1bb2068449d3806a1626e59e9481 from peer 17ba5ce10a1b487bad381cc94bdb06ee at {username='slave'} at 127.0.0.1:37446: session id = 17ba5ce10a1b487bad381cc94bdb06ee-2b2c1bb2068449d3806a1626e59e9481
I20260630 12:36:29.379761  5289 tablet_copy_source_session.cc:215] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:29.384660  5894 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b2c1bb2068449d3806a1626e59e9481. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:29.420392  5894 tablet_copy_client.cc:806] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:29.421288  5894 tablet_copy_client.cc:670] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:29.442392  5895 tablet_copy_client.cc:1025] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:29.470966  5907 ts_tablet_manager.cc:933] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: Initiating tablet copy from peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915)
I20260630 12:36:29.517935  5907 tablet_copy_client.cc:323] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:41915
I20260630 12:36:29.520674  5913 ts_tablet_manager.cc:933] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Initiating tablet copy from peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:29.520886  5289 tablet_copy_service.cc:140] P c265f8ce152f4dd5899770f8e0402327: Received BeginTabletCopySession request for tablet aff96aa282fe497d841babd45a8aa5b9 from peer 17ba5ce10a1b487bad381cc94bdb06ee ({username='slave'} at 127.0.0.1:37446)
I20260630 12:36:29.521705  5289 tablet_copy_service.cc:161] P c265f8ce152f4dd5899770f8e0402327: Beginning new tablet copy session on tablet aff96aa282fe497d841babd45a8aa5b9 from peer 17ba5ce10a1b487bad381cc94bdb06ee at {username='slave'} at 127.0.0.1:37446: session id = 17ba5ce10a1b487bad381cc94bdb06ee-aff96aa282fe497d841babd45a8aa5b9
W20260630 12:36:29.525328  5208 debug-util.cc:398] Leaking SignalData structure 0x7b08002010a0 after lost signal to thread 791
W20260630 12:36:29.528050  5208 debug-util.cc:398] Leaking SignalData structure 0x7b0800240720 after lost signal to thread 5303
W20260630 12:36:29.530084  5208 debug-util.cc:398] Leaking SignalData structure 0x7b0800257f40 after lost signal to thread 5378
I20260630 12:36:29.564779  5289 tablet_copy_source_session.cc:215] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:29.578238  5913 tablet_copy_client.cc:323] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:46239
I20260630 12:36:29.578635  5907 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aff96aa282fe497d841babd45a8aa5b9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:29.604928  5364 tablet_copy_service.cc:140] P 2f72733cccc748dba13057db19884b15: Received BeginTabletCopySession request for tablet 130a1a452d99478c9c2e26932fc4af07 from peer 17ba5ce10a1b487bad381cc94bdb06ee ({username='slave'} at 127.0.0.1:32918)
I20260630 12:36:29.605553  5364 tablet_copy_service.cc:161] P 2f72733cccc748dba13057db19884b15: Beginning new tablet copy session on tablet 130a1a452d99478c9c2e26932fc4af07 from peer 17ba5ce10a1b487bad381cc94bdb06ee at {username='slave'} at 127.0.0.1:32918: session id = 17ba5ce10a1b487bad381cc94bdb06ee-130a1a452d99478c9c2e26932fc4af07
I20260630 12:36:29.609869  5907 tablet_copy_client.cc:806] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:29.611244  5907 tablet_copy_client.cc:670] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:29.614614  5364 tablet_copy_source_session.cc:215] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:29.617137  5911 tablet_copy_client.cc:1025] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:29.621289  5913 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 130a1a452d99478c9c2e26932fc4af07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:29.656296  5913 tablet_copy_client.cc:806] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:29.657460  5913 tablet_copy_client.cc:670] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:29.661836  5919 tablet_copy_client.cc:1025] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:29.742043   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.6:41183
I20260630 12:36:29.742424  5933 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.6:41183 every 8 connection(s)
I20260630 12:36:29.800002  5934 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45093
I20260630 12:36:29.800514  5934 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:29.801460  5934 heartbeater.cc:507] Master 127.0.197.62:45093 requested a full tablet report, sending...
I20260630 12:36:29.805059  5169 ts_manager.cc:194] Registered new tserver with Master: d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6:41183)
I20260630 12:36:29.817828  5169 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:54838
I20260630 12:36:30.065212  5847 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:30.821660  5934 heartbeater.cc:499] Master 127.0.197.62:45093 was elected leader, sending a full tablet report...
I20260630 12:36:31.356398  5889 tablet_copy_client.cc:538] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:31.375234  5889 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap starting.
I20260630 12:36:31.443429  5894 tablet_copy_client.cc:538] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:31.452564  5894 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap starting.
I20260630 12:36:31.618062  5907 tablet_copy_client.cc:538] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:31.627703  5907 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap starting.
I20260630 12:36:31.630869  5889 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:31.631922  5889 tablet_bootstrap.cc:492] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap complete.
I20260630 12:36:31.632737  5889 ts_tablet_manager.cc:1403] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent bootstrapping tablet: real 0.258s	user 0.168s	sys 0.015s
I20260630 12:36:31.635597  5889 raft_consensus.cc:359] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.636466  5889 raft_consensus.cc:740] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 17ba5ce10a1b487bad381cc94bdb06ee, State: Initialized, Role: LEARNER
I20260630 12:36:31.637076  5889 consensus_queue.cc:260] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.646199  5889 ts_tablet_manager.cc:1434] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent starting tablet: real 0.013s	user 0.012s	sys 0.000s
I20260630 12:36:31.651911  5438 tablet_copy_service.cc:342] P e279e09bc36744629917fa974b3546f9: Request end of tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-6ddf995f690b435282d14a41c5c07cc7 received from {username='slave'} at 127.0.0.1:44452
I20260630 12:36:31.652429  5438 tablet_copy_service.cc:434] P e279e09bc36744629917fa974b3546f9: ending tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-6ddf995f690b435282d14a41c5c07cc7 on tablet 6ddf995f690b435282d14a41c5c07cc7 with peer 17ba5ce10a1b487bad381cc94bdb06ee
I20260630 12:36:31.662678  5913 tablet_copy_client.cc:538] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:31.671912  5913 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap starting.
W20260630 12:36:31.725698  5318 consensus_peers.cc:597] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 -> Peer 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565): Couldn't send request to peer 17ba5ce10a1b487bad381cc94bdb06ee. Error code: TABLET_NOT_RUNNING (12). Status: Illegal state: Tablet not RUNNING: BOOTSTRAPPING. This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:31.832265  5723 raft_consensus.cc:1217] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:31.850828  5907 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: 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:31.851773  5907 tablet_bootstrap.cc:492] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap complete.
I20260630 12:36:31.852501  5907 ts_tablet_manager.cc:1403] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent bootstrapping tablet: real 0.225s	user 0.157s	sys 0.034s
I20260630 12:36:31.855170  5907 raft_consensus.cc:359] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.856037  5907 raft_consensus.cc:740] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 17ba5ce10a1b487bad381cc94bdb06ee, State: Initialized, Role: LEARNER
I20260630 12:36:31.856685  5907 consensus_queue.cc:260] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.858790  5907 ts_tablet_manager.cc:1434] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:36:31.866551  5289 tablet_copy_service.cc:342] P c265f8ce152f4dd5899770f8e0402327: Request end of tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-aff96aa282fe497d841babd45a8aa5b9 received from {username='slave'} at 127.0.0.1:37446
I20260630 12:36:31.867033  5289 tablet_copy_service.cc:434] P c265f8ce152f4dd5899770f8e0402327: ending tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-aff96aa282fe497d841babd45a8aa5b9 on tablet aff96aa282fe497d841babd45a8aa5b9 with peer 17ba5ce10a1b487bad381cc94bdb06ee
I20260630 12:36:31.887605  5894 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:31.888520  5894 tablet_bootstrap.cc:492] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap complete.
I20260630 12:36:31.889189  5894 ts_tablet_manager.cc:1403] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent bootstrapping tablet: real 0.437s	user 0.147s	sys 0.016s
I20260630 12:36:31.892205  5894 raft_consensus.cc:359] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.893045  5894 raft_consensus.cc:740] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 17ba5ce10a1b487bad381cc94bdb06ee, State: Initialized, Role: LEARNER
I20260630 12:36:31.893630  5894 consensus_queue.cc:260] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:31.895545  5894 ts_tablet_manager.cc:1434] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:36:31.897675  5289 tablet_copy_service.cc:342] P c265f8ce152f4dd5899770f8e0402327: Request end of tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-2b2c1bb2068449d3806a1626e59e9481 received from {username='slave'} at 127.0.0.1:37446
I20260630 12:36:31.898149  5289 tablet_copy_service.cc:434] P c265f8ce152f4dd5899770f8e0402327: ending tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-2b2c1bb2068449d3806a1626e59e9481 on tablet 2b2c1bb2068449d3806a1626e59e9481 with peer 17ba5ce10a1b487bad381cc94bdb06ee
I20260630 12:36:32.052281  5913 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=106 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:32.053259  5913 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Bootstrap complete.
I20260630 12:36:32.054096  5913 ts_tablet_manager.cc:1403] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent bootstrapping tablet: real 0.382s	user 0.144s	sys 0.010s
I20260630 12:36:32.056751  5913 raft_consensus.cc:359] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:32.057590  5913 raft_consensus.cc:740] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 17ba5ce10a1b487bad381cc94bdb06ee, State: Initialized, Role: LEARNER
I20260630 12:36:32.058561  5913 consensus_queue.cc:260] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: true } }
I20260630 12:36:32.063529  5913 ts_tablet_manager.cc:1434] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:36:32.065737  5364 tablet_copy_service.cc:342] P 2f72733cccc748dba13057db19884b15: Request end of tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-130a1a452d99478c9c2e26932fc4af07 received from {username='slave'} at 127.0.0.1:32918
I20260630 12:36:32.066177  5364 tablet_copy_service.cc:434] P 2f72733cccc748dba13057db19884b15: ending tablet copy session 17ba5ce10a1b487bad381cc94bdb06ee-130a1a452d99478c9c2e26932fc4af07 on tablet 130a1a452d99478c9c2e26932fc4af07 with peer 17ba5ce10a1b487bad381cc94bdb06ee
I20260630 12:36:32.068661  5723 raft_consensus.cc:1217] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:32.145365  5723 raft_consensus.cc:1217] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:32.237438  5723 raft_consensus.cc:1217] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Deduplicated request from leader. Original: 1.27->[1.28-1.28]   Dedup: 1.28->[]
I20260630 12:36:32.366607  5950 raft_consensus.cc:1064] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: attempting to promote NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee to VOTER
I20260630 12:36:32.371454  5950 consensus_queue.cc:237] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.388934  5723 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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:32.390561  5354 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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:32.394104  5825 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:32.396162  5825 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } 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:32.408449  5273 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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:32.413126  5950 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.001s
I20260630 12:36:32.426656  5722 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.437086  5276 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.424353  5950 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.455159  5354 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.466141  5169 catalog_manager.cc:5697] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "e279e09bc36744629917fa974b3546f9" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.514662  5423 consensus_queue.cc:237] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.523406  5276 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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.524168  5722 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Refusing update from remote peer e279e09bc36744629917fa974b3546f9: 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.525226  5825 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, 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.531368  5825 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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.536522  5950 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.543207  5276 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.557314  5722 raft_consensus.cc:2955] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.578796  5164 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6ddf995f690b435282d14a41c5c07cc7 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:32.583707  5168 catalog_manager.cc:5697] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New cstate: current_term: 1 leader_uuid: "e279e09bc36744629917fa974b3546f9" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:32.596695  5344 tablet_service.cc:1558] Processing DeleteTablet for tablet 6ddf995f690b435282d14a41c5c07cc7 with delete_type TABLET_DATA_TOMBSTONED (TS 2f72733cccc748dba13057db19884b15 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:52744
I20260630 12:36:32.604959  5675 raft_consensus.cc:1064] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: attempting to promote NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee to VOTER
I20260630 12:36:32.608644  5675 consensus_queue.cc:237] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.632862  5959 tablet_replica.cc:333] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:32.636437  5959 raft_consensus.cc:2243] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:32.644554  5959 raft_consensus.cc:2272] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:32.653569  5940 raft_consensus.cc:1064] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: attempting to promote NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee to VOTER
I20260630 12:36:32.657907  5959 ts_tablet_manager.cc:1916] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:32.657684  5940 consensus_queue.cc:237] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.664633  5722 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.668126  5947 raft_consensus.cc:1064] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: attempting to promote NON_VOTER 17ba5ce10a1b487bad381cc94bdb06ee to VOTER
I20260630 12:36:32.669551  5962 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:32.671362  5947 consensus_queue.cc:237] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.681749  5423 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.683902  5962 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:32.685633  5354 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.687620  5675 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } 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:32.701603  5723 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:32.705874  5420 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:32.718393  5273 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:32.718210  5794 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:32.722150  5940 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:32.724431  5794 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } 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:32.763383  5353 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.765071  5723 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 LEARNER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.766047  5422 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:32.767392  5960 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:32.770341  5963 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } 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:32.778762  5423 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.782290  5960 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.773804  5947 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 29, Last known committed idx: 28, Time since last communication: 0.018s
I20260630 12:36:32.802984  5959 ts_tablet_manager.cc:1929] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:32.803627  5959 log.cc:1199] T 6ddf995f690b435282d14a41c5c07cc7 P 2f72733cccc748dba13057db19884b15: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root/wals/6ddf995f690b435282d14a41c5c07cc7
I20260630 12:36:32.806864  5354 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.805544  5164 catalog_manager.cc:5028] TS 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): tablet 6ddf995f690b435282d14a41c5c07cc7 (table test-workload [id=a80a1ac48055441ca20a454829778c5f]) successfully deleted
I20260630 12:36:32.825984  5794 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.840878  5168 catalog_manager.cc:5697] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 reported cstate change: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.831910  5273 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.860924  5722 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.871268  5723 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.882062  5960 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.884048  5721 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.890192  5174 catalog_manager.cc:5697] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee reported cstate change: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.900456  5276 consensus_queue.cc:237] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.893527  5353 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.922057  5722 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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.925519  5422 raft_consensus.cc:1275] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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.927155  5963 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:32.930154  5976 consensus_queue.cc:1048] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.002s
I20260630 12:36:32.935920  5174 catalog_manager.cc:5697] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 reported cstate change: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.939165  5963 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.943470  5423 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.950343  5422 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.965118  5420 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.29: config changed from index 28 to 29, 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 29 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.967602  5722 raft_consensus.cc:2955] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:32.972041  5161 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet aff96aa282fe497d841babd45a8aa5b9 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:32.989220  5353 consensus_queue.cc:237] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [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: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.992072  5273 consensus_queue.cc:237] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:32.997102  5721 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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.998570  5794 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:33.001484  5721 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:33.003340  5976 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:33.009033  5794 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c265f8ce152f4dd5899770f8e0402327 (127.0.197.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.011015  5353 raft_consensus.cc:1275] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:33.012605  5976 consensus_queue.cc:1048] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.001s
I20260630 12:36:33.013087  5174 catalog_manager.cc:5697] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: config changed from index 29 to 30, VOTER 2f72733cccc748dba13057db19884b15 (127.0.197.2) evicted. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:33.022367  5962 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER e279e09bc36744629917fa974b3546f9 (127.0.197.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.022712  5722 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c265f8ce152f4dd5899770f8e0402327 (127.0.197.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.036140  5164 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 130a1a452d99478c9c2e26932fc4af07 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:33.037875  5344 tablet_service.cc:1558] Processing DeleteTablet for tablet aff96aa282fe497d841babd45a8aa5b9 with delete_type TABLET_DATA_TOMBSTONED (TS 2f72733cccc748dba13057db19884b15 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:52744
I20260630 12:36:33.038771  5959 tablet_replica.cc:333] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:33.039809  5959 raft_consensus.cc:2243] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.041072  5959 raft_consensus.cc:2272] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.047200  5959 ts_tablet_manager.cc:1916] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:33.047269  5171 catalog_manager.cc:5697] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee reported cstate change: config changed from index 29 to 30, VOTER c265f8ce152f4dd5899770f8e0402327 (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.054267  5161 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2b2c1bb2068449d3806a1626e59e9481 with cas_config_opid_index 29: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:33.059069  5722 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER e279e09bc36744629917fa974b3546f9 (127.0.197.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.076607  5353 raft_consensus.cc:2955] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER e279e09bc36744629917fa974b3546f9 (127.0.197.3) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.082434  5268 tablet_service.cc:1558] Processing DeleteTablet for tablet 130a1a452d99478c9c2e26932fc4af07 with delete_type TABLET_DATA_TOMBSTONED (TS c265f8ce152f4dd5899770f8e0402327 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:35406
I20260630 12:36:33.086169  5174 catalog_manager.cc:5697] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: config changed from index 29 to 30, VOTER e279e09bc36744629917fa974b3546f9 (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:36:33.099123  5978 tablet_replica.cc:333] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:33.100315  5978 raft_consensus.cc:2243] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.101146  5978 raft_consensus.cc:2272] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.107857  5978 ts_tablet_manager.cc:1916] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:33.111740  5414 tablet_service.cc:1558] Processing DeleteTablet for tablet 2b2c1bb2068449d3806a1626e59e9481 with delete_type TABLET_DATA_TOMBSTONED (TS e279e09bc36744629917fa974b3546f9 not found in new config with opid_index 30) from {username='slave'} at 127.0.0.1:49496
I20260630 12:36:33.131650  5428 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:33.133704  5940 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 30, Last known committed idx: 29, Time since last communication: 0.000s
I20260630 12:36:33.134516  5979 tablet_replica.cc:333] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:33.135766  5979 raft_consensus.cc:2243] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:33.136587  5979 raft_consensus.cc:2272] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:33.140390  5428 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.30: config changed from index 29 to 30, VOTER c265f8ce152f4dd5899770f8e0402327 (127.0.197.1) evicted. New config: { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } }
I20260630 12:36:33.143839  5959 ts_tablet_manager.cc:1929] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:33.144294  5959 log.cc:1199] T aff96aa282fe497d841babd45a8aa5b9 P 2f72733cccc748dba13057db19884b15: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-1-root/wals/aff96aa282fe497d841babd45a8aa5b9
I20260630 12:36:33.145835  5164 catalog_manager.cc:5028] TS 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): tablet aff96aa282fe497d841babd45a8aa5b9 (table test-workload [id=a80a1ac48055441ca20a454829778c5f]) successfully deleted
I20260630 12:36:33.141358  5979 ts_tablet_manager.cc:1916] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:33.152534  5978 ts_tablet_manager.cc:1929] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:33.153128  5978 log.cc:1199] T 130a1a452d99478c9c2e26932fc4af07 P c265f8ce152f4dd5899770f8e0402327: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-0-root/wals/130a1a452d99478c9c2e26932fc4af07
I20260630 12:36:33.155285  5161 catalog_manager.cc:5028] TS c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): tablet 130a1a452d99478c9c2e26932fc4af07 (table test-workload [id=a80a1ac48055441ca20a454829778c5f]) successfully deleted
I20260630 12:36:33.170568  5979 ts_tablet_manager.cc:1929] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.29
I20260630 12:36:33.171132  5979 log.cc:1199] T 2b2c1bb2068449d3806a1626e59e9481 P e279e09bc36744629917fa974b3546f9: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestMaxMovesPerServer.1782822861066773-788-0/minicluster-data/ts-2-root/wals/2b2c1bb2068449d3806a1626e59e9481
I20260630 12:36:33.173070  5164 catalog_manager.cc:5028] TS e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893): tablet 2b2c1bb2068449d3806a1626e59e9481 (table test-workload [id=a80a1ac48055441ca20a454829778c5f]) successfully deleted
I20260630 12:36:34.150333  5353 consensus_queue.cc:237] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:34.160012  5428 raft_consensus.cc:1275] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.161791  5940 consensus_queue.cc:1048] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:34.165654  5273 raft_consensus.cc:1275] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.179708  5981 raft_consensus.cc:2955] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.188933  5428 raft_consensus.cc:2955] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.205663  5940 consensus_queue.cc:1048] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } 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:34.235636  5171 catalog_manager.cc:5697] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.271529  5273 raft_consensus.cc:2955] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.272354  5276 consensus_queue.cc:237] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:34.308679  5428 raft_consensus.cc:1275] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:34.310166  5353 raft_consensus.cc:1275] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:34.318470  5242 consensus_peers.cc:597] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 -> Peer f25b4fb48bf8429497fa391152bfc29d (127.0.197.5:43849): Couldn't send request to peer f25b4fb48bf8429497fa391152bfc29d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 912ac1202c1d48e9aa21d6900e342d1c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.319247  5947 consensus_queue.cc:1048] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } 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:34.320804  5947 consensus_queue.cc:1048] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:34.339877  5947 raft_consensus.cc:2955] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.343146  5428 raft_consensus.cc:2955] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
W20260630 12:36:34.358214  5319 consensus_peers.cc:597] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 -> Peer d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6:41183): Couldn't send request to peer d03e2577ef8e44608e2bc0dcef3679d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e2f2403f5a6849208fdcb90f2629631f. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.365240  5354 raft_consensus.cc:2955] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.372946  5174 catalog_manager.cc:5697] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.378012  5353 consensus_queue.cc:237] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [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: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:34.408833  5722 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 1 index: 31. (index mismatch)
W20260630 12:36:34.409178  5319 consensus_peers.cc:597] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 -> Peer d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6:41183): Couldn't send request to peer d03e2577ef8e44608e2bc0dcef3679d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 130a1a452d99478c9c2e26932fc4af07. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.408833  5428 raft_consensus.cc:1275] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.410455  5940 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:34.411404  5981 consensus_queue.cc:1048] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } 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:34.434351  5940 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.436453  5422 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.452894  5174 catalog_manager.cc:5697] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index 30 to 31, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.453226  5273 consensus_queue.cc:237] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
W20260630 12:36:34.472429  5242 consensus_peers.cc:597] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 -> Peer f25b4fb48bf8429497fa391152bfc29d (127.0.197.5:43849): Couldn't send request to peer f25b4fb48bf8429497fa391152bfc29d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6bbf232f46954d4895f5bb8647a19f6c. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.475646  5422 raft_consensus.cc:1275] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:34.470965  5722 raft_consensus.cc:2955] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Committing config change with OpId 1.31: config changed from index 30 to 31, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.478958  5997 consensus_queue.cc:1048] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
I20260630 12:36:34.488030  5353 raft_consensus.cc:1275] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: 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:34.489578  5997 consensus_queue.cc:1048] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } 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:34.519126  5997 raft_consensus.cc:2955] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.522964  5354 raft_consensus.cc:2955] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.524940  5428 raft_consensus.cc:2955] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.542909  5171 catalog_manager.cc:5697] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New cstate: current_term: 1 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.553208  5354 consensus_queue.cc:237] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:34.573045  5428 raft_consensus.cc:1275] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.575321  5940 consensus_queue.cc:1048] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:36:34.575313  5319 consensus_peers.cc:597] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 -> Peer d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6:41183): Couldn't send request to peer d03e2577ef8e44608e2bc0dcef3679d2. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7678c9c8a61d4759bf52c6685795b5d0. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.585021  5273 raft_consensus.cc:1275] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.586951  5981 consensus_queue.cc:1048] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } 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:34.590871  6005 ts_tablet_manager.cc:933] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Initiating tablet copy from peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:34.601398  5794 raft_consensus.cc:2955] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.607905  5428 raft_consensus.cc:2955] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.643725  5169 catalog_manager.cc:5697] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 reported cstate change: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.658833  6005 tablet_copy_client.cc:323] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:46239
I20260630 12:36:34.660279  5273 raft_consensus.cc:2955] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER d03e2577ef8e44608e2bc0dcef3679d2 (127.0.197.6) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } } }
I20260630 12:36:34.667480  5354 consensus_queue.cc:237] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:34.684201  5428 raft_consensus.cc:1275] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.685791  5794 consensus_queue.cc:1048] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } 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:34.694859  5273 raft_consensus.cc:1275] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Refusing update from remote peer 2f72733cccc748dba13057db19884b15: 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:34.696381  5940 consensus_queue.cc:1048] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 28, Last known committed idx: 27, Time since last communication: 0.000s
W20260630 12:36:34.708142  5317 consensus_peers.cc:597] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 -> Peer f25b4fb48bf8429497fa391152bfc29d (127.0.197.5:43849): Couldn't send request to peer f25b4fb48bf8429497fa391152bfc29d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1bde83d1171142b2b534f1dcb18e5686. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:34.711238  5794 raft_consensus.cc:2955] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.714257  5428 raft_consensus.cc:2955] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.715142  5364 tablet_copy_service.cc:140] P 2f72733cccc748dba13057db19884b15: Received BeginTabletCopySession request for tablet e2f2403f5a6849208fdcb90f2629631f from peer d03e2577ef8e44608e2bc0dcef3679d2 ({username='slave'} at 127.0.0.1:32788)
I20260630 12:36:34.725816  5364 tablet_copy_service.cc:161] P 2f72733cccc748dba13057db19884b15: Beginning new tablet copy session on tablet e2f2403f5a6849208fdcb90f2629631f from peer d03e2577ef8e44608e2bc0dcef3679d2 at {username='slave'} at 127.0.0.1:32788: session id = d03e2577ef8e44608e2bc0dcef3679d2-e2f2403f5a6849208fdcb90f2629631f
I20260630 12:36:34.730192  5276 raft_consensus.cc:2955] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Committing config change with OpId 1.28: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New config: { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.744634  5364 tablet_copy_source_session.cc:215] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:34.744971  5169 catalog_manager.cc:5697] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: config changed from index -1 to 28, NON_VOTER f25b4fb48bf8429497fa391152bfc29d (127.0.197.5) added. New cstate: current_term: 1 leader_uuid: "2f72733cccc748dba13057db19884b15" committed_config { opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } } }
I20260630 12:36:34.753892  6005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e2f2403f5a6849208fdcb90f2629631f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.770155  6005 tablet_copy_client.cc:806] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:34.770742  6005 tablet_copy_client.cc:670] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:34.775624  6009 tablet_copy_client.cc:1025] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:34.846032  6015 ts_tablet_manager.cc:933] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Initiating tablet copy from peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915)
I20260630 12:36:34.866225  6015 tablet_copy_client.cc:323] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:41915
I20260630 12:36:34.908676  6019 ts_tablet_manager.cc:933] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Initiating tablet copy from peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:34.941927  6019 tablet_copy_client.cc:323] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:46239
I20260630 12:36:34.942278  5289 tablet_copy_service.cc:140] P c265f8ce152f4dd5899770f8e0402327: Received BeginTabletCopySession request for tablet 912ac1202c1d48e9aa21d6900e342d1c from peer f25b4fb48bf8429497fa391152bfc29d ({username='slave'} at 127.0.0.1:39448)
I20260630 12:36:34.942893  5289 tablet_copy_service.cc:161] P c265f8ce152f4dd5899770f8e0402327: Beginning new tablet copy session on tablet 912ac1202c1d48e9aa21d6900e342d1c from peer f25b4fb48bf8429497fa391152bfc29d at {username='slave'} at 127.0.0.1:39448: session id = f25b4fb48bf8429497fa391152bfc29d-912ac1202c1d48e9aa21d6900e342d1c
I20260630 12:36:34.946616  5364 tablet_copy_service.cc:140] P 2f72733cccc748dba13057db19884b15: Received BeginTabletCopySession request for tablet 130a1a452d99478c9c2e26932fc4af07 from peer d03e2577ef8e44608e2bc0dcef3679d2 ({username='slave'} at 127.0.0.1:32788)
I20260630 12:36:34.947192  5364 tablet_copy_service.cc:161] P 2f72733cccc748dba13057db19884b15: Beginning new tablet copy session on tablet 130a1a452d99478c9c2e26932fc4af07 from peer d03e2577ef8e44608e2bc0dcef3679d2 at {username='slave'} at 127.0.0.1:32788: session id = d03e2577ef8e44608e2bc0dcef3679d2-130a1a452d99478c9c2e26932fc4af07
I20260630 12:36:34.960248  5364 tablet_copy_source_session.cc:215] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:34.963348  5289 tablet_copy_source_session.cc:215] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:34.966288  6019 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 130a1a452d99478c9c2e26932fc4af07. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.969378  6015 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 912ac1202c1d48e9aa21d6900e342d1c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:34.983479  6021 ts_tablet_manager.cc:933] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Initiating tablet copy from peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:34.993184  6015 tablet_copy_client.cc:806] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:34.994297  6015 tablet_copy_client.cc:670] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:34.997503  6019 tablet_copy_client.cc:806] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:34.998214  6019 tablet_copy_client.cc:670] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:35.003451  6020 tablet_copy_client.cc:1025] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:35.006217  6016 tablet_copy_client.cc:1025] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:35.008010  6021 tablet_copy_client.cc:323] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:46239
I20260630 12:36:35.009660  5364 tablet_copy_service.cc:140] P 2f72733cccc748dba13057db19884b15: Received BeginTabletCopySession request for tablet 7678c9c8a61d4759bf52c6685795b5d0 from peer d03e2577ef8e44608e2bc0dcef3679d2 ({username='slave'} at 127.0.0.1:32788)
I20260630 12:36:35.010185  5364 tablet_copy_service.cc:161] P 2f72733cccc748dba13057db19884b15: Beginning new tablet copy session on tablet 7678c9c8a61d4759bf52c6685795b5d0 from peer d03e2577ef8e44608e2bc0dcef3679d2 at {username='slave'} at 127.0.0.1:32788: session id = d03e2577ef8e44608e2bc0dcef3679d2-7678c9c8a61d4759bf52c6685795b5d0
I20260630 12:36:35.017505  5364 tablet_copy_source_session.cc:215] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:35.020475  6021 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7678c9c8a61d4759bf52c6685795b5d0. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.028007  6023 ts_tablet_manager.cc:933] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: Initiating tablet copy from peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915)
I20260630 12:36:35.036000  6021 tablet_copy_client.cc:806] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:35.036597  6021 tablet_copy_client.cc:670] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:35.041501  6022 tablet_copy_client.cc:1025] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:35.049103  6023 tablet_copy_client.cc:323] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:41915
I20260630 12:36:35.051126  5289 tablet_copy_service.cc:140] P c265f8ce152f4dd5899770f8e0402327: Received BeginTabletCopySession request for tablet 6bbf232f46954d4895f5bb8647a19f6c from peer f25b4fb48bf8429497fa391152bfc29d ({username='slave'} at 127.0.0.1:39448)
I20260630 12:36:35.051669  5289 tablet_copy_service.cc:161] P c265f8ce152f4dd5899770f8e0402327: Beginning new tablet copy session on tablet 6bbf232f46954d4895f5bb8647a19f6c from peer f25b4fb48bf8429497fa391152bfc29d at {username='slave'} at 127.0.0.1:39448: session id = f25b4fb48bf8429497fa391152bfc29d-6bbf232f46954d4895f5bb8647a19f6c
I20260630 12:36:35.059543  5289 tablet_copy_source_session.cc:215] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:35.062885  6023 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6bbf232f46954d4895f5bb8647a19f6c. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.087697  6023 tablet_copy_client.cc:806] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:35.088351  6023 tablet_copy_client.cc:670] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:35.098691  6024 tablet_copy_client.cc:1025] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Injecting latency into file download: 2000
I20260630 12:36:35.189950  6025 ts_tablet_manager.cc:933] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Initiating tablet copy from peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:35.198769  6025 tablet_copy_client.cc:323] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:46239
I20260630 12:36:35.217195  5364 tablet_copy_service.cc:140] P 2f72733cccc748dba13057db19884b15: Received BeginTabletCopySession request for tablet 1bde83d1171142b2b534f1dcb18e5686 from peer f25b4fb48bf8429497fa391152bfc29d ({username='slave'} at 127.0.0.1:32794)
I20260630 12:36:35.217800  5364 tablet_copy_service.cc:161] P 2f72733cccc748dba13057db19884b15: Beginning new tablet copy session on tablet 1bde83d1171142b2b534f1dcb18e5686 from peer f25b4fb48bf8429497fa391152bfc29d at {username='slave'} at 127.0.0.1:32794: session id = f25b4fb48bf8429497fa391152bfc29d-1bde83d1171142b2b534f1dcb18e5686
I20260630 12:36:35.238814  5364 tablet_copy_source_session.cc:215] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:35.242239  6025 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bde83d1171142b2b534f1dcb18e5686. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:35.264313  6025 tablet_copy_client.cc:806] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:35.264945  6025 tablet_copy_client.cc:670] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:35.275509  6026 tablet_copy_client.cc:1025] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Injecting latency into file download: 2000
W20260630 12:36:36.744628  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080008b060 after lost signal to thread 791
I20260630 12:36:36.917098  6027 raft_consensus.cc:493] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:36.917789  6027 raft_consensus.cc:515] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:36.920636  6027 leader_election.cc:290] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:36.925323  6027 raft_consensus.cc:493] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:36.925976  6027 raft_consensus.cc:515] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:36.928220  6027 leader_election.cc:290] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
W20260630 12:36:36.929586  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080019d3e0 after lost signal to thread 5211
I20260630 12:36:36.929556  6030 raft_consensus.cc:493] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e279e09bc36744629917fa974b3546f9)
I20260630 12:36:36.930459  6030 raft_consensus.cc:515] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:36.933539  6030 leader_election.cc:290] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:36.934170  6030 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:36.934808  6030 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:36.937582  6030 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:36.939862  6029 raft_consensus.cc:493] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e279e09bc36744629917fa974b3546f9)
I20260630 12:36:36.940579  6029 raft_consensus.cc:515] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:36.943382  6029 leader_election.cc:290] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893), 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565)
I20260630 12:36:36.950445  6034 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:36.951117  6034 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:36.953647  6034 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:36.967082  6028 raft_consensus.cc:493] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:36.967731  6028 raft_consensus.cc:515] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:36.968634  5722 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" is_pre_election: true
I20260630 12:36:36.969383  5722 raft_consensus.cc:2468] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 1.
I20260630 12:36:36.969965  6028 leader_election.cc:290] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:36.972079  5243 leader_election.cc:304] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [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: 17ba5ce10a1b487bad381cc94bdb06ee, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:36.976823  6028 raft_consensus.cc:2804] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:36.979017  6028 raft_consensus.cc:493] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting leader election (detected failure of leader e279e09bc36744629917fa974b3546f9)
I20260630 12:36:36.979466  6028 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:36.988425  6028 raft_consensus.cc:515] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:36.991029  6028 leader_election.cc:290] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 election: Requested vote from peers e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893), 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565)
I20260630 12:36:36.993052  5722 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "17ba5ce10a1b487bad381cc94bdb06ee"
I20260630 12:36:36.993716  5722 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.020546  6034 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.021171  6034 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.023475  6034 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 17ba5ce10a1b487bad381cc94bdb06ee (127.0.197.4:38565)
I20260630 12:36:37.025478  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.026103  5354 raft_consensus.cc:2468] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17ba5ce10a1b487bad381cc94bdb06ee in term 1.
I20260630 12:36:37.031736  6029 raft_consensus.cc:493] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.033281  6027 raft_consensus.cc:493] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.033908  6027 raft_consensus.cc:515] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:37.036500  6027 leader_election.cc:290] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.040167  6033 raft_consensus.cc:493] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.040596  5794 raft_consensus.cc:493] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.041086  5794 raft_consensus.cc:515] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.051265  5794 leader_election.cc:290] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.016791  5722 raft_consensus.cc:2468] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate c265f8ce152f4dd5899770f8e0402327 in term 2.
I20260630 12:36:37.057538  6035 raft_consensus.cc:493] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.059425  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.062951  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.032344  6029 raft_consensus.cc:515] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:37.069073  5689 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [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: 17ba5ce10a1b487bad381cc94bdb06ee, 2f72733cccc748dba13057db19884b15; no voters: 
I20260630 12:36:37.070436  6029 leader_election.cc:290] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.071497  5243 leader_election.cc:304] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [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: 17ba5ce10a1b487bad381cc94bdb06ee, c265f8ce152f4dd5899770f8e0402327; no voters: 
I20260630 12:36:37.049906  6033 raft_consensus.cc:515] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.073127  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.062636  6031 raft_consensus.cc:493] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.075013  6030 raft_consensus.cc:2804] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:37.075573  6030 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting leader election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.075083  6031 raft_consensus.cc:515] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.078884  5352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.059434  6035 raft_consensus.cc:515] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:37.076319  6029 raft_consensus.cc:2804] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:37.075991  6030 raft_consensus.cc:3060] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.083225  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.084290  5723 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" is_pre_election: true
I20260630 12:36:37.087402  5825 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.087916  5825 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:37.097863  5825 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:37.099690  5350 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.102412  5353 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.102667  5352 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.081607  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.104750  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.106369  6033 leader_election.cc:290] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.107645  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.104592  6030 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Starting leader election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.112447  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.081874  6029 raft_consensus.cc:697] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 LEADER]: Becoming Leader. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:37.115204  5318 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15; no voters: 17ba5ce10a1b487bad381cc94bdb06ee, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.116103  6033 raft_consensus.cc:2749] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.117653  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.118649  5428 raft_consensus.cc:2468] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 17ba5ce10a1b487bad381cc94bdb06ee in term 1.
I20260630 12:36:37.119869  5689 leader_election.cc:304] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [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: 17ba5ce10a1b487bad381cc94bdb06ee, e279e09bc36744629917fa974b3546f9; no voters: c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.120411  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.114190  6029 consensus_queue.cc:237] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [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: 30, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.183836  5276 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:37.121254  5825 raft_consensus.cc:493] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.117588  6031 leader_election.cc:290] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.118814  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.197956  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.200624  6031 raft_consensus.cc:2804] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:37.201248  6031 raft_consensus.cc:493] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Starting leader election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.201566  5721 raft_consensus.cc:1240] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Rejecting Update request from peer e279e09bc36744629917fa974b3546f9 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.201884  6031 raft_consensus.cc:3060] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.198534  5428 raft_consensus.cc:2468] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
W20260630 12:36:37.212751  5689 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.3:32893, user_credentials={real_user=slave}} blocked reactor thread for 93022us
I20260630 12:36:37.213774  5422 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.214473  5422 raft_consensus.cc:2468] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2f72733cccc748dba13057db19884b15 in term 1.
I20260630 12:36:37.214478  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.215610  5420 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.217221  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b2c1bb2068449d3806a1626e59e9481" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15"
I20260630 12:36:37.216002  6030 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:37.225682  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
W20260630 12:36:37.227451  5208 debug-util.cc:398] Leaking SignalData structure 0x7b08000de320 after lost signal to thread 5303
I20260630 12:36:37.228207  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.229142  5428 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.230696  5425 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7678c9c8a61d4759bf52c6685795b5d0" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.231534  5320 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.231741  5245 leader_election.cc:304] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.232923  5320 leader_election.cc:304] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9; no voters: 
I20260630 12:36:37.234069  5320 leader_election.cc:304] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [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: 2f72733cccc748dba13057db19884b15; no voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9
W20260630 12:36:37.235750  5208 debug-util.cc:398] Leaking SignalData structure 0x7b08001d9ac0 after lost signal to thread 5378
I20260630 12:36:37.236876  5427 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6ddf995f690b435282d14a41c5c07cc7" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:37.237658  5245 leader_election.cc:304] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.197664  5825 raft_consensus.cc:515] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.239943  5245 leader_election.cc:304] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.238173  6034 raft_consensus.cc:2749] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
W20260630 12:36:37.243144  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080015c120 after lost signal to thread 5452
I20260630 12:36:37.238914  6039 raft_consensus.cc:2804] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:37.241850  6027 raft_consensus.cc:2749] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.244622  6039 raft_consensus.cc:493] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.244848  5991 raft_consensus.cc:2749] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.245121  6039 raft_consensus.cc:3060] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.241027  5689 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 17ba5ce10a1b487bad381cc94bdb06ee; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.239001  6032 raft_consensus.cc:2804] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:36:37.250540  6030 raft_consensus.cc:2749] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.253908  6038 raft_consensus.cc:493] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.252189  6032 raft_consensus.cc:493] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Starting leader election (detected failure of leader c265f8ce152f4dd5899770f8e0402327)
I20260630 12:36:37.251258  6035 leader_election.cc:290] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
W20260630 12:36:37.256606  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080003f6e0 after lost signal to thread 5747
I20260630 12:36:37.256490  6032 raft_consensus.cc:3060] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:36:37.257845  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080017b620 after lost signal to thread 5846
I20260630 12:36:37.246030  6029 raft_consensus.cc:2749] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.258355  5686 leader_election.cc:304] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [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: 17ba5ce10a1b487bad381cc94bdb06ee; no voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.259828  5424 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "c265f8ce152f4dd5899770f8e0402327" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9" is_pre_election: true
I20260630 12:36:37.258358  6035 consensus_queue.cc:1059] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false }, Status: INVALID_TERM, Last received: 1.30, Next index: 31, Last known committed idx: 30, Time since last communication: 0.003s
I20260630 12:36:37.262360  5273 raft_consensus.cc:1240] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 LEADER]: Rejecting Update request from peer e279e09bc36744629917fa974b3546f9 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.264920  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.261261  6030 raft_consensus.cc:2749] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.266320  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.254674  6038 raft_consensus.cc:515] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
W20260630 12:36:37.270103  5208 debug-util.cc:398] Leaking SignalData structure 0x7b080025f560 after lost signal to thread 5933
I20260630 12:36:37.262359  5825 leader_election.cc:290] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:37.271235  5825 raft_consensus.cc:3055] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:37.271595  5825 raft_consensus.cc:740] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: e279e09bc36744629917fa974b3546f9, State: Running, Role: LEADER
I20260630 12:36:37.271857  6032 raft_consensus.cc:515] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:37.272387  5825 consensus_queue.cc:260] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.274528  6038 leader_election.cc:290] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:37.274902  6032 leader_election.cc:290] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.275615  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:37.277508  6041 raft_consensus.cc:493] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.278129  6041 raft_consensus.cc:515] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:37.281338  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e6d41e2b21714eac91a2a2d55b51138c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.281962  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.281553  6044 raft_consensus.cc:493] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 2f72733cccc748dba13057db19884b15)
I20260630 12:36:37.283551  6044 raft_consensus.cc:515] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.287161  6044 leader_election.cc:290] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:37.290668  6041 leader_election.cc:290] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
W20260630 12:36:37.291668  5392 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.4:38565, user_credentials={real_user=slave}} blocked reactor thread for 57711.3us
I20260630 12:36:37.293022  5825 raft_consensus.cc:3060] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.294878  5245 leader_election.cc:304] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.284726  6039 raft_consensus.cc:515] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Starting leader election with config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.296491  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "dafc48bcec5d40e0b693b56c1342c7f3" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 26 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:37.296510  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "912ac1202c1d48e9aa21d6900e342d1c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.297803  5245 leader_election.cc:304] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [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: c265f8ce152f4dd5899770f8e0402327; no voters: 2f72733cccc748dba13057db19884b15, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.298835  6027 raft_consensus.cc:2749] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.299266  6029 raft_consensus.cc:2749] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.301574  5320 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2f72733cccc748dba13057db19884b15; no voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.298662  5349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.302610  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.302922  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e2f2403f5a6849208fdcb90f2629631f" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.305619  6032 raft_consensus.cc:2749] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.308848  6039 leader_election.cc:290] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.309926  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:37.310173  5171 catalog_manager.cc:5697] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 reported cstate change: term changed from 1 to 2, leader changed from e279e09bc36744629917fa974b3546f9 (127.0.197.3) to c265f8ce152f4dd5899770f8e0402327 (127.0.197.1). New cstate: current_term: 2 leader_uuid: "c265f8ce152f4dd5899770f8e0402327" committed_config { opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:37.313958  5354 raft_consensus.cc:1240] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Rejecting Update request from peer c265f8ce152f4dd5899770f8e0402327 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.317942  5273 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bde83d1171142b2b534f1dcb18e5686" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.313979  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6bbf232f46954d4895f5bb8647a19f6c" candidate_uuid: "2f72733cccc748dba13057db19884b15" candidate_term: 2 candidate_status { last_received { term: 1 index: 28 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:37.320022  5317 leader_election.cc:304] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 2f72733cccc748dba13057db19884b15; no voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.320815  6039 raft_consensus.cc:2749] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.321615  6029 consensus_queue.cc:1059] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 }, Status: INVALID_TERM, Last received: 1.26, Next index: 27, Last known committed idx: 26, Time since last communication: 0.000s
I20260630 12:36:37.322906  6027 raft_consensus.cc:3055] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:37.323310  6027 raft_consensus.cc:740] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:37.323446  6031 raft_consensus.cc:515] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Starting leader election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.324173  6027 consensus_queue.cc:260] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 26, Committed index: 26, Last appended: 1.26, Last appended by leader: 26, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } }
I20260630 12:36:37.327544  5426 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "e279e09bc36744629917fa974b3546f9"
I20260630 12:36:37.327288  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aff96aa282fe497d841babd45a8aa5b9" candidate_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" candidate_term: 2 candidate_status { last_received { term: 1 index: 30 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327"
I20260630 12:36:37.327569  6027 raft_consensus.cc:3060] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.331264  5354 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "2f72733cccc748dba13057db19884b15" is_pre_election: true
I20260630 12:36:37.335739  5686 leader_election.cc:304] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 election: Election decided. Result: candidate lost. Election summary: received 3 responses out of 3 voters: 1 yes votes; 2 no votes. yes voters: 17ba5ce10a1b487bad381cc94bdb06ee; no voters: c265f8ce152f4dd5899770f8e0402327, e279e09bc36744629917fa974b3546f9
I20260630 12:36:37.336622  6030 raft_consensus.cc:2749] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Leader election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.328341  6031 leader_election.cc:290] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 2 election: Requested vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), e279e09bc36744629917fa974b3546f9 (127.0.197.3:32893)
I20260630 12:36:37.345881  5391 leader_election.cc:304] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.347095  6046 raft_consensus.cc:2749] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.354038  5391 leader_election.cc:304] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.355233  5391 leader_election.cc:304] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.355636  6046 raft_consensus.cc:2749] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.356323  6046 raft_consensus.cc:2749] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.356477  5391 leader_election.cc:304] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.357260  6046 raft_consensus.cc:2749] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.357751  5391 leader_election.cc:304] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.358794  6046 raft_consensus.cc:2749] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.359869  5279 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8ed854888d2e4ba4a3865fd28972886c" candidate_uuid: "e279e09bc36744629917fa974b3546f9" candidate_term: 2 candidate_status { last_received { term: 1 index: 27 } } ignore_live_leader: false dest_uuid: "c265f8ce152f4dd5899770f8e0402327" is_pre_election: true
I20260630 12:36:37.361754  5391 leader_election.cc:304] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [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: e279e09bc36744629917fa974b3546f9; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:37.363619  5825 raft_consensus.cc:2749] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:36:37.497623  5722 raft_consensus.cc:1240] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Rejecting Update request from peer c265f8ce152f4dd5899770f8e0402327 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.503343  6045 consensus_queue.cc:1059] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false }, Status: INVALID_TERM, Last received: 1.30, Next index: 31, Last known committed idx: 30, Time since last communication: 0.001s
I20260630 12:36:37.504451  6045 raft_consensus.cc:3055] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:37.504814  6045 raft_consensus.cc:740] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:37.508023  5354 raft_consensus.cc:1240] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Rejecting Update request from peer c265f8ce152f4dd5899770f8e0402327 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.509690  6029 consensus_queue.cc:1059] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true }, Status: INVALID_TERM, Last received: 1.28, Next index: 29, Last known committed idx: 28, Time since last communication: 0.000s
I20260630 12:36:37.510525  6029 raft_consensus.cc:3055] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:37.510843  6029 raft_consensus.cc:740] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:37.511647  6029 consensus_queue.cc:260] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 28, Committed index: 28, Last appended: 1.28, Last appended by leader: 28, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:37.518667  6029 raft_consensus.cc:3060] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.517388  6045 consensus_queue.cc:260] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.520051  6045 raft_consensus.cc:3060] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.573333  5722 raft_consensus.cc:1240] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Rejecting Update request from peer c265f8ce152f4dd5899770f8e0402327 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:37.575088  6045 consensus_queue.cc:1059] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false }, Status: INVALID_TERM, Last received: 1.30, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:37.576195  6045 raft_consensus.cc:3055] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:37.576540  6045 raft_consensus.cc:740] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: c265f8ce152f4dd5899770f8e0402327, State: Running, Role: LEADER
I20260630 12:36:37.577356  6045 consensus_queue.cc:260] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 30, Committed index: 30, Last appended: 1.30, Last appended by leader: 30, Current term: 1, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:37.578573  6045 raft_consensus.cc:3060] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:37.760699  5426 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 2 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 2 index: 31. (index mismatch)
I20260630 12:36:37.762588  6045 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 31, Last known committed idx: 30, Time since last communication: 0.000s
I20260630 12:36:37.820724  5722 raft_consensus.cc:1275] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Refusing update from remote peer c265f8ce152f4dd5899770f8e0402327: Log matching property violated. Preceding OpId in replica: term: 1 index: 30. Preceding OpId from leader: term: 2 index: 31. (index mismatch)
I20260630 12:36:37.822639  6027 consensus_queue.cc:1048] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [LEADER]: Connected to new peer: Peer: permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } 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:37.862880   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:36:37.875769   788 tablet_copy_service.cc:362] P c265f8ce152f4dd5899770f8e0402327: Destroying tablet copy session f25b4fb48bf8429497fa391152bfc29d-6bbf232f46954d4895f5bb8647a19f6c due to service shutdown
I20260630 12:36:37.876293   788 tablet_copy_service.cc:434] P c265f8ce152f4dd5899770f8e0402327: ending tablet copy session f25b4fb48bf8429497fa391152bfc29d-6bbf232f46954d4895f5bb8647a19f6c on tablet 6bbf232f46954d4895f5bb8647a19f6c with peer f25b4fb48bf8429497fa391152bfc29d
I20260630 12:36:37.876896   788 tablet_copy_service.cc:362] P c265f8ce152f4dd5899770f8e0402327: Destroying tablet copy session f25b4fb48bf8429497fa391152bfc29d-912ac1202c1d48e9aa21d6900e342d1c due to service shutdown
I20260630 12:36:37.877215   788 tablet_copy_service.cc:434] P c265f8ce152f4dd5899770f8e0402327: ending tablet copy session f25b4fb48bf8429497fa391152bfc29d-912ac1202c1d48e9aa21d6900e342d1c on tablet 912ac1202c1d48e9aa21d6900e342d1c with peer f25b4fb48bf8429497fa391152bfc29d
I20260630 12:36:37.918594   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:37.920856   788 tablet_replica.cc:333] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.926107   788 raft_consensus.cc:2243] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.926798   788 raft_consensus.cc:2272] T dafc48bcec5d40e0b693b56c1342c7f3 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:37.942493  5317 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:37.948923   788 tablet_replica.cc:333] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.951052   788 raft_consensus.cc:2243] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.952798   788 raft_consensus.cc:2272] T 8ed854888d2e4ba4a3865fd28972886c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.957127   788 tablet_replica.cc:333] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
W20260630 12:36:37.964102  5317 consensus_peers.cc:597] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 -> Peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Couldn't send request to peer c265f8ce152f4dd5899770f8e0402327. 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:37.966442  5317 consensus_peers.cc:597] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 -> Peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Couldn't send request to peer c265f8ce152f4dd5899770f8e0402327. 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:37.967535   788 raft_consensus.cc:2243] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.968123   788 raft_consensus.cc:2272] T 2b2c1bb2068449d3806a1626e59e9481 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.971477   788 tablet_replica.cc:333] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.972271   788 raft_consensus.cc:2243] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.973093   788 raft_consensus.cc:2272] T 1bde83d1171142b2b534f1dcb18e5686 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.976444   788 tablet_replica.cc:333] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.977295   788 raft_consensus.cc:2243] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.982159   788 raft_consensus.cc:2272] T e6d41e2b21714eac91a2a2d55b51138c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.985611   788 tablet_replica.cc:333] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.986399   788 raft_consensus.cc:2243] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.987147   788 raft_consensus.cc:2272] T 6bbf232f46954d4895f5bb8647a19f6c P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.990418   788 tablet_replica.cc:333] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.991170   788 raft_consensus.cc:2243] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:37.991696   788 raft_consensus.cc:2272] T aff96aa282fe497d841babd45a8aa5b9 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:37.995190   788 tablet_replica.cc:333] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:37.995939   788 raft_consensus.cc:2243] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:37.997380   788 raft_consensus.cc:2272] T 912ac1202c1d48e9aa21d6900e342d1c P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.000813   788 tablet_replica.cc:333] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:38.001552   788 raft_consensus.cc:2243] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.002997   788 raft_consensus.cc:2272] T 6ddf995f690b435282d14a41c5c07cc7 P c265f8ce152f4dd5899770f8e0402327 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.013613   788 tablet_replica.cc:333] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:38.014386   788 raft_consensus.cc:2243] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.014915   788 raft_consensus.cc:2272] T 7678c9c8a61d4759bf52c6685795b5d0 P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:38.017297  5317 consensus_peers.cc:597] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 -> Peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Couldn't send request to peer c265f8ce152f4dd5899770f8e0402327. 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:38.017920   788 tablet_replica.cc:333] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327: stopping tablet replica
I20260630 12:36:38.018591   788 raft_consensus.cc:2243] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.019150   788 raft_consensus.cc:2272] T e2f2403f5a6849208fdcb90f2629631f P c265f8ce152f4dd5899770f8e0402327 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.024475  6005 tablet_copy_client.cc:538] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.035316  6005 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap starting.
I20260630 12:36:38.080981   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
W20260630 12:36:38.132623  5317 consensus_peers.cc:597] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 -> Peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Couldn't send request to peer c265f8ce152f4dd5899770f8e0402327. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:41915: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:38.140089  6019 tablet_copy_client.cc:538] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.151264  6019 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap starting.
I20260630 12:36:38.166678   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:36:38.211766   788 tablet_copy_service.cc:362] P 2f72733cccc748dba13057db19884b15: Destroying tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-7678c9c8a61d4759bf52c6685795b5d0 due to service shutdown
I20260630 12:36:38.212167   788 tablet_copy_service.cc:434] P 2f72733cccc748dba13057db19884b15: ending tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-7678c9c8a61d4759bf52c6685795b5d0 on tablet 7678c9c8a61d4759bf52c6685795b5d0 with peer d03e2577ef8e44608e2bc0dcef3679d2
I20260630 12:36:38.212777   788 tablet_copy_service.cc:362] P 2f72733cccc748dba13057db19884b15: Destroying tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-130a1a452d99478c9c2e26932fc4af07 due to service shutdown
I20260630 12:36:38.213040   788 tablet_copy_service.cc:434] P 2f72733cccc748dba13057db19884b15: ending tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-130a1a452d99478c9c2e26932fc4af07 on tablet 130a1a452d99478c9c2e26932fc4af07 with peer d03e2577ef8e44608e2bc0dcef3679d2
I20260630 12:36:38.213541   788 tablet_copy_service.cc:362] P 2f72733cccc748dba13057db19884b15: Destroying tablet copy session f25b4fb48bf8429497fa391152bfc29d-1bde83d1171142b2b534f1dcb18e5686 due to service shutdown
I20260630 12:36:38.214286   788 tablet_copy_service.cc:434] P 2f72733cccc748dba13057db19884b15: ending tablet copy session f25b4fb48bf8429497fa391152bfc29d-1bde83d1171142b2b534f1dcb18e5686 on tablet 1bde83d1171142b2b534f1dcb18e5686 with peer f25b4fb48bf8429497fa391152bfc29d
I20260630 12:36:38.214772   788 tablet_copy_service.cc:362] P 2f72733cccc748dba13057db19884b15: Destroying tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-e2f2403f5a6849208fdcb90f2629631f due to service shutdown
I20260630 12:36:38.215032   788 tablet_copy_service.cc:434] P 2f72733cccc748dba13057db19884b15: ending tablet copy session d03e2577ef8e44608e2bc0dcef3679d2-e2f2403f5a6849208fdcb90f2629631f on tablet e2f2403f5a6849208fdcb90f2629631f with peer d03e2577ef8e44608e2bc0dcef3679d2
I20260630 12:36:38.254679  6005 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=107 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:38.257809  6005 tablet_bootstrap.cc:492] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap complete.
I20260630 12:36:38.258543  6005 ts_tablet_manager.cc:1403] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Time spent bootstrapping tablet: real 0.223s	user 0.145s	sys 0.029s
I20260630 12:36:38.261246  6005 raft_consensus.cc:359] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.262055  6005 raft_consensus.cc:740] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d03e2577ef8e44608e2bc0dcef3679d2, State: Initialized, Role: LEARNER
I20260630 12:36:38.262663  6005 consensus_queue.cc:260] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.269217   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:38.270149   788 tablet_replica.cc:333] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.271071   788 raft_consensus.cc:2243] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.271674   788 raft_consensus.cc:2272] T 912ac1202c1d48e9aa21d6900e342d1c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.274984   788 tablet_replica.cc:333] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.275736   788 raft_consensus.cc:2243] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.276664   788 raft_consensus.cc:2272] T 2b2c1bb2068449d3806a1626e59e9481 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.279763   788 tablet_replica.cc:333] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.280540   788 raft_consensus.cc:2243] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.282543  6005 ts_tablet_manager.cc:1434] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.001s
I20260630 12:36:38.284093   788 raft_consensus.cc:2272] T 1bde83d1171142b2b534f1dcb18e5686 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.287881   788 tablet_replica.cc:333] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.288627   788 raft_consensus.cc:2243] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.289937   788 raft_consensus.cc:2272] T 130a1a452d99478c9c2e26932fc4af07 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.294094   788 tablet_replica.cc:333] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.294786   788 raft_consensus.cc:2243] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.295787   788 raft_consensus.cc:2272] T e6d41e2b21714eac91a2a2d55b51138c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.299000   788 tablet_replica.cc:333] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.299741   788 raft_consensus.cc:2243] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.300297   788 raft_consensus.cc:2272] T 6bbf232f46954d4895f5bb8647a19f6c P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.303399   788 tablet_replica.cc:333] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.304167   788 raft_consensus.cc:2243] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.304862   788 raft_consensus.cc:2272] T dafc48bcec5d40e0b693b56c1342c7f3 P 2f72733cccc748dba13057db19884b15 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.308029   788 tablet_replica.cc:333] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.308720   788 raft_consensus.cc:2243] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.309762   788 raft_consensus.cc:2272] T 8ed854888d2e4ba4a3865fd28972886c P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.310446  6015 tablet_copy_client.cc:538] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.312947   788 tablet_replica.cc:333] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.313722   788 raft_consensus.cc:2243] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.315021   788 raft_consensus.cc:2272] T 7678c9c8a61d4759bf52c6685795b5d0 P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.319339   788 tablet_replica.cc:333] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15: stopping tablet replica
I20260630 12:36:38.319952   788 raft_consensus.cc:2243] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:38.321270   788 raft_consensus.cc:2272] T e2f2403f5a6849208fdcb90f2629631f P 2f72733cccc748dba13057db19884b15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.327026  6015 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Bootstrap starting.
I20260630 12:36:38.376401  6021 tablet_copy_client.cc:538] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.377671   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:36:38.389086  6021 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap starting.
I20260630 12:36:38.412861  6019 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=31 overwritten=0 applied=31 ignored=0} inserts{seen=106 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:38.415514  6019 tablet_bootstrap.cc:492] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap complete.
W20260630 12:36:38.415441  6005 tablet_copy_client.cc:1131] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.2:46239: connect: Connection refused (error 111)
I20260630 12:36:38.416437  6019 ts_tablet_manager.cc:1403] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Time spent bootstrapping tablet: real 0.265s	user 0.149s	sys 0.028s
I20260630 12:36:38.419754  6019 raft_consensus.cc:359] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 31 OBSOLETE_local: false peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.420419  6023 tablet_copy_client.cc:538] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.420783  6019 raft_consensus.cc:740] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d03e2577ef8e44608e2bc0dcef3679d2, State: Initialized, Role: LEARNER
I20260630 12:36:38.421489  6019 consensus_queue.cc:260] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2 [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: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.424052  6019 ts_tablet_manager.cc:1434] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
W20260630 12:36:38.433537  6019 tablet_copy_client.cc:1131] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.2:46239: connect: Connection refused (error 111)
I20260630 12:36:38.445709  6023 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: Bootstrap starting.
I20260630 12:36:38.477455   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:36:38.563422   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:38.566931   788 tablet_replica.cc:333] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.567796   788 raft_consensus.cc:2243] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.568537   788 raft_consensus.cc:2272] T 1bde83d1171142b2b534f1dcb18e5686 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.571863   788 tablet_replica.cc:333] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.572721   788 raft_consensus.cc:2243] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.573372   788 raft_consensus.cc:2272] T 130a1a452d99478c9c2e26932fc4af07 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.580447   788 tablet_replica.cc:333] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.581205   788 raft_consensus.cc:2243] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.581972   788 raft_consensus.cc:2272] T dafc48bcec5d40e0b693b56c1342c7f3 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.585393   788 tablet_replica.cc:333] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.596024   788 raft_consensus.cc:2243] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.601593  6025 tablet_copy_client.cc:538] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:38.610648  6025 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Bootstrap starting.
I20260630 12:36:38.613840   788 raft_consensus.cc:2272] T 8ed854888d2e4ba4a3865fd28972886c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.617125   788 tablet_replica.cc:333] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.617954   788 raft_consensus.cc:2243] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.618556   788 raft_consensus.cc:2272] T 7678c9c8a61d4759bf52c6685795b5d0 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.635795   788 tablet_replica.cc:333] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.636590   788 raft_consensus.cc:2243] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.637485   788 raft_consensus.cc:2272] T e2f2403f5a6849208fdcb90f2629631f P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.640614   788 tablet_replica.cc:333] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.641378   788 raft_consensus.cc:2243] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.642238   788 raft_consensus.cc:2272] T 6bbf232f46954d4895f5bb8647a19f6c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.645264   788 tablet_replica.cc:333] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.646095   788 raft_consensus.cc:2243] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.646816   788 raft_consensus.cc:2272] T e6d41e2b21714eac91a2a2d55b51138c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.650048   788 tablet_replica.cc:333] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.650766   788 raft_consensus.cc:2243] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.651542   788 raft_consensus.cc:2272] T aff96aa282fe497d841babd45a8aa5b9 P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.654608   788 tablet_replica.cc:333] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.655252   788 raft_consensus.cc:2243] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.655820   788 raft_consensus.cc:2272] T 912ac1202c1d48e9aa21d6900e342d1c P e279e09bc36744629917fa974b3546f9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.658869   788 tablet_replica.cc:333] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9: stopping tablet replica
I20260630 12:36:38.659518   788 raft_consensus.cc:2243] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:38.660048   788 raft_consensus.cc:2272] T 6ddf995f690b435282d14a41c5c07cc7 P e279e09bc36744629917fa974b3546f9 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:38.671152  6021 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=101 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:38.672286  6021 tablet_bootstrap.cc:492] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Bootstrap complete.
I20260630 12:36:38.672981  6021 ts_tablet_manager.cc:1403] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Time spent bootstrapping tablet: real 0.284s	user 0.136s	sys 0.036s
I20260630 12:36:38.675588  6021 raft_consensus.cc:359] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.676445  6021 raft_consensus.cc:740] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: d03e2577ef8e44608e2bc0dcef3679d2, State: Initialized, Role: LEARNER
I20260630 12:36:38.677076  6021 consensus_queue.cc:260] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2 [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } attrs { replace: true } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "d03e2577ef8e44608e2bc0dcef3679d2" member_type: NON_VOTER last_known_addr { host: "127.0.197.6" port: 41183 } attrs { promote: true } }
I20260630 12:36:38.690310  6021 ts_tablet_manager.cc:1434] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: Time spent starting tablet: real 0.017s	user 0.006s	sys 0.000s
W20260630 12:36:38.700376  6021 tablet_copy_client.cc:1131] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.2:46239: connect: Connection refused (error 111)
I20260630 12:36:38.713233  6015 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=100 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:38.714169  6015 tablet_bootstrap.cc:492] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Bootstrap complete.
I20260630 12:36:38.714800  6015 ts_tablet_manager.cc:1403] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Time spent bootstrapping tablet: real 0.394s	user 0.151s	sys 0.022s
I20260630 12:36:38.717187  6015 raft_consensus.cc:359] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.718598  6015 raft_consensus.cc:740] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f25b4fb48bf8429497fa391152bfc29d, State: Initialized, Role: LEARNER
I20260630 12:36:38.725625  6015 consensus_queue.cc:260] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.738504  6015 ts_tablet_manager.cc:1434] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: Time spent starting tablet: real 0.023s	user 0.009s	sys 0.000s
W20260630 12:36:38.748402  6015 tablet_copy_client.cc:1131] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.1:41915: connect: Connection refused (error 111)
I20260630 12:36:38.760175  6023 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: 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:38.761119  6023 tablet_bootstrap.cc:492] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: Bootstrap complete.
I20260630 12:36:38.761816  6023 ts_tablet_manager.cc:1403] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: Time spent bootstrapping tablet: real 0.316s	user 0.151s	sys 0.025s
I20260630 12:36:38.764482  6023 raft_consensus.cc:359] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.765272  6023 raft_consensus.cc:740] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f25b4fb48bf8429497fa391152bfc29d, State: Initialized, Role: LEARNER
I20260630 12:36:38.765872  6023 consensus_queue.cc:260] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } attrs { replace: true } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.767938  6023 ts_tablet_manager.cc:1434] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:36:38.781375  6023 tablet_copy_client.cc:1131] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.1:41915: connect: Connection refused (error 111)
I20260630 12:36:38.859589  6025 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Bootstrap replayed 1/1 log segments. Stats: ops{read=28 overwritten=0 applied=28 ignored=0} inserts{seen=118 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:36:38.860651  6025 tablet_bootstrap.cc:492] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Bootstrap complete.
I20260630 12:36:38.861454  6025 ts_tablet_manager.cc:1403] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Time spent bootstrapping tablet: real 0.251s	user 0.135s	sys 0.028s
I20260630 12:36:38.864081  6025 raft_consensus.cc:359] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 28 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.864952  6025 raft_consensus.cc:740] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f25b4fb48bf8429497fa391152bfc29d, State: Initialized, Role: LEARNER
I20260630 12:36:38.865625  6025 consensus_queue.cc:260] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d [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: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "e279e09bc36744629917fa974b3546f9" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 32893 } attrs { replace: true } } peers { permanent_uuid: "f25b4fb48bf8429497fa391152bfc29d" member_type: NON_VOTER last_known_addr { host: "127.0.197.5" port: 43849 } attrs { promote: true } }
I20260630 12:36:38.867863  6025 ts_tablet_manager.cc:1434] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
W20260630 12:36:38.873329  6025 tablet_copy_client.cc:1131] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.2:46239: connect: Connection refused (error 111)
I20260630 12:36:39.001969   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:36:39.020547  6069 raft_consensus.cc:493] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:39.021198  6069 raft_consensus.cc:515] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Starting pre-election with config: opid_index: 30 OBSOLETE_local: false peers { permanent_uuid: "c265f8ce152f4dd5899770f8e0402327" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41915 } } peers { permanent_uuid: "2f72733cccc748dba13057db19884b15" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 46239 } } peers { permanent_uuid: "17ba5ce10a1b487bad381cc94bdb06ee" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 38565 } attrs { promote: false } }
I20260630 12:36:39.023579  6069 leader_election.cc:290] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915), 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239)
I20260630 12:36:39.042480   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
W20260630 12:36:39.052239  5686 leader_election.cc:336] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer c265f8ce152f4dd5899770f8e0402327 (127.0.197.1:41915): Network error: Client connection negotiation failed: client connection to 127.0.197.1:41915: connect: Connection refused (error 111)
W20260630 12:36:39.052983  5689 leader_election.cc:336] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [CANDIDATE]: Term 3 pre-election: RPC error from VoteRequest() call to peer 2f72733cccc748dba13057db19884b15 (127.0.197.2:46239): Network error: Client connection negotiation failed: client connection to 127.0.197.2:46239: connect: Connection refused (error 111)
I20260630 12:36:39.053530  5689 leader_election.cc:304] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [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: 17ba5ce10a1b487bad381cc94bdb06ee; no voters: 2f72733cccc748dba13057db19884b15, c265f8ce152f4dd5899770f8e0402327
I20260630 12:36:39.054366  6069 raft_consensus.cc:2749] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Leader pre-election lost for term 3. Reason: could not achieve majority
I20260630 12:36:39.074892   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.075784   788 tablet_replica.cc:333] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee: stopping tablet replica
I20260630 12:36:39.076697   788 raft_consensus.cc:2243] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.077935   788 raft_consensus.cc:2272] T 130a1a452d99478c9c2e26932fc4af07 P 17ba5ce10a1b487bad381cc94bdb06ee [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.080935   788 tablet_replica.cc:333] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee: stopping tablet replica
I20260630 12:36:39.081681   788 raft_consensus.cc:2243] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.082249   788 raft_consensus.cc:2272] T aff96aa282fe497d841babd45a8aa5b9 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.084975   788 tablet_replica.cc:333] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee: stopping tablet replica
I20260630 12:36:39.085636   788 raft_consensus.cc:2243] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.086218   788 raft_consensus.cc:2272] T 2b2c1bb2068449d3806a1626e59e9481 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.089057   788 tablet_replica.cc:333] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee: stopping tablet replica
I20260630 12:36:39.089653   788 raft_consensus.cc:2243] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:39.090260   788 raft_consensus.cc:2272] T 6ddf995f690b435282d14a41c5c07cc7 P 17ba5ce10a1b487bad381cc94bdb06ee [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.116305   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:36:39.131834   788 tablet_server.cc:179] TabletServer@127.0.197.5:0 shutting down...
I20260630 12:36:39.154413   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.156029   788 tablet_replica.cc:333] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d: stopping tablet replica
I20260630 12:36:39.156756   788 raft_consensus.cc:2243] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.157218   788 raft_consensus.cc:2272] T 1bde83d1171142b2b534f1dcb18e5686 P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.160068   788 tablet_replica.cc:333] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d: stopping tablet replica
I20260630 12:36:39.160730   788 raft_consensus.cc:2243] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.161166   788 raft_consensus.cc:2272] T 6bbf232f46954d4895f5bb8647a19f6c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.163667   788 tablet_replica.cc:333] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d: stopping tablet replica
I20260630 12:36:39.164247   788 raft_consensus.cc:2243] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.164682   788 raft_consensus.cc:2272] T 912ac1202c1d48e9aa21d6900e342d1c P f25b4fb48bf8429497fa391152bfc29d [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.187988   788 tablet_server.cc:196] TabletServer@127.0.197.5:0 shutdown complete.
I20260630 12:36:39.207602   788 tablet_server.cc:179] TabletServer@127.0.197.6:0 shutting down...
I20260630 12:36:39.232528   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:39.233220   788 tablet_replica.cc:333] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2: stopping tablet replica
I20260630 12:36:39.233819   788 raft_consensus.cc:2243] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.234225   788 raft_consensus.cc:2272] T 7678c9c8a61d4759bf52c6685795b5d0 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.236462   788 tablet_replica.cc:333] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2: stopping tablet replica
I20260630 12:36:39.237111   788 raft_consensus.cc:2243] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.237547   788 raft_consensus.cc:2272] T 130a1a452d99478c9c2e26932fc4af07 P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.239486   788 tablet_replica.cc:333] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2: stopping tablet replica
I20260630 12:36:39.239956   788 raft_consensus.cc:2243] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:36:39.240518   788 raft_consensus.cc:2272] T e2f2403f5a6849208fdcb90f2629631f P d03e2577ef8e44608e2bc0dcef3679d2 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:36:39.262707   788 tablet_server.cc:196] TabletServer@127.0.197.6:0 shutdown complete.
I20260630 12:36:39.274770   788 master.cc:562] Master@127.0.197.62:45093 shutting down...
W20260630 12:36:39.297019  5225 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:36:39.298568   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:39.299013   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:39.299273   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7ffc6036ce5640ffa4f2b7e1e6093bbf: stopping tablet replica
I20260630 12:36:39.354705   788 master.cc:584] Master@127.0.197.62:45093 shutdown complete.
[       OK ] AutoRebalancerTest.TestMaxMovesPerServer (19849 ms)
[ RUN      ] AutoRebalancerTest.AutoRebalancingUnstableCluster
I20260630 12:36:39.404577   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:39393
I20260630 12:36:39.405743   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:39.411535  6074 instance_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:39.411568  6073 instance_detector.cc: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.412031  6076 instance_detector.cc: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.414184   788 server_base.cc:1061] running on GCE node
I20260630 12:36:39.415073   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:39.415247   788 system_unsync_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.415359   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822999415347 us; error 0 us; skew 500 ppm
I20260630 12:36:39.415782   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:39.418027   788 webserver.cc:533] Webserver started at http://127.0.197.62:34667/ using document root <none> and password file <none>
I20260630 12:36:39.418452   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:39.418594   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:39.418814   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:39.419836   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.424160   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
I20260630 12:36:39.427345  6081 log_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.428082   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:39.428381   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.428665   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-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:39.445356   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:39.446565   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:39.483666   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:39393
I20260630 12:36:39.483765  6132 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:39393 every 8 connection(s)
I20260630 12:36:39.487428  6133 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:39.497473  6133 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5: Bootstrap starting.
I20260630 12:36:39.501849  6133 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:39.505806  6133 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5: No bootstrap required, opened a new log
I20260630 12:36:39.507709  6133 raft_consensus.cc:359] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER }
I20260630 12:36:39.508065  6133 raft_consensus.cc:385] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:39.508237  6133 raft_consensus.cc:740] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a7eb8997ad6b4ba59603346ab6ca8fb5, State: Initialized, Role: FOLLOWER
I20260630 12:36:39.508731  6133 consensus_queue.cc:260] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER }
I20260630 12:36:39.509110  6133 raft_consensus.cc:399] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:39.509297  6133 raft_consensus.cc:493] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:39.509529  6133 raft_consensus.cc:3060] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:39.513748  6133 raft_consensus.cc:515] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER }
I20260630 12:36:39.514178  6133 leader_election.cc:304] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [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: a7eb8997ad6b4ba59603346ab6ca8fb5; no voters: 
I20260630 12:36:39.515199  6133 leader_election.cc:290] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:39.515522  6136 raft_consensus.cc:2804] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:39.516825  6136 raft_consensus.cc:697] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 1 LEADER]: Becoming Leader. State: Replica: a7eb8997ad6b4ba59603346ab6ca8fb5, State: Running, Role: LEADER
I20260630 12:36:39.517511  6136 consensus_queue.cc:237] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [LEADER]: Queue going to LEADER mode. State: All 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: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER }
I20260630 12:36:39.518056  6133 sys_catalog.cc:565] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:39.521560  6138 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a7eb8997ad6b4ba59603346ab6ca8fb5. Latest consensus state: current_term: 1 leader_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER } }
I20260630 12:36:39.522167  6138 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:39.524425  6137 sys_catalog.cc:455] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a7eb8997ad6b4ba59603346ab6ca8fb5" member_type: VOTER } }
I20260630 12:36:39.524783  6142 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:39.525032  6137 sys_catalog.cc:458] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:39.533367  6142 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:39.534289   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:39.542474  6142 catalog_manager.cc:1383] Generated new cluster ID: 674cb4b6641b49529019d3604dafba2e
I20260630 12:36:39.542758  6142 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:39.559067  6142 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:39.560277  6142 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:39.571321  6142 catalog_manager.cc:6070] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5: Generated new TSK 0
I20260630 12:36:39.571918  6142 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:39.600670   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:39.606523  6154 instance_detector.cc: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.607734  6155 instance_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:39.611567  6157 instance_detector.cc: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.612962   788 server_base.cc:1061] running on GCE node
I20260630 12:36:39.614042   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:39.614219   788 system_unsync_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.614427   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822999614407 us; error 0 us; skew 500 ppm
I20260630 12:36:39.614959   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:39.617177   788 webserver.cc:533] Webserver started at http://127.0.197.1:38171/ using document root <none> and password file <none>
I20260630 12:36:39.617713   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:39.617911   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:39.618213   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:39.619272   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "0c53d9790467479ba834c8f35d9d7f15"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.623730   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:36:39.626991  6162 log_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.627792   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:39.628163   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "0c53d9790467479ba834c8f35d9d7f15"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.628434   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-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:39.644850   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:39.646130   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:39.647656   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:39.649940   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:39.650167   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.650411   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:39.650595   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.690402   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:45603
I20260630 12:36:39.690498  6224 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:45603 every 8 connection(s)
I20260630 12:36:39.695437   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:39.702847  6229 instance_detector.cc: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.703920  6230 instance_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.706789   788 server_base.cc:1061] running on GCE node
W20260630 12:36:39.707131  6233 instance_detector.cc: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.709031   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:39.709221   788 system_unsync_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.709476   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822999709456 us; error 0 us; skew 500 ppm
I20260630 12:36:39.709985   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:39.712924   788 webserver.cc:533] Webserver started at http://127.0.197.2:39025/ using document root <none> and password file <none>
I20260630 12:36:39.713544   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:39.713776   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:39.714109   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:39.714568  6225 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39393
I20260630 12:36:39.714977  6225 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:39.715521   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "fe5fc58299644a26abf5c97c1ad13d9b"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.715857  6225 heartbeater.cc:507] Master 127.0.197.62:39393 requested a full tablet report, sending...
I20260630 12:36:39.718189  6098 ts_manager.cc:194] Registered new tserver with Master: 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603)
I20260630 12:36:39.720148  6098 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38632
I20260630 12:36:39.720932   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.007s	sys 0.000s
I20260630 12:36:39.724923  6237 log_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.725708   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:36:39.725986   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "fe5fc58299644a26abf5c97c1ad13d9b"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.726226   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-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:39.735649   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:39.736596   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:39.738016   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:39.740202   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:39.740376   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.740659   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:39.740795   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.779446   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:36731
I20260630 12:36:39.779546  6299 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:36731 every 8 connection(s)
I20260630 12:36:39.784178   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:39.791215  6303 instance_detector.cc: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.791671  6304 instance_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.795028   788 server_base.cc:1061] running on GCE node
W20260630 12:36:39.795401  6307 instance_detector.cc: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.796298  6300 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39393
I20260630 12:36:39.796466   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:36:39.796679  6300 heartbeater.cc:461] Registering TS with master...
W20260630 12:36:39.796805   788 system_unsync_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.797158   788 hybrid_clock.cc:648] HybridClock initialized: now 1782822999797138 us; error 0 us; skew 500 ppm
I20260630 12:36:39.797783   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:39.797750  6300 heartbeater.cc:507] Master 127.0.197.62:39393 requested a full tablet report, sending...
I20260630 12:36:39.800006  6098 ts_manager.cc:194] Registered new tserver with Master: fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731)
I20260630 12:36:39.800594   788 webserver.cc:533] Webserver started at http://127.0.197.3:42425/ using document root <none> and password file <none>
I20260630 12:36:39.801115   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:39.801324   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:39.801628   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:39.801607  6098 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38636
I20260630 12:36:39.803139   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "ee1f44b8a3d3485ca70639497fa6b983"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.807415   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:36:39.810809  6311 log_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.811576   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:39.811972   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "ee1f44b8a3d3485ca70639497fa6b983"
format_stamp: "Formatted at 2026-06-30 12:36:39 on dist-test-slave-0dvn"
I20260630 12:36:39.812263   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-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.822198   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:39.823333   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:39.824738   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:39.826993   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:39.827219   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.827528   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:39.827704   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:39.866493   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:41951
I20260630 12:36:39.866601  6373 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:41951 every 8 connection(s)
I20260630 12:36:39.880242  6374 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39393
I20260630 12:36:39.880635  6374 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:39.881322  6374 heartbeater.cc:507] Master 127.0.197.62:39393 requested a full tablet report, sending...
I20260630 12:36:39.883354  6098 ts_manager.cc:194] Registered new tserver with Master: ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:39.884474   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014752624s
I20260630 12:36:39.884840  6098 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38640
I20260630 12:36:40.723237  6225 heartbeater.cc:499] Master 127.0.197.62:39393 was elected leader, sending a full tablet report...
I20260630 12:36:40.804279  6300 heartbeater.cc:499] Master 127.0.197.62:39393 was elected leader, sending a full tablet report...
I20260630 12:36:40.904318  6374 heartbeater.cc:499] Master 127.0.197.62:39393 was elected leader, sending a full tablet report...
I20260630 12:36:41.066946  6098 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38656:
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:41.069226  6098 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:41.127820  6265 tablet_service.cc:1511] Processing CreateTablet for tablet 443301d81e7f4c29b896192530aefa0e (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:41.128404  6263 tablet_service.cc:1511] Processing CreateTablet for tablet e75d1bde209d454e9d6b34930d6a625a (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:41.129276  6265 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 443301d81e7f4c29b896192530aefa0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.130030  6263 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e75d1bde209d454e9d6b34930d6a625a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.128404  6264 tablet_service.cc:1511] Processing CreateTablet for tablet aac4fc4506d64db9967817675639b472 (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:41.131556  6264 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aac4fc4506d64db9967817675639b472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.134698  6190 tablet_service.cc:1511] Processing CreateTablet for tablet 443301d81e7f4c29b896192530aefa0e (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:41.135458  6189 tablet_service.cc:1511] Processing CreateTablet for tablet aac4fc4506d64db9967817675639b472 (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:41.136022  6190 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 443301d81e7f4c29b896192530aefa0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.136762  6189 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aac4fc4506d64db9967817675639b472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.138077  6188 tablet_service.cc:1511] Processing CreateTablet for tablet e75d1bde209d454e9d6b34930d6a625a (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:41.139379  6188 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e75d1bde209d454e9d6b34930d6a625a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.151348  6339 tablet_service.cc:1511] Processing CreateTablet for tablet 443301d81e7f4c29b896192530aefa0e (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION VALUES < 715827882
I20260630 12:36:41.152732  6339 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 443301d81e7f4c29b896192530aefa0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.155035  6394 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: Bootstrap starting.
I20260630 12:36:41.163260  6338 tablet_service.cc:1511] Processing CreateTablet for tablet aac4fc4506d64db9967817675639b472 (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1431655764
I20260630 12:36:41.163703  6337 tablet_service.cc:1511] Processing CreateTablet for tablet e75d1bde209d454e9d6b34930d6a625a (DEFAULT_TABLE table=test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]), partition=RANGE (key) PARTITION 1431655764 <= VALUES
I20260630 12:36:41.164680  6338 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aac4fc4506d64db9967817675639b472. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.165285  6337 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e75d1bde209d454e9d6b34930d6a625a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:41.168540  6395 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: Bootstrap starting.
I20260630 12:36:41.174487  6395 tablet_bootstrap.cc:654] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.187692  6394 tablet_bootstrap.cc:654] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.189373  6395 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: No bootstrap required, opened a new log
I20260630 12:36:41.190047  6395 ts_tablet_manager.cc:1403] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: Time spent bootstrapping tablet: real 0.022s	user 0.008s	sys 0.003s
I20260630 12:36:41.190536  6396 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Bootstrap starting.
I20260630 12:36:41.193723  6395 raft_consensus.cc:359] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.194851  6395 raft_consensus.cc:385] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.195310  6395 raft_consensus.cc:740] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.196519  6395 consensus_queue.cc:260] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.197243  6396 tablet_bootstrap.cc:654] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.198925  6394 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: No bootstrap required, opened a new log
I20260630 12:36:41.199481  6394 ts_tablet_manager.cc:1403] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: Time spent bootstrapping tablet: real 0.045s	user 0.013s	sys 0.004s
I20260630 12:36:41.202433  6395 ts_tablet_manager.cc:1434] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: Time spent starting tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:36:41.203652  6395 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: Bootstrap starting.
I20260630 12:36:41.203316  6394 raft_consensus.cc:359] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.204449  6394 raft_consensus.cc:385] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.204905  6394 raft_consensus.cc:740] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5fc58299644a26abf5c97c1ad13d9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.205946  6394 consensus_queue.cc:260] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.210701  6395 tablet_bootstrap.cc:654] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.213722  6396 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: No bootstrap required, opened a new log
I20260630 12:36:41.214354  6396 ts_tablet_manager.cc:1403] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Time spent bootstrapping tablet: real 0.024s	user 0.010s	sys 0.013s
I20260630 12:36:41.217175  6394 ts_tablet_manager.cc:1434] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: Time spent starting tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:36:41.218235  6394 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Bootstrap starting.
I20260630 12:36:41.217990  6396 raft_consensus.cc:359] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.218868  6396 raft_consensus.cc:385] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.219285  6396 raft_consensus.cc:740] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee1f44b8a3d3485ca70639497fa6b983, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.220329  6396 consensus_queue.cc:260] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.226868  6394 tablet_bootstrap.cc:654] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.230052  6396 ts_tablet_manager.cc:1434] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.005s
I20260630 12:36:41.233013  6396 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: Bootstrap starting.
I20260630 12:36:41.239136  6396 tablet_bootstrap.cc:654] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.249673  6394 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: No bootstrap required, opened a new log
I20260630 12:36:41.250016  6395 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: No bootstrap required, opened a new log
I20260630 12:36:41.250252  6394 ts_tablet_manager.cc:1403] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Time spent bootstrapping tablet: real 0.032s	user 0.021s	sys 0.009s
I20260630 12:36:41.250319  6396 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: No bootstrap required, opened a new log
I20260630 12:36:41.250856  6395 ts_tablet_manager.cc:1403] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: Time spent bootstrapping tablet: real 0.047s	user 0.014s	sys 0.027s
I20260630 12:36:41.251065  6396 ts_tablet_manager.cc:1403] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.002s
I20260630 12:36:41.252990  6394 raft_consensus.cc:359] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.253641  6394 raft_consensus.cc:385] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.253893  6394 raft_consensus.cc:740] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5fc58299644a26abf5c97c1ad13d9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.253870  6395 raft_consensus.cc:359] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.254113  6396 raft_consensus.cc:359] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.254854  6395 raft_consensus.cc:385] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.254909  6396 raft_consensus.cc:385] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.255380  6395 raft_consensus.cc:740] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.254876  6394 consensus_queue.cc:260] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.255505  6396 raft_consensus.cc:740] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee1f44b8a3d3485ca70639497fa6b983, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.256201  6395 consensus_queue.cc:260] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.256412  6396 consensus_queue.cc:260] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.258446  6395 ts_tablet_manager.cc:1434] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:41.259457  6395 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: Bootstrap starting.
I20260630 12:36:41.261214  6396 ts_tablet_manager.cc:1434] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:36:41.262239  6394 ts_tablet_manager.cc:1434] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Time spent starting tablet: real 0.011s	user 0.006s	sys 0.000s
I20260630 12:36:41.262343  6396 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: Bootstrap starting.
I20260630 12:36:41.263360  6394 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: Bootstrap starting.
I20260630 12:36:41.267812  6395 tablet_bootstrap.cc:654] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.271503  6399 raft_consensus.cc:493] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:41.269260  6396 tablet_bootstrap.cc:654] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.272017  6399 raft_consensus.cc:515] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.269901  6394 tablet_bootstrap.cc:654] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:41.282703  6399 leader_election.cc:290] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.286500  6396 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: No bootstrap required, opened a new log
I20260630 12:36:41.287223  6396 ts_tablet_manager.cc:1403] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: Time spent bootstrapping tablet: real 0.025s	user 0.007s	sys 0.007s
I20260630 12:36:41.293745  6401 raft_consensus.cc:493] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:41.294417  6401 raft_consensus.cc:515] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.298717  6395 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: No bootstrap required, opened a new log
I20260630 12:36:41.305420  6401 leader_election.cc:290] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.303936  6396 raft_consensus.cc:359] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.307128  6396 raft_consensus.cc:385] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.307229  6394 tablet_bootstrap.cc:492] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: No bootstrap required, opened a new log
I20260630 12:36:41.308511  6394 ts_tablet_manager.cc:1403] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: Time spent bootstrapping tablet: real 0.045s	user 0.009s	sys 0.017s
I20260630 12:36:41.310575  6275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" is_pre_election: true
I20260630 12:36:41.311299  6275 raft_consensus.cc:2468] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 0.
I20260630 12:36:41.312237  6394 raft_consensus.cc:359] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.312848  6394 raft_consensus.cc:385] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.313091  6394 raft_consensus.cc:740] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fe5fc58299644a26abf5c97c1ad13d9b, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.307461  6396 raft_consensus.cc:740] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: ee1f44b8a3d3485ca70639497fa6b983, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.299253  6395 ts_tablet_manager.cc:1403] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: Time spent bootstrapping tablet: real 0.040s	user 0.014s	sys 0.018s
I20260630 12:36:41.313544  6164 leader_election.cc:304] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c53d9790467479ba834c8f35d9d7f15, fe5fc58299644a26abf5c97c1ad13d9b; no voters: 
I20260630 12:36:41.314013  6396 consensus_queue.cc:260] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.314510  6399 raft_consensus.cc:2804] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:41.316279  6396 ts_tablet_manager.cc:1434] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: Time spent starting tablet: real 0.029s	user 0.004s	sys 0.003s
I20260630 12:36:41.316511  6395 raft_consensus.cc:359] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.317482  6395 raft_consensus.cc:385] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:41.317425  6394 consensus_queue.cc:260] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.318011  6395 raft_consensus.cc:740] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Initialized, Role: FOLLOWER
I20260630 12:36:41.318930  6395 consensus_queue.cc:260] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.319891  6394 ts_tablet_manager.cc:1434] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: Time spent starting tablet: real 0.011s	user 0.007s	sys 0.000s
I20260630 12:36:41.320693  6399 raft_consensus.cc:493] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:41.321180  6399 raft_consensus.cc:3060] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.328480  6399 raft_consensus.cc:515] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.331087  6399 leader_election.cc:290] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 election: Requested vote from peers fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.333660  6395 ts_tablet_manager.cc:1434] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: Time spent starting tablet: real 0.020s	user 0.009s	sys 0.010s
I20260630 12:36:41.335182  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983"
I20260630 12:36:41.335851  6348 raft_consensus.cc:3060] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.335906  6349 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983" is_pre_election: true
I20260630 12:36:41.337785  6275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe5fc58299644a26abf5c97c1ad13d9b"
I20260630 12:36:41.338526  6275 raft_consensus.cc:3060] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.343667  6348 raft_consensus.cc:2468] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 1.
I20260630 12:36:41.345029  6165 leader_election.cc:304] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c53d9790467479ba834c8f35d9d7f15, ee1f44b8a3d3485ca70639497fa6b983; no voters: 
I20260630 12:36:41.345817  6414 raft_consensus.cc:2804] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:41.346275  6275 raft_consensus.cc:2468] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 1.
I20260630 12:36:41.346352  6414 raft_consensus.cc:697] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Becoming Leader. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Running, Role: LEADER
I20260630 12:36:41.347891  6200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c53d9790467479ba834c8f35d9d7f15" is_pre_election: true
I20260630 12:36:41.348534  6414 consensus_queue.cc:237] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.352375  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e75d1bde209d454e9d6b34930d6a625a" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983" is_pre_election: true
I20260630 12:36:41.353094  6348 raft_consensus.cc:2393] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate fe5fc58299644a26abf5c97c1ad13d9b in current term 1: Already voted for candidate 0c53d9790467479ba834c8f35d9d7f15 in this term.
I20260630 12:36:41.354099  6240 leader_election.cc:304] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [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: fe5fc58299644a26abf5c97c1ad13d9b; no voters: 0c53d9790467479ba834c8f35d9d7f15, ee1f44b8a3d3485ca70639497fa6b983
I20260630 12:36:41.354763  6401 raft_consensus.cc:2749] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:36:41.357092  6098 catalog_manager.cc:5697] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0c53d9790467479ba834c8f35d9d7f15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:41.378376  6401 raft_consensus.cc:493] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:41.378901  6401 raft_consensus.cc:515] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.380589  6401 leader_election.cc:290] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.381489  6200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "443301d81e7f4c29b896192530aefa0e" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c53d9790467479ba834c8f35d9d7f15" is_pre_election: true
I20260630 12:36:41.381685  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "443301d81e7f4c29b896192530aefa0e" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983" is_pre_election: true
I20260630 12:36:41.382166  6200 raft_consensus.cc:2468] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe5fc58299644a26abf5c97c1ad13d9b in term 0.
I20260630 12:36:41.382316  6348 raft_consensus.cc:2468] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fe5fc58299644a26abf5c97c1ad13d9b in term 0.
I20260630 12:36:41.383296  6240 leader_election.cc:304] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ee1f44b8a3d3485ca70639497fa6b983, fe5fc58299644a26abf5c97c1ad13d9b; no voters: 
I20260630 12:36:41.383914  6401 raft_consensus.cc:2804] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:41.384261  6401 raft_consensus.cc:493] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:41.384487  6401 raft_consensus.cc:3060] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.389210  6401 raft_consensus.cc:515] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.390666  6401 leader_election.cc:290] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [CANDIDATE]: Term 1 election: Requested vote from peers 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.391390  6200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "443301d81e7f4c29b896192530aefa0e" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "0c53d9790467479ba834c8f35d9d7f15"
I20260630 12:36:41.391650  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "443301d81e7f4c29b896192530aefa0e" candidate_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983"
I20260630 12:36:41.391918  6200 raft_consensus.cc:3060] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.392210  6348 raft_consensus.cc:3060] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.396723  6348 raft_consensus.cc:2468] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe5fc58299644a26abf5c97c1ad13d9b in term 1.
I20260630 12:36:41.397358  6200 raft_consensus.cc:2468] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fe5fc58299644a26abf5c97c1ad13d9b in term 1.
I20260630 12:36:41.397693  6240 leader_election.cc:304] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: ee1f44b8a3d3485ca70639497fa6b983, fe5fc58299644a26abf5c97c1ad13d9b; no voters: 
I20260630 12:36:41.398442  6401 raft_consensus.cc:2804] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:41.399453  6401 raft_consensus.cc:697] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 LEADER]: Becoming Leader. State: Replica: fe5fc58299644a26abf5c97c1ad13d9b, State: Running, Role: LEADER
I20260630 12:36:41.400223  6401 consensus_queue.cc:237] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.408281  6098 catalog_manager.cc:5697] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b reported cstate change: term changed from 0 to 1, leader changed from <none> to fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:41.411013  6414 raft_consensus.cc:493] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:41.411481  6414 raft_consensus.cc:515] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.413676  6414 leader_election.cc:290] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.414008  6275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" is_pre_election: true
I20260630 12:36:41.414314  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983" is_pre_election: true
I20260630 12:36:41.414664  6275 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 0.
I20260630 12:36:41.414995  6348 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 0.
I20260630 12:36:41.416097  6164 leader_election.cc:304] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c53d9790467479ba834c8f35d9d7f15, fe5fc58299644a26abf5c97c1ad13d9b; no voters: 
I20260630 12:36:41.416954  6414 raft_consensus.cc:2804] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:41.417270  6414 raft_consensus.cc:493] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:41.417618  6414 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.422510  6414 raft_consensus.cc:515] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.424014  6414 leader_election.cc:290] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 election: Requested vote from peers fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731), ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951)
I20260630 12:36:41.424820  6275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fe5fc58299644a26abf5c97c1ad13d9b"
I20260630 12:36:41.424997  6348 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "0c53d9790467479ba834c8f35d9d7f15" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983"
I20260630 12:36:41.425458  6275 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.425529  6348 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:41.432206  6275 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 1.
I20260630 12:36:41.432206  6348 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 0c53d9790467479ba834c8f35d9d7f15 in term 1.
I20260630 12:36:41.433482  6165 leader_election.cc:304] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 0c53d9790467479ba834c8f35d9d7f15, ee1f44b8a3d3485ca70639497fa6b983; no voters: 
I20260630 12:36:41.434154  6414 raft_consensus.cc:2804] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:41.434574  6414 raft_consensus.cc:697] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Becoming Leader. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Running, Role: LEADER
I20260630 12:36:41.435289  6414 consensus_queue.cc:237] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:41.441743  6098 catalog_manager.cc:5697] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 reported cstate change: term changed from 0 to 1, leader changed from <none> to 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "0c53d9790467479ba834c8f35d9d7f15" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } health_report { overall_health: UNKNOWN } } }
I20260630 12:36:41.519995   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:41.526353  6419 instance_detector.cc: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:41.527204  6420 instance_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:41.528905  6422 instance_detector.cc: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:41.529350   788 server_base.cc:1061] running on GCE node
I20260630 12:36:41.531222   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:41.531458   788 system_unsync_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:41.531664   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823001531643 us; error 0 us; skew 500 ppm
I20260630 12:36:41.532184   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:41.533635  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:41.538635   788 webserver.cc:533] Webserver started at http://127.0.197.4:33469/ using document root <none> and password file <none>
I20260630 12:36:41.539362   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:41.539734   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:41.540153   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:41.542133   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "8f316980de404414b75016f9daf0f111"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-0dvn"
I20260630 12:36:41.547540   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.005s	sys 0.000s
I20260630 12:36:41.552357  6428 log_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:41.552126  6200 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "aac4fc4506d64db9967817675639b472"
dest_uuid: "0c53d9790467479ba834c8f35d9d7f15"
mode: GRACEFUL
new_leader_uuid: "ee1f44b8a3d3485ca70639497fa6b983"
 from {username='slave'} at 127.0.0.1:55428
I20260630 12:36:41.552986  6200 raft_consensus.cc:606] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Received request to transfer leadership to TS ee1f44b8a3d3485ca70639497fa6b983
I20260630 12:36:41.553299   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
I20260630 12:36:41.553761   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "8f316980de404414b75016f9daf0f111"
format_stamp: "Formatted at 2026-06-30 12:36:41 on dist-test-slave-0dvn"
I20260630 12:36:41.554109   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-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:41.554404  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 1
I20260630 12:36:41.554894  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:41.579341   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:41.580550   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:41.581879   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:41.583972   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:41.584151   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.584453   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:41.584614   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:41.591334  6414 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:41.599521  6399 fault_injection.cc:43] FAULT INJECTION ENABLED!
W20260630 12:36:41.599838  6399 fault_injection.cc:44] THIS SERVER MAY CRASH!
I20260630 12:36:41.623613  6464 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:41.646055   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:44791
I20260630 12:36:41.646144  6496 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:44791 every 8 connection(s)
I20260630 12:36:41.660468  6497 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39393
I20260630 12:36:41.660861  6497 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:41.661695  6497 heartbeater.cc:507] Master 127.0.197.62:39393 requested a full tablet report, sending...
I20260630 12:36:41.663681  6098 ts_manager.cc:194] Registered new tserver with Master: 8f316980de404414b75016f9daf0f111 (127.0.197.4:44791)
I20260630 12:36:41.665169  6098 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38658
I20260630 12:36:41.716701  6401 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:36:41.720559  6401 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 }, 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.729636  6464 consensus_queue.cc:1048] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 }, 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.751650  6464 consensus_queue.cc:1048] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:42.045593  6370 debug-util.cc:398] Leaking SignalData structure 0x7b0800204600 after lost signal to thread 791
I20260630 12:36:42.288506  6414 raft_consensus.cc:993] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: : Instructing follower ee1f44b8a3d3485ca70639497fa6b983 to start an election
I20260630 12:36:42.290414  6464 raft_consensus.cc:1081] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Signalling peer ee1f44b8a3d3485ca70639497fa6b983 to start an election
I20260630 12:36:42.296757  6348 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "aac4fc4506d64db9967817675639b472"
dest_uuid: "ee1f44b8a3d3485ca70639497fa6b983"
 from {username='slave'} at 127.0.0.1:45836
I20260630 12:36:42.298059  6348 raft_consensus.cc:493] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:36:42.298686  6348 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:42.308341  6348 raft_consensus.cc:515] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 FOLLOWER]: Starting forced leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:42.309628  6349 raft_consensus.cc:1240] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 FOLLOWER]: Rejecting Update request from peer 0c53d9790467479ba834c8f35d9d7f15 for earlier term 1. Current term is 2. Ops: []
I20260630 12:36:42.311609  6348 leader_election.cc:290] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [CANDIDATE]: Term 2 election: Requested vote from peers 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603), fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731)
I20260630 12:36:42.318503  6399 consensus_queue.cc:1059] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, Status: INVALID_TERM, Last received: 1.1, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:36:42.334407  6275 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "ee1f44b8a3d3485ca70639497fa6b983" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "fe5fc58299644a26abf5c97c1ad13d9b"
I20260630 12:36:42.334627  6200 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aac4fc4506d64db9967817675639b472" candidate_uuid: "ee1f44b8a3d3485ca70639497fa6b983" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: true dest_uuid: "0c53d9790467479ba834c8f35d9d7f15"
I20260630 12:36:42.335433  6275 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:42.335456  6200 raft_consensus.cc:3055] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Stepping down as leader of term 1
I20260630 12:36:42.336117  6200 raft_consensus.cc:740] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Becoming Follower/Learner. State: Replica: 0c53d9790467479ba834c8f35d9d7f15, State: Running, Role: LEADER
I20260630 12:36:42.337272  6200 consensus_queue.cc:260] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:42.339340  6200 raft_consensus.cc:3060] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:36:42.343036  6275 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee1f44b8a3d3485ca70639497fa6b983 in term 2.
I20260630 12:36:42.344482  6313 leader_election.cc:304] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [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: ee1f44b8a3d3485ca70639497fa6b983, fe5fc58299644a26abf5c97c1ad13d9b; no voters: 
I20260630 12:36:42.346660  6513 raft_consensus.cc:2804] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:36:42.347994  6513 raft_consensus.cc:697] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 LEADER]: Becoming Leader. State: Replica: ee1f44b8a3d3485ca70639497fa6b983, State: Running, Role: LEADER
I20260630 12:36:42.349550  6200 raft_consensus.cc:2468] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate ee1f44b8a3d3485ca70639497fa6b983 in term 2.
I20260630 12:36:42.349545  6513 consensus_queue.cc:237] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } }
I20260630 12:36:42.357880  6098 catalog_manager.cc:5697] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 reported cstate change: term changed from 1 to 2, leader changed from 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1) to ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3). New cstate: current_term: 2 leader_uuid: "ee1f44b8a3d3485ca70639497fa6b983" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } health_report { overall_health: HEALTHY } } }
W20260630 12:36:42.565805  6146 auto_rebalancer.cc:639] Failed to schedule move for tablet aac4fc4506d64db9967817675639b472: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:36:42.578928  6200 consensus_queue.cc:237] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:42.581801  6199 raft_consensus.cc:1275] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 2 FOLLOWER]: Refusing update from remote peer ee1f44b8a3d3485ca70639497fa6b983: 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:42.583839  6513 consensus_queue.cc:1048] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:36:42.586719  6349 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.588945  6275 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.591567  6414 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } 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.597307  6414 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, 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.613397  6274 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
W20260630 12:36:42.615176  6166 consensus_peers.cc:597] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 -> Peer 8f316980de404414b75016f9daf0f111 (127.0.197.4:44791): Couldn't send request to peer 8f316980de404414b75016f9daf0f111. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e75d1bde209d454e9d6b34930d6a625a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:42.622851  6349 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:42.634469  6274 raft_consensus.cc:1275] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 2 FOLLOWER]: Refusing update from remote peer ee1f44b8a3d3485ca70639497fa6b983: 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:42.634882  6098 catalog_manager.cc:5697] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b reported cstate change: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "0c53d9790467479ba834c8f35d9d7f15" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:42.637730  6514 consensus_queue.cc:1048] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 }, 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.667896  6497 heartbeater.cc:499] Master 127.0.197.62:39393 was elected leader, sending a full tablet report...
I20260630 12:36:42.685618  6414 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:42.958652  6527 ts_tablet_manager.cc:933] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: Initiating tablet copy from peer 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603)
I20260630 12:36:42.960819  6527 tablet_copy_client.cc:323] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:45603
I20260630 12:36:42.974196  6210 tablet_copy_service.cc:140] P 0c53d9790467479ba834c8f35d9d7f15: Received BeginTabletCopySession request for tablet e75d1bde209d454e9d6b34930d6a625a from peer 8f316980de404414b75016f9daf0f111 ({username='slave'} at 127.0.0.1:55440)
I20260630 12:36:42.974787  6210 tablet_copy_service.cc:161] P 0c53d9790467479ba834c8f35d9d7f15: Beginning new tablet copy session on tablet e75d1bde209d454e9d6b34930d6a625a from peer 8f316980de404414b75016f9daf0f111 at {username='slave'} at 127.0.0.1:55440: session id = 8f316980de404414b75016f9daf0f111-e75d1bde209d454e9d6b34930d6a625a
I20260630 12:36:42.984027  6210 tablet_copy_source_session.cc:215] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:42.987779  6527 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e75d1bde209d454e9d6b34930d6a625a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:43.004964  6527 tablet_copy_client.cc:806] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:43.005704  6527 tablet_copy_client.cc:670] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:43.010455  6527 tablet_copy_client.cc:538] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:43.020149  6527 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: Bootstrap starting.
I20260630 12:36:43.042202  6527 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: 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:43.042986  6527 tablet_bootstrap.cc:492] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: Bootstrap complete.
I20260630 12:36:43.043567  6527 ts_tablet_manager.cc:1403] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: Time spent bootstrapping tablet: real 0.024s	user 0.009s	sys 0.011s
I20260630 12:36:43.046469  6527 raft_consensus.cc:359] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:43.047366  6527 raft_consensus.cc:740] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8f316980de404414b75016f9daf0f111, State: Initialized, Role: LEARNER
I20260630 12:36:43.048019  6527 consensus_queue.cc:260] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:43.052347  6527 ts_tablet_manager.cc:1434] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: Time spent starting tablet: real 0.008s	user 0.001s	sys 0.008s
I20260630 12:36:43.055648  6210 tablet_copy_service.cc:342] P 0c53d9790467479ba834c8f35d9d7f15: Request end of tablet copy session 8f316980de404414b75016f9daf0f111-e75d1bde209d454e9d6b34930d6a625a received from {username='slave'} at 127.0.0.1:55440
I20260630 12:36:43.056131  6210 tablet_copy_service.cc:434] P 0c53d9790467479ba834c8f35d9d7f15: ending tablet copy session 8f316980de404414b75016f9daf0f111-e75d1bde209d454e9d6b34930d6a625a on tablet e75d1bde209d454e9d6b34930d6a625a with peer 8f316980de404414b75016f9daf0f111
I20260630 12:36:43.205472  6470 raft_consensus.cc:1217] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:43.544562  6414 raft_consensus.cc:1064] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: attempting to promote NON_VOTER 8f316980de404414b75016f9daf0f111 to VOTER
I20260630 12:36:43.547338  6414 consensus_queue.cc:237] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } }
I20260630 12:36:43.555896  6470 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.556313  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:43.557467  6274 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.560106  6532 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:43.561187  6349 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.562765  6524 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:43.564568  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:43.564514  6532 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, 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.565176  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:43.583196  6349 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.598381  6097 catalog_manager.cc:5697] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 reported cstate change: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "0c53d9790467479ba834c8f35d9d7f15" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.605700  6470 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.680140  6532 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.693112  6274 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } attrs { replace: true } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.700863  6200 consensus_queue.cc:237] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [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: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } }
I20260630 12:36:43.709165  6470 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.709661  6349 raft_consensus.cc:1275] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Refusing update from remote peer 0c53d9790467479ba834c8f35d9d7f15: 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.711753  6414 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 }, 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.713547  6524 consensus_queue.cc:1048] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } 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.723325  6349 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.727224  6470 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.740064  6098 catalog_manager.cc:5697] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 reported cstate change: config changed from index 3 to 4, VOTER fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2) evicted. New cstate: current_term: 1 leader_uuid: "0c53d9790467479ba834c8f35d9d7f15" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:43.754793  6264 tablet_service.cc:1558] Processing DeleteTablet for tablet e75d1bde209d454e9d6b34930d6a625a with delete_type TABLET_DATA_TOMBSTONED (TS fe5fc58299644a26abf5c97c1ad13d9b not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:47546
I20260630 12:36:43.756839  6538 tablet_replica.cc:333] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: stopping tablet replica
I20260630 12:36:43.757707  6538 raft_consensus.cc:2243] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:43.758267  6538 raft_consensus.cc:2272] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:43.761476  6538 ts_tablet_manager.cc:1916] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:43.773120  6538 ts_tablet_manager.cc:1929] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:43.773520  6538 log.cc:1199] T e75d1bde209d454e9d6b34930d6a625a P fe5fc58299644a26abf5c97c1ad13d9b: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-1-root/wals/e75d1bde209d454e9d6b34930d6a625a
I20260630 12:36:43.775017  6083 catalog_manager.cc:5028] TS fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731): tablet e75d1bde209d454e9d6b34930d6a625a (table test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]) successfully deleted
I20260630 12:36:44.252009  6532 raft_consensus.cc:2955] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:44.263128  6085 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e75d1bde209d454e9d6b34930d6a625a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:44.778504  6274 consensus_queue.cc:237] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [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: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:44.788573  6349 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:44.790074  6416 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } 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:36:44.791419  6200 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:44.793196  6542 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:36:44.803171  6241 consensus_peers.cc:597] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b -> Peer 8f316980de404414b75016f9daf0f111 (127.0.197.4:44791): Couldn't send request to peer 8f316980de404414b75016f9daf0f111. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 443301d81e7f4c29b896192530aefa0e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:44.804397  6349 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:44.806906  6200 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:44.818179  6098 catalog_manager.cc:5697] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 reported cstate change: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:45.011454  6542 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8f316980de404414b75016f9daf0f111 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } } }
I20260630 12:36:45.075392  6552 ts_tablet_manager.cc:933] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: Initiating tablet copy from peer fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731)
I20260630 12:36:45.077438  6552 tablet_copy_client.cc:323] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:36731
I20260630 12:36:45.090729  6285 tablet_copy_service.cc:140] P fe5fc58299644a26abf5c97c1ad13d9b: Received BeginTabletCopySession request for tablet 443301d81e7f4c29b896192530aefa0e from peer 8f316980de404414b75016f9daf0f111 ({username='slave'} at 127.0.0.1:56984)
I20260630 12:36:45.091390  6285 tablet_copy_service.cc:161] P fe5fc58299644a26abf5c97c1ad13d9b: Beginning new tablet copy session on tablet 443301d81e7f4c29b896192530aefa0e from peer 8f316980de404414b75016f9daf0f111 at {username='slave'} at 127.0.0.1:56984: session id = 8f316980de404414b75016f9daf0f111-443301d81e7f4c29b896192530aefa0e
I20260630 12:36:45.100648  6285 tablet_copy_source_session.cc:215] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:36:45.104426  6552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 443301d81e7f4c29b896192530aefa0e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:45.120791  6552 tablet_copy_client.cc:806] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: tablet copy: Starting download of 0 data blocks...
I20260630 12:36:45.121703  6552 tablet_copy_client.cc:670] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: tablet copy: Starting download of 1 WAL segments...
I20260630 12:36:45.125855  6552 tablet_copy_client.cc:538] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:36:45.135564  6552 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: Bootstrap starting.
I20260630 12:36:45.156032  6552 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: 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:45.157008  6552 tablet_bootstrap.cc:492] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: Bootstrap complete.
I20260630 12:36:45.157711  6552 ts_tablet_manager.cc:1403] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: Time spent bootstrapping tablet: real 0.022s	user 0.018s	sys 0.004s
I20260630 12:36:45.160629  6552 raft_consensus.cc:359] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:45.161520  6552 raft_consensus.cc:740] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8f316980de404414b75016f9daf0f111, State: Initialized, Role: LEARNER
I20260630 12:36:45.162175  6552 consensus_queue.cc:260] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [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: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: true } }
I20260630 12:36:45.165238  6552 ts_tablet_manager.cc:1434] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:36:45.167627  6285 tablet_copy_service.cc:342] P fe5fc58299644a26abf5c97c1ad13d9b: Request end of tablet copy session 8f316980de404414b75016f9daf0f111-443301d81e7f4c29b896192530aefa0e received from {username='slave'} at 127.0.0.1:56984
I20260630 12:36:45.168073  6285 tablet_copy_service.cc:434] P fe5fc58299644a26abf5c97c1ad13d9b: ending tablet copy session 8f316980de404414b75016f9daf0f111-443301d81e7f4c29b896192530aefa0e on tablet 443301d81e7f4c29b896192530aefa0e with peer 8f316980de404414b75016f9daf0f111
I20260630 12:36:45.310547  6470 raft_consensus.cc:1217] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:36:45.566334  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:45.569257  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:45.569700  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:45.889772  6416 raft_consensus.cc:1064] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: attempting to promote NON_VOTER 8f316980de404414b75016f9daf0f111 to VOTER
I20260630 12:36:45.892565  6416 consensus_queue.cc:237] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [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: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } }
I20260630 12:36:45.901109  6470 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 LEARNER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:45.902135  6349 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:45.902845  6542 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:45.903661  6200 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:45.904464  6551 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:45.905529  6416 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:36:45.925434  6200 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:45.926916  6349 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:45.936652  6098 catalog_manager.cc:5697] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 reported cstate change: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.129772  6551 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.142220  6470 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 8f316980de404414b75016f9daf0f111 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "ee1f44b8a3d3485ca70639497fa6b983" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41951 } attrs { replace: true } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.150837  6274 consensus_queue.cc:237] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [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: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } }
I20260630 12:36:46.157483  6200 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:46.158109  6469 raft_consensus.cc:1275] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Refusing update from remote peer fe5fc58299644a26abf5c97c1ad13d9b: 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:46.159548  6542 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:36:46.160996  6542 consensus_queue.cc:1048] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [LEADER]: Connected to new peer: Peer: permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } 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:46.167958  6200 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.169832  6470 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.179913  6097 catalog_manager.cc:5697] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 reported cstate change: config changed from index 3 to 4, VOTER ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.456596  6338 tablet_service.cc:1558] Processing DeleteTablet for tablet 443301d81e7f4c29b896192530aefa0e with delete_type TABLET_DATA_TOMBSTONED (TS ee1f44b8a3d3485ca70639497fa6b983 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:45828
I20260630 12:36:46.459133  6566 tablet_replica.cc:333] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: stopping tablet replica
I20260630 12:36:46.460155  6566 raft_consensus.cc:2243] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:46.460784  6566 raft_consensus.cc:2272] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:46.464251  6566 ts_tablet_manager.cc:1916] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:36:46.475755  6566 ts_tablet_manager.cc:1929] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.3
I20260630 12:36:46.476127  6566 log.cc:1199] T 443301d81e7f4c29b896192530aefa0e P ee1f44b8a3d3485ca70639497fa6b983: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.AutoRebalancingUnstableCluster.1782822861066773-788-0/minicluster-data/ts-2-root/wals/443301d81e7f4c29b896192530aefa0e
I20260630 12:36:46.477644  6084 catalog_manager.cc:5028] TS ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3:41951): tablet 443301d81e7f4c29b896192530aefa0e (table test-workload [id=576e39fdc1b840e38cca5c94c22ad1ea]) successfully deleted
I20260630 12:36:46.728439  6551 raft_consensus.cc:2955] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER ee1f44b8a3d3485ca70639497fa6b983 (127.0.197.3) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "fe5fc58299644a26abf5c97c1ad13d9b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36731 } } peers { permanent_uuid: "0c53d9790467479ba834c8f35d9d7f15" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45603 } } peers { permanent_uuid: "8f316980de404414b75016f9daf0f111" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 44791 } attrs { promote: false } } }
I20260630 12:36:46.735383  6083 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 443301d81e7f4c29b896192530aefa0e with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:36:47.570592  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:47.573177  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:47.573581  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:49.574473  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:49.577553  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:49.577948  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:51.578832  6151 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:51.581463  6151 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:51.581852  6151 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:36:51.719095   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:36:51.747555   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.748270   788 tablet_replica.cc:333] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15: stopping tablet replica
I20260630 12:36:51.748872   788 raft_consensus.cc:2243] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:51.749722   788 raft_consensus.cc:2272] T e75d1bde209d454e9d6b34930d6a625a P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.751969   788 tablet_replica.cc:333] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15: stopping tablet replica
I20260630 12:36:51.752453   788 raft_consensus.cc:2243] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.753042   788 raft_consensus.cc:2272] T 443301d81e7f4c29b896192530aefa0e P 0c53d9790467479ba834c8f35d9d7f15 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.754913   788 tablet_replica.cc:333] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15: stopping tablet replica
I20260630 12:36:51.755355   788 raft_consensus.cc:2243] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.755760   788 raft_consensus.cc:2272] T aac4fc4506d64db9967817675639b472 P 0c53d9790467479ba834c8f35d9d7f15 [term 2 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:51.778440  6315 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:45603: connect: Connection refused (error 111) [suppressed 5 similar messages]
I20260630 12:36:51.781288   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
W20260630 12:36:51.782737  6315 consensus_peers.cc:597] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 -> Peer 0c53d9790467479ba834c8f35d9d7f15 (127.0.197.1:45603): Couldn't send request to peer 0c53d9790467479ba834c8f35d9d7f15. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:45603: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:51.796463   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:36:51.819197   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.819974   788 tablet_replica.cc:333] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b: stopping tablet replica
I20260630 12:36:51.820614   788 raft_consensus.cc:2243] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.821065   788 raft_consensus.cc:2272] T aac4fc4506d64db9967817675639b472 P fe5fc58299644a26abf5c97c1ad13d9b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.823158   788 tablet_replica.cc:333] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b: stopping tablet replica
I20260630 12:36:51.823673   788 raft_consensus.cc:2243] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:51.824429   788 raft_consensus.cc:2272] T 443301d81e7f4c29b896192530aefa0e P fe5fc58299644a26abf5c97c1ad13d9b [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:36:51.830137  6313 consensus_peers.cc:597] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 -> Peer fe5fc58299644a26abf5c97c1ad13d9b (127.0.197.2:36731): Couldn't send request to peer fe5fc58299644a26abf5c97c1ad13d9b. 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:51.848297   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:36:51.861881   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:36:51.883057   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.883750   788 tablet_replica.cc:333] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983: stopping tablet replica
I20260630 12:36:51.884366   788 raft_consensus.cc:2243] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.884933   788 raft_consensus.cc:2272] T e75d1bde209d454e9d6b34930d6a625a P ee1f44b8a3d3485ca70639497fa6b983 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.887027   788 tablet_replica.cc:333] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983: stopping tablet replica
I20260630 12:36:51.887490   788 raft_consensus.cc:2243] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:36:51.888228   788 raft_consensus.cc:2272] T aac4fc4506d64db9967817675639b472 P ee1f44b8a3d3485ca70639497fa6b983 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.928097   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:36:51.942368   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:36:51.964793   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:51.965551   788 tablet_replica.cc:333] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111: stopping tablet replica
I20260630 12:36:51.966068   788 raft_consensus.cc:2243] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.966636   788 raft_consensus.cc:2272] T 443301d81e7f4c29b896192530aefa0e P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.968452   788 tablet_replica.cc:333] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111: stopping tablet replica
I20260630 12:36:51.968923   788 raft_consensus.cc:2243] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:51.969357   788 raft_consensus.cc:2272] T e75d1bde209d454e9d6b34930d6a625a P 8f316980de404414b75016f9daf0f111 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:51.989015   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:36:52.002686   788 master.cc:562] Master@127.0.197.62:39393 shutting down...
I20260630 12:36:52.026988   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:36:52.027717   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:52.028159   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P a7eb8997ad6b4ba59603346ab6ca8fb5: stopping tablet replica
I20260630 12:36:52.048288   788 master.cc:584] Master@127.0.197.62:39393 shutdown complete.
[       OK ] AutoRebalancerTest.AutoRebalancingUnstableCluster (12683 ms)
[ RUN      ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor
I20260630 12:36:52.087731   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:35943
I20260630 12:36:52.088905   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:52.094276  6572 instance_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:52.094326  6571 instance_detector.cc: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:52.095816  6574 instance_detector.cc: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:52.097011   788 server_base.cc:1061] running on GCE node
I20260630 12:36:52.097977   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:52.098152   788 system_unsync_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:52.098266   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823012098255 us; error 0 us; skew 500 ppm
I20260630 12:36:52.098699   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:52.101052   788 webserver.cc:533] Webserver started at http://127.0.197.62:43035/ using document root <none> and password file <none>
I20260630 12:36:52.101579   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:52.101778   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:52.102025   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:52.103068   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "87caad0f1fbe43be89ab09fe7aee17dd"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.107642   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:36:52.111014  6579 log_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:52.111779   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:36:52.112036   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "87caad0f1fbe43be89ab09fe7aee17dd"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.112269   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-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:52.127628   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:52.128791   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:52.168769   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:35943
I20260630 12:36:52.168870  6630 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:35943 every 8 connection(s)
I20260630 12:36:52.172564  6631 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:52.182812  6631 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd: Bootstrap starting.
I20260630 12:36:52.187361  6631 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:52.191439  6631 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd: No bootstrap required, opened a new log
I20260630 12:36:52.193508  6631 raft_consensus.cc:359] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER }
I20260630 12:36:52.193909  6631 raft_consensus.cc:385] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:52.194132  6631 raft_consensus.cc:740] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 87caad0f1fbe43be89ab09fe7aee17dd, State: Initialized, Role: FOLLOWER
I20260630 12:36:52.194775  6631 consensus_queue.cc:260] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER }
I20260630 12:36:52.195221  6631 raft_consensus.cc:399] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:36:52.195438  6631 raft_consensus.cc:493] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:36:52.195700  6631 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:52.200124  6631 raft_consensus.cc:515] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER }
I20260630 12:36:52.200649  6631 leader_election.cc:304] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [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: 87caad0f1fbe43be89ab09fe7aee17dd; no voters: 
I20260630 12:36:52.201777  6631 leader_election.cc:290] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:36:52.202088  6634 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:52.203382  6634 raft_consensus.cc:697] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 1 LEADER]: Becoming Leader. State: Replica: 87caad0f1fbe43be89ab09fe7aee17dd, State: Running, Role: LEADER
I20260630 12:36:52.204030  6634 consensus_queue.cc:237] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [LEADER]: Queue going to LEADER mode. State: All 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: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER }
I20260630 12:36:52.204636  6631 sys_catalog.cc:565] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:36:52.209110  6636 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [sys.catalog]: SysCatalogTable state changed. Reason: New leader 87caad0f1fbe43be89ab09fe7aee17dd. Latest consensus state: current_term: 1 leader_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER } }
I20260630 12:36:52.209824  6636 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:52.210947  6635 sys_catalog.cc:455] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "87caad0f1fbe43be89ab09fe7aee17dd" member_type: VOTER } }
I20260630 12:36:52.211684  6635 sys_catalog.cc:458] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [sys.catalog]: This master's current role is: LEADER
I20260630 12:36:52.215499  6642 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:36:52.222012  6642 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:36:52.222991   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:36:52.230608  6642 catalog_manager.cc:1383] Generated new cluster ID: ec79381431ba4083913b5b1c7c24eaad
I20260630 12:36:52.230912  6642 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:36:52.246165  6642 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:36:52.247452  6642 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:36:52.259374  6642 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd: Generated new TSK 0
I20260630 12:36:52.259974  6642 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:36:52.290403   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:52.297004  6652 instance_detector.cc: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:52.298136  6653 instance_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:52.300063  6655 instance_detector.cc: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:52.300237   788 server_base.cc:1061] running on GCE node
I20260630 12:36:52.301251   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:52.301502   788 system_unsync_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:52.301671   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823012301653 us; error 0 us; skew 500 ppm
I20260630 12:36:52.302188   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:52.321249   788 webserver.cc:533] Webserver started at http://127.0.197.1:42819/ using document root <none> and password file <none>
I20260630 12:36:52.322813   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:52.323060   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:52.323436   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:52.325100   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "94c9d83e652145f880c58d004e7a475f"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.330510   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:36:52.334584  6661 log_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:52.335520   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:36:52.335767   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "94c9d83e652145f880c58d004e7a475f"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.336011   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-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:52.362468   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:52.363781   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:52.365394   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:52.367985   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:52.368216   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.368506   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:52.368673   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.411713   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38119
I20260630 12:36:52.411847  6723 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38119 every 8 connection(s)
I20260630 12:36:52.418409   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:52.426751  6728 instance_detector.cc: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:52.426919  6729 instance_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:52.430506   788 server_base.cc:1061] running on GCE node
W20260630 12:36:52.430665  6732 instance_detector.cc: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:52.431984   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:52.432242   788 system_unsync_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:52.432456   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823012432414 us; error 0 us; skew 500 ppm
I20260630 12:36:52.433120  6724 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35943
I20260630 12:36:52.433154   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:52.433714  6724 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:52.434516  6724 heartbeater.cc:507] Master 127.0.197.62:35943 requested a full tablet report, sending...
I20260630 12:36:52.436635   788 webserver.cc:533] Webserver started at http://127.0.197.2:42675/ using document root <none> and password file <none>
I20260630 12:36:52.437425   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:52.437443  6596 ts_manager.cc:194] Registered new tserver with Master: 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119)
I20260630 12:36:52.437784   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:52.438233   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:52.440156   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "5616a8ef397c4f92a3829c7136b7a7c4"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.440558  6596 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35240
I20260630 12:36:52.445191   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:36:52.449115  6736 log_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:52.449961   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:36:52.450246   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "5616a8ef397c4f92a3829c7136b7a7c4"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.450497   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-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:52.462224   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:52.463644   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:52.465117   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:52.467377   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:52.467602   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.467854   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:52.468024   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.509146   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:45847
I20260630 12:36:52.509254  6798 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:45847 every 8 connection(s)
I20260630 12:36:52.514114   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:36:52.520781  6802 instance_detector.cc: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:52.521710  6803 instance_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:52.524690  6805 instance_detector.cc: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:52.525578   788 server_base.cc:1061] running on GCE node
I20260630 12:36:52.526551   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:36:52.526796   788 system_unsync_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:52.526971  6799 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35943
I20260630 12:36:52.526983   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823012526966 us; error 0 us; skew 500 ppm
I20260630 12:36:52.527539  6799 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:52.527869   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:36:52.528317  6799 heartbeater.cc:507] Master 127.0.197.62:35943 requested a full tablet report, sending...
I20260630 12:36:52.530419  6596 ts_manager.cc:194] Registered new tserver with Master: 5616a8ef397c4f92a3829c7136b7a7c4 (127.0.197.2:45847)
I20260630 12:36:52.530776   788 webserver.cc:533] Webserver started at http://127.0.197.3:38307/ using document root <none> and password file <none>
I20260630 12:36:52.531400   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:36:52.531637   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:36:52.531976   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:36:52.532372  6596 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35244
I20260630 12:36:52.533689   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "d851254a0ec34f5598c5fdd4ce2f9421"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.538211   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:36:52.541648  6810 log_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:52.542356   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:36:52.542641   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "d851254a0ec34f5598c5fdd4ce2f9421"
format_stamp: "Formatted at 2026-06-30 12:36:52 on dist-test-slave-0dvn"
I20260630 12:36:52.542881   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor.1782822861066773-788-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:52.564683   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:36:52.566012   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:36:52.567497   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:36:52.569729   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:36:52.569947   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.570194   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:36:52.570356   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:36:52.609937   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:42447
I20260630 12:36:52.610060  6872 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:42447 every 8 connection(s)
I20260630 12:36:52.624220  6873 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35943
I20260630 12:36:52.624663  6873 heartbeater.cc:461] Registering TS with master...
I20260630 12:36:52.625511  6873 heartbeater.cc:507] Master 127.0.197.62:35943 requested a full tablet report, sending...
I20260630 12:36:52.627465  6596 ts_manager.cc:194] Registered new tserver with Master: d851254a0ec34f5598c5fdd4ce2f9421 (127.0.197.3:42447)
I20260630 12:36:52.627835   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014667012s
I20260630 12:36:52.628861  6596 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:35260
I20260630 12:36:53.443714  6724 heartbeater.cc:499] Master 127.0.197.62:35943 was elected leader, sending a full tablet report...
I20260630 12:36:53.535189  6799 heartbeater.cc:499] Master 127.0.197.62:35943 was elected leader, sending a full tablet report...
I20260630 12:36:53.632128  6873 heartbeater.cc:499] Master 127.0.197.62:35943 was elected leader, sending a full tablet report...
I20260630 12:36:53.684015  6596 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40922:
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:53.686231  6596 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:53.735246  6689 tablet_service.cc:1511] Processing CreateTablet for tablet 479b11ae19114189b000cd74b9de48b3 (DEFAULT_TABLE table=test-workload [id=bc771c2b257749d8a26ad679ad555de6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:53.736709  6689 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 479b11ae19114189b000cd74b9de48b3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:53.738271  6764 tablet_service.cc:1511] Processing CreateTablet for tablet 479b11ae19114189b000cd74b9de48b3 (DEFAULT_TABLE table=test-workload [id=bc771c2b257749d8a26ad679ad555de6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:53.739645  6764 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 479b11ae19114189b000cd74b9de48b3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:53.740324  6838 tablet_service.cc:1511] Processing CreateTablet for tablet 479b11ae19114189b000cd74b9de48b3 (DEFAULT_TABLE table=test-workload [id=bc771c2b257749d8a26ad679ad555de6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:36:53.741698  6838 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 479b11ae19114189b000cd74b9de48b3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:36:53.753918  6893 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: Bootstrap starting.
I20260630 12:36:53.759387  6893 tablet_bootstrap.cc:654] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:53.764518  6894 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: Bootstrap starting.
I20260630 12:36:53.765057  6895 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: Bootstrap starting.
I20260630 12:36:53.766728  6893 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: No bootstrap required, opened a new log
I20260630 12:36:53.767256  6893 ts_tablet_manager.cc:1403] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.003s
I20260630 12:36:53.770496  6894 tablet_bootstrap.cc:654] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:53.770654  6893 raft_consensus.cc:359] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.771693  6893 raft_consensus.cc:385] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:53.772011  6893 raft_consensus.cc:740] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 94c9d83e652145f880c58d004e7a475f, State: Initialized, Role: FOLLOWER
I20260630 12:36:53.772862  6893 consensus_queue.cc:260] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.774576  6895 tablet_bootstrap.cc:654] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: Neither blocks nor log segments found. Creating new log.
I20260630 12:36:53.775735  6894 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: No bootstrap required, opened a new log
I20260630 12:36:53.776162  6894 ts_tablet_manager.cc:1403] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: Time spent bootstrapping tablet: real 0.012s	user 0.000s	sys 0.010s
I20260630 12:36:53.778280  6894 raft_consensus.cc:359] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.779086  6894 raft_consensus.cc:385] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:53.779472  6894 raft_consensus.cc:740] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5616a8ef397c4f92a3829c7136b7a7c4, State: Initialized, Role: FOLLOWER
I20260630 12:36:53.780339  6894 consensus_queue.cc:260] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.780925  6893 ts_tablet_manager.cc:1434] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:36:53.781469  6895 tablet_bootstrap.cc:492] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: No bootstrap required, opened a new log
I20260630 12:36:53.782155  6895 ts_tablet_manager.cc:1403] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: Time spent bootstrapping tablet: real 0.017s	user 0.014s	sys 0.000s
I20260630 12:36:53.785923  6895 raft_consensus.cc:359] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.786731  6895 raft_consensus.cc:385] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:36:53.788403  6894 ts_tablet_manager.cc:1434] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.007s
I20260630 12:36:53.788723  6895 raft_consensus.cc:740] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d851254a0ec34f5598c5fdd4ce2f9421, State: Initialized, Role: FOLLOWER
I20260630 12:36:53.789625  6895 consensus_queue.cc:260] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:53.792309  6895 ts_tablet_manager.cc:1434] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: Time spent starting tablet: real 0.010s	user 0.001s	sys 0.006s
W20260630 12:36:53.865104  6874 tablet.cc:2406] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:36:54.173666  6900 raft_consensus.cc:493] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:36:54.174273  6900 raft_consensus.cc:515] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:54.176894  6900 leader_election.cc:290] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119), d851254a0ec34f5598c5fdd4ce2f9421 (127.0.197.3:42447)
I20260630 12:36:54.186872  6699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "479b11ae19114189b000cd74b9de48b3" candidate_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c9d83e652145f880c58d004e7a475f" is_pre_election: true
I20260630 12:36:54.187143  6848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "479b11ae19114189b000cd74b9de48b3" candidate_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" is_pre_election: true
I20260630 12:36:54.187657  6699 raft_consensus.cc:2468] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5616a8ef397c4f92a3829c7136b7a7c4 in term 0.
I20260630 12:36:54.187824  6848 raft_consensus.cc:2468] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5616a8ef397c4f92a3829c7136b7a7c4 in term 0.
I20260630 12:36:54.188899  6737 leader_election.cc:304] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5616a8ef397c4f92a3829c7136b7a7c4, 94c9d83e652145f880c58d004e7a475f; no voters: 
I20260630 12:36:54.189742  6900 raft_consensus.cc:2804] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:36:54.190070  6900 raft_consensus.cc:493] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:36:54.190317  6900 raft_consensus.cc:3060] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:54.196153  6900 raft_consensus.cc:515] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:54.197831  6900 leader_election.cc:290] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [CANDIDATE]: Term 1 election: Requested vote from peers 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119), d851254a0ec34f5598c5fdd4ce2f9421 (127.0.197.3:42447)
I20260630 12:36:54.198618  6699 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "479b11ae19114189b000cd74b9de48b3" candidate_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "94c9d83e652145f880c58d004e7a475f"
I20260630 12:36:54.198915  6848 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "479b11ae19114189b000cd74b9de48b3" candidate_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d851254a0ec34f5598c5fdd4ce2f9421"
I20260630 12:36:54.199131  6699 raft_consensus.cc:3060] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:54.199474  6848 raft_consensus.cc:3060] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:36:54.205554  6699 raft_consensus.cc:2468] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5616a8ef397c4f92a3829c7136b7a7c4 in term 1.
I20260630 12:36:54.205996  6848 raft_consensus.cc:2468] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5616a8ef397c4f92a3829c7136b7a7c4 in term 1.
I20260630 12:36:54.206656  6737 leader_election.cc:304] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5616a8ef397c4f92a3829c7136b7a7c4, 94c9d83e652145f880c58d004e7a475f; no voters: 
I20260630 12:36:54.207544  6900 raft_consensus.cc:2804] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:36:54.209399  6900 raft_consensus.cc:697] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 1 LEADER]: Becoming Leader. State: Replica: 5616a8ef397c4f92a3829c7136b7a7c4, State: Running, Role: LEADER
I20260630 12:36:54.210461  6900 consensus_queue.cc:237] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } }
I20260630 12:36:54.217109  6596 catalog_manager.cc:5697] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5616a8ef397c4f92a3829c7136b7a7c4 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "94c9d83e652145f880c58d004e7a475f" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38119 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5616a8ef397c4f92a3829c7136b7a7c4" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 45847 } health_report { overall_health: HEALTHY } } }
W20260630 12:36:54.219789  6644 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:36:54.222694  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
W20260630 12:36:54.223433  6649 auto_leader_rebalancer.cc:524] the master instance isn't leader: Service unavailable: Tablet not running
I20260630 12:36:54.314587   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:36:54.331694   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:36:54.332386   788 tablet_replica.cc:333] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f: stopping tablet replica
I20260630 12:36:54.333001   788 raft_consensus.cc:2243] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:36:54.333459   788 raft_consensus.cc:2272] T 479b11ae19114189b000cd74b9de48b3 P 94c9d83e652145f880c58d004e7a475f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:36:54.351963   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:36:54.639959  6900 consensus_queue.cc:1048] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d851254a0ec34f5598c5fdd4ce2f9421" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 42447 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:36:54.657759  6737 consensus_peers.cc:597] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 -> Peer 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119): Couldn't send request to peer 94c9d83e652145f880c58d004e7a475f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:36:56.224637  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:56.226212  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:56.226610  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:57.490970  6737 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111) [suppressed 6 similar messages]
W20260630 12:36:57.494402  6737 consensus_peers.cc:597] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 -> Peer 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119): Couldn't send request to peer 94c9d83e652145f880c58d004e7a475f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111). This is attempt 6: this message will repeat every 5th retry.
I20260630 12:36:58.227659  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:36:58.228955  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:36:58.229282  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:36:58.310344  6795 debug-util.cc:398] Leaking SignalData structure 0x7b08001a5820 after lost signal to thread 791
W20260630 12:36:58.311434  6795 debug-util.cc:398] Leaking SignalData structure 0x7b080018b260 after lost signal to thread 6630
W20260630 12:36:58.312479  6795 debug-util.cc:398] Leaking SignalData structure 0x7b08001db900 after lost signal to thread 6798
W20260630 12:36:58.313526  6795 debug-util.cc:398] Leaking SignalData structure 0x7b0800280980 after lost signal to thread 6872
W20260630 12:36:59.925777  6737 consensus_peers.cc:597] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 -> Peer 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119): Couldn't send request to peer 94c9d83e652145f880c58d004e7a475f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111). This is attempt 11: this message will repeat every 5th retry.
I20260630 12:37:00.230528  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:00.232453  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:00.232884  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:37:02.233954  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:02.235203  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:02.235458  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:02.389366  6737 consensus_peers.cc:597] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 -> Peer 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119): Couldn't send request to peer 94c9d83e652145f880c58d004e7a475f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111). This is attempt 16: this message will repeat every 5th retry.
W20260630 12:37:02.816349  6737 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111) [suppressed 10 similar messages]
I20260630 12:37:04.236548  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:04.237996  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:04.238301  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
W20260630 12:37:04.950253  6737 consensus_peers.cc:597] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 -> Peer 94c9d83e652145f880c58d004e7a475f (127.0.197.1:38119): Couldn't send request to peer 94c9d83e652145f880c58d004e7a475f. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38119: connect: Connection refused (error 111). This is attempt 21: this message will repeat every 5th retry.
I20260630 12:37:06.239184  6649 auto_leader_rebalancer.cc:141] leader rebalance for table test-workload
I20260630 12:37:06.240586  6649 auto_leader_rebalancer.cc:440] table: test-workload, leader rebalance finish, leader transfer count: 0
I20260630 12:37:06.240868  6649 auto_leader_rebalancer.cc:515] All tables' leader rebalancing finished this round
I20260630 12:37:06.520263   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:06.552906   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:06.553822   788 tablet_replica.cc:333] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4: stopping tablet replica
I20260630 12:37:06.554456   788 raft_consensus.cc:2243] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:06.555677   788 raft_consensus.cc:2272] T 479b11ae19114189b000cd74b9de48b3 P 5616a8ef397c4f92a3829c7136b7a7c4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.595286   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:06.608886   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:06.632733   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:06.633572   788 tablet_replica.cc:333] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421: stopping tablet replica
I20260630 12:37:06.634115   788 raft_consensus.cc:2243] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:06.634645   788 raft_consensus.cc:2272] T 479b11ae19114189b000cd74b9de48b3 P d851254a0ec34f5598c5fdd4ce2f9421 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.654831   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:06.667428   788 master.cc:562] Master@127.0.197.62:35943 shutting down...
I20260630 12:37:06.688724   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:06.689530   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:06.689851   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 87caad0f1fbe43be89ab09fe7aee17dd: stopping tablet replica
I20260630 12:37:06.708741   788 master.cc:584] Master@127.0.197.62:35943 shutdown complete.
[       OK ] AutoRebalancerTest.NoReplicaMovesIfCannotMeetReplicationFactor (14658 ms)
[ RUN      ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering
I20260630 12:37:06.746345   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:41891
I20260630 12:37:06.747431   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:06.753255  6944 instance_detector.cc: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:06.753324  6945 instance_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:06.754257  6947 instance_detector.cc: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:06.755089   788 server_base.cc:1061] running on GCE node
I20260630 12:37:06.755903   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:06.756076   788 system_unsync_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:06.756188   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823026756177 us; error 0 us; skew 500 ppm
I20260630 12:37:06.756603   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:06.758992   788 webserver.cc:533] Webserver started at http://127.0.197.62:43407/ using document root <none> and password file <none>
I20260630 12:37:06.759420   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:06.759577   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:06.759801   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:06.760980   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "d4d421d5ad024409898846dcf96474c1"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-0dvn"
I20260630 12:37:06.765350   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:37:06.768661  6952 log_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:06.769398   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:06.769701   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "d4d421d5ad024409898846dcf96474c1"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-0dvn"
I20260630 12:37:06.769938   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-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:06.813050   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:06.814257   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:06.851846   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:41891
I20260630 12:37:06.851974  7003 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:41891 every 8 connection(s)
I20260630 12:37:06.855823  7004 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:06.868503  7004 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1: Bootstrap starting.
I20260630 12:37:06.873389  7004 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:06.877626  7004 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1: No bootstrap required, opened a new log
I20260630 12:37:06.879798  7004 raft_consensus.cc:359] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER }
I20260630 12:37:06.880235  7004 raft_consensus.cc:385] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:06.880450  7004 raft_consensus.cc:740] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4d421d5ad024409898846dcf96474c1, State: Initialized, Role: FOLLOWER
I20260630 12:37:06.881042  7004 consensus_queue.cc:260] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER }
I20260630 12:37:06.881517  7004 raft_consensus.cc:399] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:06.881714  7004 raft_consensus.cc:493] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:06.881929  7004 raft_consensus.cc:3060] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:06.886413  7004 raft_consensus.cc:515] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER }
I20260630 12:37:06.886858  7004 leader_election.cc:304] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [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: d4d421d5ad024409898846dcf96474c1; no voters: 
I20260630 12:37:06.887976  7004 leader_election.cc:290] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:06.888296  7007 raft_consensus.cc:2804] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:06.889636  7007 raft_consensus.cc:697] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 1 LEADER]: Becoming Leader. State: Replica: d4d421d5ad024409898846dcf96474c1, State: Running, Role: LEADER
I20260630 12:37:06.890372  7007 consensus_queue.cc:237] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [LEADER]: Queue going to LEADER mode. State: All 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: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER }
I20260630 12:37:06.890937  7004 sys_catalog.cc:565] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:06.895560  7008 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "d4d421d5ad024409898846dcf96474c1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER } }
I20260630 12:37:06.896463  7009 sys_catalog.cc:455] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [sys.catalog]: SysCatalogTable state changed. Reason: New leader d4d421d5ad024409898846dcf96474c1. Latest consensus state: current_term: 1 leader_uuid: "d4d421d5ad024409898846dcf96474c1" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "d4d421d5ad024409898846dcf96474c1" member_type: VOTER } }
I20260630 12:37:06.896958  7008 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:06.897003  7009 sys_catalog.cc:458] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:06.899246  7015 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:06.904356  7015 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:06.907322   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:06.913491  7015 catalog_manager.cc:1383] Generated new cluster ID: 14eea6ea30944354a82f7602f3941a4b
I20260630 12:37:06.913779  7015 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:06.930617  7015 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:06.931972  7015 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:06.947679  7015 catalog_manager.cc:6070] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1: Generated new TSK 0
I20260630 12:37:06.948282  7015 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:06.974581   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:06.980587  7025 instance_detector.cc: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:06.981907  7026 instance_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:06.985178  7028 instance_detector.cc: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:06.985495   788 server_base.cc:1061] running on GCE node
I20260630 12:37:06.990103   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:06.990348   788 system_unsync_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:06.990533   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823026990509 us; error 0 us; skew 500 ppm
I20260630 12:37:06.991024   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:06.993677   788 webserver.cc:533] Webserver started at http://127.0.197.1:45369/ using document root <none> and password file <none>
I20260630 12:37:06.994138   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:06.994342   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:06.994611   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:06.995682   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "5a2bed7487d042ddaed6f5531fcdc95e"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-0dvn"
I20260630 12:37:07.000095   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:37:07.003657  7033 log_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.004539   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:07.004807   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "5a2bed7487d042ddaed6f5531fcdc95e"
format_stamp: "Formatted at 2026-06-30 12:37:06 on dist-test-slave-0dvn"
I20260630 12:37:07.005038   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-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:07.014134   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:07.015215   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:07.016583   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:07.018908   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:07.019079   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.019317   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:07.019533   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.059300   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:37209
I20260630 12:37:07.059408  7095 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:37209 every 8 connection(s)
I20260630 12:37:07.064277   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:07.071812  7100 instance_detector.cc: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.075003  7103 instance_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.074991  7101 instance_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.075757   788 server_base.cc:1061] running on GCE node
I20260630 12:37:07.076802   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:07.077034   788 system_unsync_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.077231   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823027077212 us; error 0 us; skew 500 ppm
I20260630 12:37:07.077840   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:07.079849  7096 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41891
I20260630 12:37:07.080225  7096 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:07.080576   788 webserver.cc:533] Webserver started at http://127.0.197.2:43267/ using document root <none> and password file <none>
I20260630 12:37:07.081012  7096 heartbeater.cc:507] Master 127.0.197.62:41891 requested a full tablet report, sending...
I20260630 12:37:07.081094   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:07.081529   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:07.081817   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:07.083130   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "5c0a8a2d62ae40ac91c35ee3c437302f"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-0dvn"
I20260630 12:37:07.083279  6969 ts_manager.cc:194] Registered new tserver with Master: 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209)
I20260630 12:37:07.085136  6969 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45554
I20260630 12:37:07.087993   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:07.091440  7108 log_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.092252   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:07.092549   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "5c0a8a2d62ae40ac91c35ee3c437302f"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-0dvn"
I20260630 12:37:07.092854   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-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:07.116454   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:07.117723   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:07.119202   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:07.121528   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:07.121754   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.121984   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:07.122157   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.161576   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:36611
I20260630 12:37:07.161697  7170 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:36611 every 8 connection(s)
I20260630 12:37:07.166448   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:07.173616  7174 instance_detector.cc: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.174660  7175 instance_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.179994  7171 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41891
I20260630 12:37:07.180472  7171 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:07.180979   788 server_base.cc:1061] running on GCE node
I20260630 12:37:07.181535  7171 heartbeater.cc:507] Master 127.0.197.62:41891 requested a full tablet report, sending...
I20260630 12:37:07.183704  6969 ts_manager.cc:194] Registered new tserver with Master: 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
W20260630 12:37:07.184013  7177 instance_detector.cc: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:07.185078   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:07.185343   788 system_unsync_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.185575  6969 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45564
I20260630 12:37:07.185577   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823027185555 us; error 0 us; skew 500 ppm
I20260630 12:37:07.186667   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:07.189096   788 webserver.cc:533] Webserver started at http://127.0.197.3:43933/ using document root <none> and password file <none>
I20260630 12:37:07.189569   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:07.189749   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:07.189953   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:07.191090   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "a34a467ce7c34efd97774779ca81398c"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-0dvn"
I20260630 12:37:07.195652   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:07.198680  7182 log_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.199419   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:07.199704   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "a34a467ce7c34efd97774779ca81398c"
format_stamp: "Formatted at 2026-06-30 12:37:07 on dist-test-slave-0dvn"
I20260630 12:37:07.199965   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-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:07.212373   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:07.213569   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:07.214936   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:07.216996   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:07.217193   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.217473   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:07.217634   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:07.256415   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:38477
I20260630 12:37:07.256517  7245 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:38477 every 8 connection(s)
I20260630 12:37:07.270638  7246 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41891
I20260630 12:37:07.271087  7246 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:07.271893  7246 heartbeater.cc:507] Master 127.0.197.62:41891 requested a full tablet report, sending...
I20260630 12:37:07.273933  6969 ts_manager.cc:194] Registered new tserver with Master: a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:07.274317   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014666548s
I20260630 12:37:07.275305  6969 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45572
I20260630 12:37:08.087798  7096 heartbeater.cc:499] Master 127.0.197.62:41891 was elected leader, sending a full tablet report...
I20260630 12:37:08.188490  7171 heartbeater.cc:499] Master 127.0.197.62:41891 was elected leader, sending a full tablet report...
I20260630 12:37:08.277912  7246 heartbeater.cc:499] Master 127.0.197.62:41891 was elected leader, sending a full tablet report...
I20260630 12:37:08.330103  6969 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:45584:
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:08.332403  6969 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:08.395391  7211 tablet_service.cc:1511] Processing CreateTablet for tablet f90f8fee09884e9290a991bf95669060 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:08.396155  7136 tablet_service.cc:1511] Processing CreateTablet for tablet f90f8fee09884e9290a991bf95669060 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:08.396410  7209 tablet_service.cc:1511] Processing CreateTablet for tablet b0d41e63301840328acd6b43fcb9ff0d (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:08.397042  7211 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90f8fee09884e9290a991bf95669060. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.397517  7136 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90f8fee09884e9290a991bf95669060. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.397977  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0d41e63301840328acd6b43fcb9ff0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.400717  7135 tablet_service.cc:1511] Processing CreateTablet for tablet 2a8d8995ad74488d98cb90b5d9a176c2 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:08.402547  7134 tablet_service.cc:1511] Processing CreateTablet for tablet b0d41e63301840328acd6b43fcb9ff0d (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:08.402702  7210 tablet_service.cc:1511] Processing CreateTablet for tablet 2a8d8995ad74488d98cb90b5d9a176c2 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:08.404292  7135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a8d8995ad74488d98cb90b5d9a176c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.405031  7210 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a8d8995ad74488d98cb90b5d9a176c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.407629  7134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0d41e63301840328acd6b43fcb9ff0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.425647  7266 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: Bootstrap starting.
I20260630 12:37:08.428573  7061 tablet_service.cc:1511] Processing CreateTablet for tablet f90f8fee09884e9290a991bf95669060 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:08.430004  7061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90f8fee09884e9290a991bf95669060. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.429709  7060 tablet_service.cc:1511] Processing CreateTablet for tablet 2a8d8995ad74488d98cb90b5d9a176c2 (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:08.431015  7060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a8d8995ad74488d98cb90b5d9a176c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.431723  7209 tablet_service.cc:1511] Processing CreateTablet for tablet 10af5571f67e48d8aaefa7fb61d97cfa (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:08.432987  7209 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10af5571f67e48d8aaefa7fb61d97cfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.434635  7059 tablet_service.cc:1511] Processing CreateTablet for tablet b0d41e63301840328acd6b43fcb9ff0d (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:08.435214  7135 tablet_service.cc:1511] Processing CreateTablet for tablet 10af5571f67e48d8aaefa7fb61d97cfa (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:08.437114  7135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10af5571f67e48d8aaefa7fb61d97cfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.438298  7058 tablet_service.cc:1511] Processing CreateTablet for tablet 10af5571f67e48d8aaefa7fb61d97cfa (DEFAULT_TABLE table=test-workload [id=6f447916e95e4acab923b414f9b69825]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:08.439792  7059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0d41e63301840328acd6b43fcb9ff0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.454550  7266 tablet_bootstrap.cc:654] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.449172  7058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10af5571f67e48d8aaefa7fb61d97cfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:08.471630  7267 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: Bootstrap starting.
I20260630 12:37:08.478328  7268 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: Bootstrap starting.
I20260630 12:37:08.480803  7266 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: No bootstrap required, opened a new log
I20260630 12:37:08.481367  7266 ts_tablet_manager.cc:1403] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: Time spent bootstrapping tablet: real 0.056s	user 0.005s	sys 0.006s
I20260630 12:37:08.484939  7268 tablet_bootstrap.cc:654] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.484628  7266 raft_consensus.cc:359] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.485399  7266 raft_consensus.cc:385] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.485754  7266 raft_consensus.cc:740] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a34a467ce7c34efd97774779ca81398c, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.487046  7267 tablet_bootstrap.cc:654] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.486788  7266 consensus_queue.cc:260] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.499699  7266 ts_tablet_manager.cc:1434] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: Time spent starting tablet: real 0.018s	user 0.005s	sys 0.012s
I20260630 12:37:08.499907  7267 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: No bootstrap required, opened a new log
I20260630 12:37:08.500411  7267 ts_tablet_manager.cc:1403] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent bootstrapping tablet: real 0.029s	user 0.013s	sys 0.005s
I20260630 12:37:08.500546  7268 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: No bootstrap required, opened a new log
I20260630 12:37:08.500790  7266 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: Bootstrap starting.
I20260630 12:37:08.501230  7268 ts_tablet_manager.cc:1403] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.007s
I20260630 12:37:08.503523  7267 raft_consensus.cc:359] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.504467  7267 raft_consensus.cc:385] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.504434  7268 raft_consensus.cc:359] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.505070  7267 raft_consensus.cc:740] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.505558  7268 raft_consensus.cc:385] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.505957  7268 raft_consensus.cc:740] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.506227  7267 consensus_queue.cc:260] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.507016  7268 consensus_queue.cc:260] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.508149  7266 tablet_bootstrap.cc:654] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.515152  7267 ts_tablet_manager.cc:1434] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent starting tablet: real 0.014s	user 0.014s	sys 0.000s
I20260630 12:37:08.516569  7267 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: Bootstrap starting.
I20260630 12:37:08.518323  7268 ts_tablet_manager.cc:1434] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent starting tablet: real 0.017s	user 0.011s	sys 0.001s
I20260630 12:37:08.519558  7266 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: No bootstrap required, opened a new log
I20260630 12:37:08.520072  7266 ts_tablet_manager.cc:1403] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.003s
I20260630 12:37:08.519543  7268 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Bootstrap starting.
I20260630 12:37:08.522924  7267 tablet_bootstrap.cc:654] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.522563  7266 raft_consensus.cc:359] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.523334  7266 raft_consensus.cc:385] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.523665  7266 raft_consensus.cc:740] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a34a467ce7c34efd97774779ca81398c, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.524461  7266 consensus_queue.cc:260] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.527045  7266 ts_tablet_manager.cc:1434] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:37:08.527990  7266 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: Bootstrap starting.
I20260630 12:37:08.531337  7268 tablet_bootstrap.cc:654] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.534457  7266 tablet_bootstrap.cc:654] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.544133  7268 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: No bootstrap required, opened a new log
I20260630 12:37:08.544917  7268 ts_tablet_manager.cc:1403] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.009s
I20260630 12:37:08.548707  7268 raft_consensus.cc:359] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.550369  7268 raft_consensus.cc:385] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.550702  7268 raft_consensus.cc:740] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.551563  7268 consensus_queue.cc:260] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.552784  7266 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: No bootstrap required, opened a new log
I20260630 12:37:08.553339  7266 ts_tablet_manager.cc:1403] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: Time spent bootstrapping tablet: real 0.026s	user 0.021s	sys 0.004s
I20260630 12:37:08.555867  7268 ts_tablet_manager.cc:1434] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:08.556341  7266 raft_consensus.cc:359] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.556882  7268 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: Bootstrap starting.
I20260630 12:37:08.557185  7266 raft_consensus.cc:385] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.557585  7266 raft_consensus.cc:740] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a34a467ce7c34efd97774779ca81398c, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.558539  7266 consensus_queue.cc:260] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.560775  7266 ts_tablet_manager.cc:1434] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.003s
I20260630 12:37:08.561829  7266 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: Bootstrap starting.
I20260630 12:37:08.566049  7271 raft_consensus.cc:493] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.566609  7271 raft_consensus.cc:515] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.568476  7266 tablet_bootstrap.cc:654] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.572211  7268 tablet_bootstrap.cc:654] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.572605  7271 leader_election.cc:290] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:08.576823  7267 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: No bootstrap required, opened a new log
I20260630 12:37:08.577277  7267 ts_tablet_manager.cc:1403] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent bootstrapping tablet: real 0.061s	user 0.020s	sys 0.032s
I20260630 12:37:08.578347  7268 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: No bootstrap required, opened a new log
I20260630 12:37:08.578979  7268 ts_tablet_manager.cc:1403] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent bootstrapping tablet: real 0.022s	user 0.007s	sys 0.005s
I20260630 12:37:08.580935  7274 raft_consensus.cc:493] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.581434  7267 raft_consensus.cc:359] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.581480  7274 raft_consensus.cc:515] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.582248  7267 raft_consensus.cc:385] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.582612  7267 raft_consensus.cc:740] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.585966  7274 leader_election.cc:290] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.588456  7267 consensus_queue.cc:260] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.594065  7266 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: No bootstrap required, opened a new log
I20260630 12:37:08.594730  7266 ts_tablet_manager.cc:1403] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: Time spent bootstrapping tablet: real 0.033s	user 0.008s	sys 0.004s
I20260630 12:37:08.596791  7267 ts_tablet_manager.cc:1434] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent starting tablet: real 0.019s	user 0.006s	sys 0.000s
I20260630 12:37:08.597949  7267 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: Bootstrap starting.
I20260630 12:37:08.598192  7266 raft_consensus.cc:359] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.598994  7266 raft_consensus.cc:385] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.599292  7266 raft_consensus.cc:740] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a34a467ce7c34efd97774779ca81398c, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.606666  7267 tablet_bootstrap.cc:654] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.600636  7268 raft_consensus.cc:359] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.607378  7268 raft_consensus.cc:385] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.607812  7268 raft_consensus.cc:740] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.608074  7266 consensus_queue.cc:260] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.610924  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "a34a467ce7c34efd97774779ca81398c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" is_pre_election: true
W20260630 12:37:08.613211  7185 leader_election.cc:343] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:08.614346  7266 ts_tablet_manager.cc:1434] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.001s
I20260630 12:37:08.623014  7268 consensus_queue.cc:260] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.629956  7267 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: No bootstrap required, opened a new log
I20260630 12:37:08.630296  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c" is_pre_election: true
I20260630 12:37:08.630535  7267 ts_tablet_manager.cc:1403] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent bootstrapping tablet: real 0.033s	user 0.009s	sys 0.009s
I20260630 12:37:08.630983  7221 raft_consensus.cc:2468] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 0.
I20260630 12:37:08.632112  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" is_pre_election: true
I20260630 12:37:08.632453  7034 leader_election.cc:304] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a2bed7487d042ddaed6f5531fcdc95e, a34a467ce7c34efd97774779ca81398c; no voters: 
I20260630 12:37:08.633469  7274 raft_consensus.cc:2804] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.633831  7274 raft_consensus.cc:493] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.633739  7267 raft_consensus.cc:359] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.634356  7274 raft_consensus.cc:3060] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.634639  7267 raft_consensus.cc:385] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.635026  7267 raft_consensus.cc:740] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.635030  7071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "a34a467ce7c34efd97774779ca81398c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" is_pre_election: true
I20260630 12:37:08.636075  7267 consensus_queue.cc:260] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
W20260630 12:37:08.636806  7036 leader_election.cc:343] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:08.638185  7267 ts_tablet_manager.cc:1434] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:37:08.638931  7267 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: Bootstrap starting.
I20260630 12:37:08.642381  7268 ts_tablet_manager.cc:1434] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent starting tablet: real 0.063s	user 0.004s	sys 0.005s
I20260630 12:37:08.642477  7274 raft_consensus.cc:515] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.643776  7071 raft_consensus.cc:2393] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a34a467ce7c34efd97774779ca81398c in current term 1: Already voted for candidate 5a2bed7487d042ddaed6f5531fcdc95e in this term.
I20260630 12:37:08.644259  7267 tablet_bootstrap.cc:654] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.646273  7268 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Bootstrap starting.
I20260630 12:37:08.647318  7185 leader_election.cc:304] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [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: a34a467ce7c34efd97774779ca81398c; no voters: 5a2bed7487d042ddaed6f5531fcdc95e, 5c0a8a2d62ae40ac91c35ee3c437302f
I20260630 12:37:08.648546  7271 raft_consensus.cc:3060] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.649222  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c"
I20260630 12:37:08.650803  7274 leader_election.cc:290] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 election: Requested vote from peers 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.651005  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f"
I20260630 12:37:08.651669  7146 raft_consensus.cc:3060] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.656571  7271 raft_consensus.cc:2749] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:08.659636  7146 raft_consensus.cc:2468] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 1.
I20260630 12:37:08.659909  7267 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: No bootstrap required, opened a new log
I20260630 12:37:08.660458  7267 ts_tablet_manager.cc:1403] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent bootstrapping tablet: real 0.022s	user 0.009s	sys 0.002s
I20260630 12:37:08.660984  7036 leader_election.cc:304] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a2bed7487d042ddaed6f5531fcdc95e, 5c0a8a2d62ae40ac91c35ee3c437302f; no voters: 
I20260630 12:37:08.662077  7274 raft_consensus.cc:2804] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.663398  7267 raft_consensus.cc:359] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.664140  7267 raft_consensus.cc:385] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.664439  7268 tablet_bootstrap.cc:654] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:08.664458  7267 raft_consensus.cc:740] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.664479  7221 raft_consensus.cc:2468] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 1.
I20260630 12:37:08.665879  7267 consensus_queue.cc:260] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.667670  7267 ts_tablet_manager.cc:1434] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:08.669874  7274 raft_consensus.cc:697] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: Becoming Leader. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Running, Role: LEADER
I20260630 12:37:08.670912  7274 consensus_queue.cc:237] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.673750  7268 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: No bootstrap required, opened a new log
I20260630 12:37:08.674326  7268 ts_tablet_manager.cc:1403] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent bootstrapping tablet: real 0.028s	user 0.012s	sys 0.003s
I20260630 12:37:08.677551  7268 raft_consensus.cc:359] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.678395  7268 raft_consensus.cc:385] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:08.678750  7268 raft_consensus.cc:740] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Initialized, Role: FOLLOWER
I20260630 12:37:08.679535  7268 consensus_queue.cc:260] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.680845  6965 catalog_manager.cc:5697] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1). New cstate: current_term: 1 leader_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.681857  7268 ts_tablet_manager.cc:1434] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:08.693713  7273 raft_consensus.cc:493] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.694234  7273 raft_consensus.cc:515] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.696415  7273 leader_election.cc:290] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.708961  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a8d8995ad74488d98cb90b5d9a176c2" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c" is_pre_election: true
I20260630 12:37:08.708973  7071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a8d8995ad74488d98cb90b5d9a176c2" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" is_pre_election: true
I20260630 12:37:08.709939  7071 raft_consensus.cc:2468] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 0.
I20260630 12:37:08.709933  7221 raft_consensus.cc:2468] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 0.
I20260630 12:37:08.711393  7109 leader_election.cc:304] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 
I20260630 12:37:08.712209  7273 raft_consensus.cc:2804] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.712515  7273 raft_consensus.cc:493] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.712803  7273 raft_consensus.cc:3060] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.717744  7273 raft_consensus.cc:515] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.719650  7273 leader_election.cc:290] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 election: Requested vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.720413  7071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a8d8995ad74488d98cb90b5d9a176c2" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a2bed7487d042ddaed6f5531fcdc95e"
I20260630 12:37:08.720638  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2a8d8995ad74488d98cb90b5d9a176c2" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c"
I20260630 12:37:08.721038  7071 raft_consensus.cc:3060] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.721153  7221 raft_consensus.cc:3060] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.728163  7221 raft_consensus.cc:2468] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 1.
I20260630 12:37:08.728163  7071 raft_consensus.cc:2468] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 1.
I20260630 12:37:08.729753  7111 leader_election.cc:304] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a2bed7487d042ddaed6f5531fcdc95e, 5c0a8a2d62ae40ac91c35ee3c437302f; no voters: 
I20260630 12:37:08.730509  7273 raft_consensus.cc:2804] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.731606  7273 raft_consensus.cc:697] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Becoming Leader. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Running, Role: LEADER
I20260630 12:37:08.732370  7273 consensus_queue.cc:237] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.739149  6965 catalog_manager.cc:5697] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: term changed from 0 to 1, leader changed from <none> to 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:08.795045  7274 raft_consensus.cc:493] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.795523  7274 raft_consensus.cc:515] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.797130  7274 leader_election.cc:290] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.798028  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" is_pre_election: true
I20260630 12:37:08.798158  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c" is_pre_election: true
I20260630 12:37:08.798666  7146 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 0.
I20260630 12:37:08.798785  7221 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 0.
I20260630 12:37:08.799805  7036 leader_election.cc:304] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a2bed7487d042ddaed6f5531fcdc95e, 5c0a8a2d62ae40ac91c35ee3c437302f; no voters: 
I20260630 12:37:08.800503  7274 raft_consensus.cc:2804] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.800936  7274 raft_consensus.cc:493] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.801214  7274 raft_consensus.cc:3060] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.806257  7274 raft_consensus.cc:515] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.807870  7274 leader_election.cc:290] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 election: Requested vote from peers 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:08.808674  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f"
I20260630 12:37:08.808905  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c"
I20260630 12:37:08.809191  7146 raft_consensus.cc:3060] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.809512  7221 raft_consensus.cc:3060] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.814038  7146 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 1.
I20260630 12:37:08.814188  7221 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5a2bed7487d042ddaed6f5531fcdc95e in term 1.
I20260630 12:37:08.815202  7036 leader_election.cc:304] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5a2bed7487d042ddaed6f5531fcdc95e, 5c0a8a2d62ae40ac91c35ee3c437302f; no voters: 
I20260630 12:37:08.815975  7274 raft_consensus.cc:2804] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.816371  7274 raft_consensus.cc:697] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: Becoming Leader. State: Replica: 5a2bed7487d042ddaed6f5531fcdc95e, State: Running, Role: LEADER
I20260630 12:37:08.817128  7274 consensus_queue.cc:237] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:08.824316  6965 catalog_manager.cc:5697] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e reported cstate change: term changed from 0 to 1, leader changed from <none> to 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1). New cstate: current_term: 1 leader_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:08.903981  7017 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:08.963634  7273 raft_consensus.cc:493] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:08.964232  7273 raft_consensus.cc:515] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.965912  7273 leader_election.cc:290] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477), 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209)
I20260630 12:37:08.966810  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90f8fee09884e9290a991bf95669060" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c" is_pre_election: true
I20260630 12:37:08.966988  7071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90f8fee09884e9290a991bf95669060" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" is_pre_election: true
I20260630 12:37:08.967368  7221 raft_consensus.cc:2468] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 0.
I20260630 12:37:08.967625  7071 raft_consensus.cc:2468] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 0.
I20260630 12:37:08.968438  7109 leader_election.cc:304] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 
I20260630 12:37:08.969238  7273 raft_consensus.cc:2804] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:08.969581  7273 raft_consensus.cc:493] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:08.969877  7273 raft_consensus.cc:3060] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.974666  7273 raft_consensus.cc:515] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.976238  7273 leader_election.cc:290] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 election: Requested vote from peers a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477), 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209)
I20260630 12:37:08.976965  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90f8fee09884e9290a991bf95669060" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c"
I20260630 12:37:08.977249  7071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f90f8fee09884e9290a991bf95669060" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5a2bed7487d042ddaed6f5531fcdc95e"
I20260630 12:37:08.977494  7221 raft_consensus.cc:3060] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.977869  7071 raft_consensus.cc:3060] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:08.982384  7221 raft_consensus.cc:2468] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 1.
I20260630 12:37:08.983026  7071 raft_consensus.cc:2468] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 1.
I20260630 12:37:08.983495  7109 leader_election.cc:304] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 
I20260630 12:37:08.984313  7273 raft_consensus.cc:2804] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:08.984715  7273 raft_consensus.cc:697] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Becoming Leader. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Running, Role: LEADER
I20260630 12:37:08.985320  7273 consensus_queue.cc:237] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } }
I20260630 12:37:08.992234  6969 catalog_manager.cc:5697] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: term changed from 0 to 1, leader changed from <none> to 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:09.130165   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:09.147373   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:09.148249   788 tablet_replica.cc:333] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: stopping tablet replica
I20260630 12:37:09.148819   788 raft_consensus.cc:2243] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:09.149485   788 pending_rounds.cc:70] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Trying to abort 1 pending ops.
I20260630 12:37:09.149703   788 pending_rounds.cc:77] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443126042304512 op_type: NO_OP noop_request { }
I20260630 12:37:09.150010   788 raft_consensus.cc:2889] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:09.150290   788 raft_consensus.cc:2272] T 10af5571f67e48d8aaefa7fb61d97cfa P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.152614   788 tablet_replica.cc:333] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e: stopping tablet replica
I20260630 12:37:09.153127   788 raft_consensus.cc:2243] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:09.153549   788 raft_consensus.cc:2272] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.155107   788 tablet_replica.cc:333] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: stopping tablet replica
I20260630 12:37:09.155588   788 raft_consensus.cc:2243] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:09.156154   788 pending_rounds.cc:70] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Trying to abort 1 pending ops.
I20260630 12:37:09.156375   788 pending_rounds.cc:77] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443125446803456 op_type: NO_OP noop_request { }
I20260630 12:37:09.156644   788 raft_consensus.cc:2889] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:09.156934   788 raft_consensus.cc:2272] T b0d41e63301840328acd6b43fcb9ff0d P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.159286   788 tablet_replica.cc:333] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e: stopping tablet replica
I20260630 12:37:09.159757   788 raft_consensus.cc:2243] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:09.160120   788 raft_consensus.cc:2272] T f90f8fee09884e9290a991bf95669060 P 5a2bed7487d042ddaed6f5531fcdc95e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:09.181581   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
W20260630 12:37:09.263484  7111 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111) [suppressed 7 similar messages]
I20260630 12:37:09.266002  7273 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:37:09.267107  7111 consensus_peers.cc:597] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:09.389922  7111 consensus_peers.cc:597] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:09.564370  7302 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:09.873767  7302 consensus_queue.cc:579] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.140s)
W20260630 12:37:09.879591  6969 catalog_manager.cc:5375] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 2a8d8995ad74488d98cb90b5d9a176c2 with cas_config_opid_index -1: no extra replica candidate found for tablet 2a8d8995ad74488d98cb90b5d9a176c2 (table test-workload [id=6f447916e95e4acab923b414f9b69825]): Not found: could not select location for extra replica: not enough tablet servers to satisfy replica placement policy: the total number of registered tablet servers (3) does not allow for adding an extra replica; consider bringing up more to have at least 4 tablet servers up and running
W20260630 12:37:09.905929  7017 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5a2bed7487d042ddaed6f5531fcdc95e not available for placement
I20260630 12:37:09.990728  7302 consensus_queue.cc:579] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.004s)
I20260630 12:37:10.224699   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:10.230675  7305 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:10.231436  7306 instance_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:10.232417  7308 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:10.234385   788 server_base.cc:1061] running on GCE node
I20260630 12:37:10.235307   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:10.235522   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:10.235723   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823030235688 us; error 0 us; skew 500 ppm
I20260630 12:37:10.236253   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:10.238538   788 webserver.cc:533] Webserver started at http://127.0.197.4:43785/ using document root <none> and password file <none>
I20260630 12:37:10.238999   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:10.239197   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:10.239470   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:10.240500   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "803db05f88634c768052ecae4fb2e10d"
format_stamp: "Formatted at 2026-06-30 12:37:10 on dist-test-slave-0dvn"
I20260630 12:37:10.244861   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:10.248757  7313 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:10.249637   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:10.249926   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "803db05f88634c768052ecae4fb2e10d"
format_stamp: "Formatted at 2026-06-30 12:37:10 on dist-test-slave-0dvn"
I20260630 12:37:10.250207   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.NoRebalancingIfReplicasRecovering.1782822861066773-788-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:10.259727   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:10.260807   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:10.262216   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:10.264336   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:10.264513   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:10.264806   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:10.264966   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:10.302872   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:35457
I20260630 12:37:10.302978  7375 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:35457 every 8 connection(s)
I20260630 12:37:10.317080  7376 heartbeater.cc:344] Connected to a master server at 127.0.197.62:41891
I20260630 12:37:10.317520  7376 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:10.318249  7376 heartbeater.cc:507] Master 127.0.197.62:41891 requested a full tablet report, sending...
I20260630 12:37:10.320068  6969 ts_manager.cc:194] Registered new tserver with Master: 803db05f88634c768052ecae4fb2e10d (127.0.197.4:35457)
I20260630 12:37:10.321354  6969 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:45598
I20260630 12:37:10.326794  7146 consensus_queue.cc:237] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:10.332592  7221 raft_consensus.cc:1275] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:10.334414  7293 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:10.337004  7111 consensus_peers.cc:597] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.340525  7273 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:10.342239  7221 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
W20260630 12:37:10.344273  7112 consensus_peers.cc:597] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 803db05f88634c768052ecae4fb2e10d (127.0.197.4:35457): Couldn't send request to peer 803db05f88634c768052ecae4fb2e10d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f90f8fee09884e9290a991bf95669060. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.350443  6955 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet f90f8fee09884e9290a991bf95669060 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:37:10.354674  6969 catalog_manager.cc:5697] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:10.392941  7273 raft_consensus.cc:493] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:10.393473  7273 raft_consensus.cc:515] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.395361  7273 leader_election.cc:290] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:10.396579  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c" is_pre_election: true
I20260630 12:37:10.397248  7221 raft_consensus.cc:2468] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 1.
I20260630 12:37:10.398401  7109 leader_election.cc:304] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [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: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 
W20260630 12:37:10.399066  7111 leader_election.cc:336] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:10.399088  7273 raft_consensus.cc:2804] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:10.399657  7273 raft_consensus.cc:493] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:10.399981  7273 raft_consensus.cc:3060] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:10.405028  7273 raft_consensus.cc:515] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.406574  7273 leader_election.cc:290] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 2 election: Requested vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:10.407719  7221 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "b0d41e63301840328acd6b43fcb9ff0d" candidate_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a34a467ce7c34efd97774779ca81398c"
I20260630 12:37:10.408334  7221 raft_consensus.cc:3060] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:10.410208  7111 leader_election.cc:336] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:10.413525  7221 raft_consensus.cc:2468] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5c0a8a2d62ae40ac91c35ee3c437302f in term 2.
I20260630 12:37:10.414392  7109 leader_election.cc:304] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [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: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 5a2bed7487d042ddaed6f5531fcdc95e
I20260630 12:37:10.414992  7273 raft_consensus.cc:2804] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:10.415388  7273 raft_consensus.cc:697] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 LEADER]: Becoming Leader. State: Replica: 5c0a8a2d62ae40ac91c35ee3c437302f, State: Running, Role: LEADER
I20260630 12:37:10.416126  7273 consensus_queue.cc:237] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Queue going to LEADER 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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.422261  6965 catalog_manager.cc:5697] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: term changed from 1 to 2, leader changed from 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) to 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2). New cstate: current_term: 2 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:10.533329  7146 consensus_queue.cc:237] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:10.539492  7221 raft_consensus.cc:1275] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:10.539871  7112 consensus_peers.cc:597] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 803db05f88634c768052ecae4fb2e10d (127.0.197.4:35457): Couldn't send request to peer 803db05f88634c768052ecae4fb2e10d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2a8d8995ad74488d98cb90b5d9a176c2. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.540823  7273 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:10.542276  7111 consensus_peers.cc:597] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:10.547369  7302 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:10.549098  7221 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:10.554778  6955 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 2a8d8995ad74488d98cb90b5d9a176c2 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 6)
I20260630 12:37:10.559266  6965 catalog_manager.cc:5697] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:10.662824  7382 raft_consensus.cc:493] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:10.663395  7382 raft_consensus.cc:515] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.665205  7382 leader_election.cc:290] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:10.667665  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "a34a467ce7c34efd97774779ca81398c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" is_pre_election: true
I20260630 12:37:10.668483  7146 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a34a467ce7c34efd97774779ca81398c in term 1.
I20260630 12:37:10.670166  7185 leader_election.cc:304] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [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: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 
I20260630 12:37:10.670799  7382 raft_consensus.cc:2804] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260630 12:37:10.670827  7185 leader_election.cc:336] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:10.671274  7382 raft_consensus.cc:493] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:10.671593  7382 raft_consensus.cc:3060] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:10.676379  7382 raft_consensus.cc:515] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.677909  7382 leader_election.cc:290] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 2 election: Requested vote from peers 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209), 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:10.679453  7146 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "10af5571f67e48d8aaefa7fb61d97cfa" candidate_uuid: "a34a467ce7c34efd97774779ca81398c" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f"
I20260630 12:37:10.680042  7146 raft_consensus.cc:3060] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:10.681391  7185 leader_election.cc:336] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:10.684942  7146 raft_consensus.cc:2468] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a34a467ce7c34efd97774779ca81398c in term 2.
I20260630 12:37:10.685886  7185 leader_election.cc:304] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [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: 5c0a8a2d62ae40ac91c35ee3c437302f, a34a467ce7c34efd97774779ca81398c; no voters: 5a2bed7487d042ddaed6f5531fcdc95e
I20260630 12:37:10.686455  7382 raft_consensus.cc:2804] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:10.687470  7382 raft_consensus.cc:697] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 LEADER]: Becoming Leader. State: Replica: a34a467ce7c34efd97774779ca81398c, State: Running, Role: LEADER
I20260630 12:37:10.688210  7382 consensus_queue.cc:237] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Queue going to LEADER 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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } }
I20260630 12:37:10.695154  6969 catalog_manager.cc:5697] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c reported cstate change: term changed from 1 to 2, leader changed from 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) to a34a467ce7c34efd97774779ca81398c (127.0.197.3). New cstate: current_term: 2 leader_uuid: "a34a467ce7c34efd97774779ca81398c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:10.776496  7395 ts_tablet_manager.cc:933] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: Initiating tablet copy from peer 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:10.778090  7395 tablet_copy_client.cc:323] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:36611
I20260630 12:37:10.787503  7156 tablet_copy_service.cc:140] P 5c0a8a2d62ae40ac91c35ee3c437302f: Received BeginTabletCopySession request for tablet f90f8fee09884e9290a991bf95669060 from peer 803db05f88634c768052ecae4fb2e10d ({username='slave'} at 127.0.0.1:59572)
I20260630 12:37:10.787990  7156 tablet_copy_service.cc:161] P 5c0a8a2d62ae40ac91c35ee3c437302f: Beginning new tablet copy session on tablet f90f8fee09884e9290a991bf95669060 from peer 803db05f88634c768052ecae4fb2e10d at {username='slave'} at 127.0.0.1:59572: session id = 803db05f88634c768052ecae4fb2e10d-f90f8fee09884e9290a991bf95669060
I20260630 12:37:10.793159  7156 tablet_copy_source_session.cc:215] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:10.795641  7395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f90f8fee09884e9290a991bf95669060. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:10.805882  7395 tablet_copy_client.cc:806] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:10.806329  7395 tablet_copy_client.cc:670] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:10.809738  7395 tablet_copy_client.cc:538] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:10.815172  7395 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: Bootstrap starting.
I20260630 12:37:10.827939  7395 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: 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:10.828622  7395 tablet_bootstrap.cc:492] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: Bootstrap complete.
I20260630 12:37:10.829176  7395 ts_tablet_manager.cc:1403] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: Time spent bootstrapping tablet: real 0.014s	user 0.010s	sys 0.001s
I20260630 12:37:10.831439  7395 raft_consensus.cc:359] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:10.832024  7395 raft_consensus.cc:740] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 803db05f88634c768052ecae4fb2e10d, State: Initialized, Role: LEARNER
I20260630 12:37:10.832528  7395 consensus_queue.cc:260] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [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: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:10.834556  7376 heartbeater.cc:499] Master 127.0.197.62:41891 was elected leader, sending a full tablet report...
I20260630 12:37:10.834978  7395 ts_tablet_manager.cc:1434] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:10.836936  7156 tablet_copy_service.cc:342] P 5c0a8a2d62ae40ac91c35ee3c437302f: Request end of tablet copy session 803db05f88634c768052ecae4fb2e10d-f90f8fee09884e9290a991bf95669060 received from {username='slave'} at 127.0.0.1:59572
I20260630 12:37:10.837368  7156 tablet_copy_service.cc:434] P 5c0a8a2d62ae40ac91c35ee3c437302f: ending tablet copy session 803db05f88634c768052ecae4fb2e10d-f90f8fee09884e9290a991bf95669060 on tablet f90f8fee09884e9290a991bf95669060 with peer 803db05f88634c768052ecae4fb2e10d
W20260630 12:37:10.845093  7111 consensus_peers.cc:597] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:10.908152  7017 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5a2bed7487d042ddaed6f5531fcdc95e not available for placement
I20260630 12:37:10.918915  7221 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:10.920435  7390 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:11.023689  7395 ts_tablet_manager.cc:933] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: Initiating tablet copy from peer 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:11.025321  7395 tablet_copy_client.cc:323] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:36611
I20260630 12:37:11.026957  7156 tablet_copy_service.cc:140] P 5c0a8a2d62ae40ac91c35ee3c437302f: Received BeginTabletCopySession request for tablet 2a8d8995ad74488d98cb90b5d9a176c2 from peer 803db05f88634c768052ecae4fb2e10d ({username='slave'} at 127.0.0.1:59572)
I20260630 12:37:11.027540  7156 tablet_copy_service.cc:161] P 5c0a8a2d62ae40ac91c35ee3c437302f: Beginning new tablet copy session on tablet 2a8d8995ad74488d98cb90b5d9a176c2 from peer 803db05f88634c768052ecae4fb2e10d at {username='slave'} at 127.0.0.1:59572: session id = 803db05f88634c768052ecae4fb2e10d-2a8d8995ad74488d98cb90b5d9a176c2
I20260630 12:37:11.032739  7156 tablet_copy_source_session.cc:215] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:11.035373  7395 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2a8d8995ad74488d98cb90b5d9a176c2. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:11.046329  7395 tablet_copy_client.cc:806] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:11.046883  7395 tablet_copy_client.cc:670] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:11.050093  7395 tablet_copy_client.cc:538] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:11.056604  7395 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: Bootstrap starting.
W20260630 12:37:11.070263  7185 consensus_peers.cc:597] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.072530  7395 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: 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:11.073263  7395 tablet_bootstrap.cc:492] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: Bootstrap complete.
I20260630 12:37:11.073906  7395 ts_tablet_manager.cc:1403] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: Time spent bootstrapping tablet: real 0.017s	user 0.019s	sys 0.000s
I20260630 12:37:11.076093  7395 raft_consensus.cc:359] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:11.076736  7395 raft_consensus.cc:740] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 803db05f88634c768052ecae4fb2e10d, State: Initialized, Role: LEARNER
I20260630 12:37:11.077507  7395 consensus_queue.cc:260] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:11.079880  7395 ts_tablet_manager.cc:1434] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:11.081964  7156 tablet_copy_service.cc:342] P 5c0a8a2d62ae40ac91c35ee3c437302f: Request end of tablet copy session 803db05f88634c768052ecae4fb2e10d-2a8d8995ad74488d98cb90b5d9a176c2 received from {username='slave'} at 127.0.0.1:59572
I20260630 12:37:11.082345  7156 tablet_copy_service.cc:434] P 5c0a8a2d62ae40ac91c35ee3c437302f: ending tablet copy session 803db05f88634c768052ecae4fb2e10d-2a8d8995ad74488d98cb90b5d9a176c2 on tablet 2a8d8995ad74488d98cb90b5d9a176c2 with peer 803db05f88634c768052ecae4fb2e10d
I20260630 12:37:11.207197  7146 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:11.208498  7382 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:11.355018  7351 raft_consensus.cc:1217] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:11.455797  7390 consensus_queue.cc:579] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.039s)
I20260630 12:37:11.464942  7146 consensus_queue.cc:237] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
W20260630 12:37:11.470395  7112 consensus_peers.cc:597] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 803db05f88634c768052ecae4fb2e10d (127.0.197.4:35457): Couldn't send request to peer 803db05f88634c768052ecae4fb2e10d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: b0d41e63301840328acd6b43fcb9ff0d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.470887  7221 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:11.472182  7390 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:11.473021  7111 consensus_peers.cc:597] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.477566  7293 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:11.479050  7221 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:11.484604  6955 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet b0d41e63301840328acd6b43fcb9ff0d with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:11.488517  6965 catalog_manager.cc:5697] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:11.630908  7351 raft_consensus.cc:1217] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:11.816177  7302 consensus_queue.cc:579] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.488s)
W20260630 12:37:11.910342  7017 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5a2bed7487d042ddaed6f5531fcdc95e not available for placement
I20260630 12:37:11.952306  7302 raft_consensus.cc:1064] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: attempting to promote NON_VOTER 803db05f88634c768052ecae4fb2e10d to VOTER
I20260630 12:37:11.954164  7302 consensus_queue.cc:237] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:11.961206  7351 raft_consensus.cc:1275] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:11.961373  7221 raft_consensus.cc:1275] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:11.962934  7390 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:11.963821  7411 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:11.964583  7111 consensus_peers.cc:597] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:11.970746  7411 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:11.972237  7351 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:11.979612  7220 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:11.982880  7414 ts_tablet_manager.cc:933] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: Initiating tablet copy from peer 5c0a8a2d62ae40ac91c35ee3c437302f (127.0.197.2:36611)
I20260630 12:37:11.982522  6965 catalog_manager.cc:5697] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:11.986232  7414 tablet_copy_client.cc:323] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:36611
I20260630 12:37:11.988042  7156 tablet_copy_service.cc:140] P 5c0a8a2d62ae40ac91c35ee3c437302f: Received BeginTabletCopySession request for tablet b0d41e63301840328acd6b43fcb9ff0d from peer 803db05f88634c768052ecae4fb2e10d ({username='slave'} at 127.0.0.1:59572)
I20260630 12:37:11.988562  7156 tablet_copy_service.cc:161] P 5c0a8a2d62ae40ac91c35ee3c437302f: Beginning new tablet copy session on tablet b0d41e63301840328acd6b43fcb9ff0d from peer 803db05f88634c768052ecae4fb2e10d at {username='slave'} at 127.0.0.1:59572: session id = 803db05f88634c768052ecae4fb2e10d-b0d41e63301840328acd6b43fcb9ff0d
I20260630 12:37:11.996296  7146 consensus_queue.cc:237] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:11.998574  7156 tablet_copy_source_session.cc:215] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:12.001345  7350 raft_consensus.cc:1275] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.001978  7414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b0d41e63301840328acd6b43fcb9ff0d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:12.002120  7220 raft_consensus.cc:1275] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.003067  7302 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:12.003708  7390 consensus_queue.cc:1048] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:12.009984  7302 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.012272  7220 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.013074  7350 raft_consensus.cc:2955] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.016767  7414 tablet_copy_client.cc:806] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:12.017858  7390 consensus_queue.cc:579] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.483s)
I20260630 12:37:12.019796  6955 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet f90f8fee09884e9290a991bf95669060 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:12.022610  7414 tablet_copy_client.cc:670] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:12.030122  7414 tablet_copy_client.cc:538] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:12.029884  6965 catalog_manager.cc:5697] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c reported cstate change: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.038002  7414 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: Bootstrap starting.
W20260630 12:37:12.045169  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f90f8fee09884e9290a991bf95669060: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:12.047837  7406 consensus_queue.cc:579] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.359s)
I20260630 12:37:12.065217  7221 consensus_queue.cc:237] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:12.066030  7414 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: 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:12.066809  7414 tablet_bootstrap.cc:492] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: Bootstrap complete.
I20260630 12:37:12.067368  7414 ts_tablet_manager.cc:1403] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: Time spent bootstrapping tablet: real 0.030s	user 0.019s	sys 0.008s
I20260630 12:37:12.069998  7414 raft_consensus.cc:359] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:12.070814  7414 raft_consensus.cc:740] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 803db05f88634c768052ecae4fb2e10d, State: Initialized, Role: LEARNER
I20260630 12:37:12.070883  7146 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:12.071611  7414 consensus_queue.cc:260] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:12.074780  7414 ts_tablet_manager.cc:1434] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:37:12.077121  7156 tablet_copy_service.cc:342] P 5c0a8a2d62ae40ac91c35ee3c437302f: Request end of tablet copy session 803db05f88634c768052ecae4fb2e10d-b0d41e63301840328acd6b43fcb9ff0d received from {username='slave'} at 127.0.0.1:59572
I20260630 12:37:12.077682  7156 tablet_copy_service.cc:434] P 5c0a8a2d62ae40ac91c35ee3c437302f: ending tablet copy session 803db05f88634c768052ecae4fb2e10d-b0d41e63301840328acd6b43fcb9ff0d on tablet b0d41e63301840328acd6b43fcb9ff0d with peer 803db05f88634c768052ecae4fb2e10d
I20260630 12:37:12.078828  7420 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:12.081092  7302 raft_consensus.cc:1064] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: attempting to promote NON_VOTER 803db05f88634c768052ecae4fb2e10d to VOTER
I20260630 12:37:12.083652  7302 consensus_queue.cc:237] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
W20260630 12:37:12.087307  7185 consensus_peers.cc:597] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
W20260630 12:37:12.088284  7186 consensus_peers.cc:597] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c -> Peer 803db05f88634c768052ecae4fb2e10d (127.0.197.4:35457): Couldn't send request to peer 803db05f88634c768052ecae4fb2e10d. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 10af5571f67e48d8aaefa7fb61d97cfa. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.090181  7418 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:12.091413  7146 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:12.102346  7221 raft_consensus.cc:1275] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.102515  6966 catalog_manager.cc:5697] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index -1 to 2, NON_VOTER 803db05f88634c768052ecae4fb2e10d (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "a34a467ce7c34efd97774779ca81398c" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } } }
I20260630 12:37:12.105319  7350 raft_consensus.cc:1275] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 LEARNER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.106772  6953 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 10af5571f67e48d8aaefa7fb61d97cfa with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 1)
I20260630 12:37:12.107587  7411 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:12.110097  7390 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:12.123324  7111 consensus_peers.cc:597] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:12.129307  7302 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.130604  7221 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.143661  7350 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.145545  6966 catalog_manager.cc:5697] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:12.169242  7146 consensus_queue.cc:237] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:12.176396  7221 raft_consensus.cc:1275] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.176596  7350 raft_consensus.cc:1275] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:12.177786  7293 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:12.178442  7390 consensus_queue.cc:1048] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:12.184702  7293 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.188077  7350 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.192071  6955 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 2a8d8995ad74488d98cb90b5d9a176c2 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:12.193569  7221 raft_consensus.cc:2955] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:12.199816  6966 catalog_manager.cc:5697] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:12.516602  7414 ts_tablet_manager.cc:933] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: Initiating tablet copy from peer a34a467ce7c34efd97774779ca81398c (127.0.197.3:38477)
I20260630 12:37:12.519585  7414 tablet_copy_client.cc:323] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:38477
I20260630 12:37:12.519831  7350 raft_consensus.cc:1217] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:12.542922  7231 tablet_copy_service.cc:140] P a34a467ce7c34efd97774779ca81398c: Received BeginTabletCopySession request for tablet 10af5571f67e48d8aaefa7fb61d97cfa from peer 803db05f88634c768052ecae4fb2e10d ({username='slave'} at 127.0.0.1:44474)
I20260630 12:37:12.543473  7231 tablet_copy_service.cc:161] P a34a467ce7c34efd97774779ca81398c: Beginning new tablet copy session on tablet 10af5571f67e48d8aaefa7fb61d97cfa from peer 803db05f88634c768052ecae4fb2e10d at {username='slave'} at 127.0.0.1:44474: session id = 803db05f88634c768052ecae4fb2e10d-10af5571f67e48d8aaefa7fb61d97cfa
I20260630 12:37:12.551338  7231 tablet_copy_source_session.cc:215] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:12.554087  7414 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 10af5571f67e48d8aaefa7fb61d97cfa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:12.567138  7414 tablet_copy_client.cc:806] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:12.567740  7414 tablet_copy_client.cc:670] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:12.571272  7414 tablet_copy_client.cc:538] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:12.576740  7293 consensus_queue.cc:579] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.111s)
I20260630 12:37:12.578043  7414 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: Bootstrap starting.
I20260630 12:37:12.597149  7414 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: 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:12.597887  7414 tablet_bootstrap.cc:492] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: Bootstrap complete.
I20260630 12:37:12.598448  7414 ts_tablet_manager.cc:1403] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: Time spent bootstrapping tablet: real 0.021s	user 0.016s	sys 0.004s
I20260630 12:37:12.600770  7414 raft_consensus.cc:359] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:12.601593  7414 raft_consensus.cc:740] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 803db05f88634c768052ecae4fb2e10d, State: Initialized, Role: LEARNER
I20260630 12:37:12.602296  7414 consensus_queue.cc:260] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: true } }
I20260630 12:37:12.604386  7414 ts_tablet_manager.cc:1434] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:37:12.606019  7231 tablet_copy_service.cc:342] P a34a467ce7c34efd97774779ca81398c: Request end of tablet copy session 803db05f88634c768052ecae4fb2e10d-10af5571f67e48d8aaefa7fb61d97cfa received from {username='slave'} at 127.0.0.1:44474
I20260630 12:37:12.606484  7231 tablet_copy_service.cc:434] P a34a467ce7c34efd97774779ca81398c: ending tablet copy session 803db05f88634c768052ecae4fb2e10d-10af5571f67e48d8aaefa7fb61d97cfa on tablet 10af5571f67e48d8aaefa7fb61d97cfa with peer 803db05f88634c768052ecae4fb2e10d
W20260630 12:37:12.915125  7017 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 5a2bed7487d042ddaed6f5531fcdc95e not available for placement
I20260630 12:37:13.008006  7293 raft_consensus.cc:1064] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: attempting to promote NON_VOTER 803db05f88634c768052ecae4fb2e10d to VOTER
I20260630 12:37:13.010250  7293 consensus_queue.cc:237] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:13.016907  7221 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:13.017063  7350 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:13.018579  7437 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:37:13.019605  7390 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:13.020536  7111 consensus_peers.cc:597] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:13.027536  7351 raft_consensus.cc:1217] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:13.047123  7390 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.049173  7221 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.058883  7350 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.061153  6969 catalog_manager.cc:5697] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f reported cstate change: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:13.079870  7146 consensus_queue.cc:237] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [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: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:13.084599  7221 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:13.084766  7350 raft_consensus.cc:1275] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Refusing update from remote peer 5c0a8a2d62ae40ac91c35ee3c437302f: 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:13.086012  7390 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:13.086668  7293 consensus_queue.cc:1048] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:13.092676  7293 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.095467  7350 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.095453  7221 raft_consensus.cc:2955] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.104764  6955 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet b0d41e63301840328acd6b43fcb9ff0d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:13.107841  6966 catalog_manager.cc:5697] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d reported cstate change: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New cstate: current_term: 2 leader_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
W20260630 12:37:13.120456  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b0d41e63301840328acd6b43fcb9ff0d: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:13.458014  7420 consensus_queue.cc:579] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Leader has been unable to successfully communicate with peer 5a2bed7487d042ddaed6f5531fcdc95e for more than 1 seconds (1.392s)
I20260630 12:37:13.637178  7420 raft_consensus.cc:1064] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: attempting to promote NON_VOTER 803db05f88634c768052ecae4fb2e10d to VOTER
I20260630 12:37:13.639403  7420 consensus_queue.cc:237] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [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: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:13.646113  7350 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 LEARNER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:13.647616  7146 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:13.647574  7447 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:13.649308  7447 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:13.650029  7185 consensus_peers.cc:597] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c -> Peer 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): Couldn't send request to peer 5a2bed7487d042ddaed6f5531fcdc95e. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:13.656656  7420 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.658442  7146 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.669792  7350 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.671615  6969 catalog_manager.cc:5697] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c reported cstate change: config changed from index 2 to 3, 803db05f88634c768052ecae4fb2e10d (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a34a467ce7c34efd97774779ca81398c" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "5a2bed7487d042ddaed6f5531fcdc95e" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37209 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:13.686666  7221 consensus_queue.cc:237] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [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: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } }
I20260630 12:37:13.690582  7146 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:13.690639  7350 raft_consensus.cc:1275] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Refusing update from remote peer a34a467ce7c34efd97774779ca81398c: 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:13.691951  7447 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:13.692525  7420 consensus_queue.cc:1048] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [LEADER]: Connected to new peer: Peer: permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } 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:13.698591  7439 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.700378  7146 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.706872  7350 raft_consensus.cc:2955] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } } }
I20260630 12:37:13.709138  6953 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 10af5571f67e48d8aaefa7fb61d97cfa with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:13.712738  6966 catalog_manager.cc:5697] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c reported cstate change: config changed from index 3 to 4, VOTER 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1) evicted. New cstate: current_term: 2 leader_uuid: "a34a467ce7c34efd97774779ca81398c" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "5c0a8a2d62ae40ac91c35ee3c437302f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 36611 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a34a467ce7c34efd97774779ca81398c" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 38477 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "803db05f88634c768052ecae4fb2e10d" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 35457 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:37:14.273499  6955 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111) [suppressed 57 similar messages]
W20260630 12:37:14.275744  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f90f8fee09884e9290a991bf95669060: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
W20260630 12:37:15.398339  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b0d41e63301840328acd6b43fcb9ff0d: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
W20260630 12:37:16.506343  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 2a8d8995ad74488d98cb90b5d9a176c2: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:17.337580   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:17.367235   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.368016   788 tablet_replica.cc:333] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f: stopping tablet replica
I20260630 12:37:17.368703   788 raft_consensus.cc:2243] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.369400   788 raft_consensus.cc:2272] T 10af5571f67e48d8aaefa7fb61d97cfa P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.371824   788 tablet_replica.cc:333] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f: stopping tablet replica
I20260630 12:37:17.372390   788 raft_consensus.cc:2243] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.373270   788 raft_consensus.cc:2272] T f90f8fee09884e9290a991bf95669060 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.375408   788 tablet_replica.cc:333] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f: stopping tablet replica
I20260630 12:37:17.375914   788 raft_consensus.cc:2243] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.376644   788 raft_consensus.cc:2272] T b0d41e63301840328acd6b43fcb9ff0d P 5c0a8a2d62ae40ac91c35ee3c437302f [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.378840   788 tablet_replica.cc:333] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f: stopping tablet replica
I20260630 12:37:17.379345   788 raft_consensus.cc:2243] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.380110   788 raft_consensus.cc:2272] T 2a8d8995ad74488d98cb90b5d9a176c2 P 5c0a8a2d62ae40ac91c35ee3c437302f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.405819   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:17.421907   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:17.447047   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.447701   788 tablet_replica.cc:333] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c: stopping tablet replica
I20260630 12:37:17.448258   788 raft_consensus.cc:2243] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:17.449008   788 raft_consensus.cc:2272] T 10af5571f67e48d8aaefa7fb61d97cfa P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.451066   788 tablet_replica.cc:333] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c: stopping tablet replica
I20260630 12:37:17.451546   788 raft_consensus.cc:2243] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.452338   788 raft_consensus.cc:2272] T f90f8fee09884e9290a991bf95669060 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.454399   788 tablet_replica.cc:333] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c: stopping tablet replica
I20260630 12:37:17.454897   788 raft_consensus.cc:2243] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.455650   788 raft_consensus.cc:2272] T 2a8d8995ad74488d98cb90b5d9a176c2 P a34a467ce7c34efd97774779ca81398c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.457671   788 tablet_replica.cc:333] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c: stopping tablet replica
I20260630 12:37:17.458155   788 raft_consensus.cc:2243] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.458743   788 raft_consensus.cc:2272] T b0d41e63301840328acd6b43fcb9ff0d P a34a467ce7c34efd97774779ca81398c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.481997   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:17.497278   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:37:17.522593   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:17.523315   788 tablet_replica.cc:333] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d: stopping tablet replica
I20260630 12:37:17.523921   788 raft_consensus.cc:2243] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.524410   788 raft_consensus.cc:2272] T 10af5571f67e48d8aaefa7fb61d97cfa P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.526232   788 tablet_replica.cc:333] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d: stopping tablet replica
I20260630 12:37:17.526681   788 raft_consensus.cc:2243] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.527155   788 raft_consensus.cc:2272] T b0d41e63301840328acd6b43fcb9ff0d P 803db05f88634c768052ecae4fb2e10d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.528997   788 tablet_replica.cc:333] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d: stopping tablet replica
I20260630 12:37:17.529526   788 raft_consensus.cc:2243] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.530081   788 raft_consensus.cc:2272] T 2a8d8995ad74488d98cb90b5d9a176c2 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.531996   788 tablet_replica.cc:333] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d: stopping tablet replica
I20260630 12:37:17.532413   788 raft_consensus.cc:2243] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:17.532980   788 raft_consensus.cc:2272] T f90f8fee09884e9290a991bf95669060 P 803db05f88634c768052ecae4fb2e10d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:17.556092   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:37:17.571134   788 master.cc:562] Master@127.0.197.62:41891 shutting down...
W20260630 12:37:18.080018  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 10af5571f67e48d8aaefa7fb61d97cfa: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
W20260630 12:37:20.511338  6955 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111) [suppressed 10 similar messages]
W20260630 12:37:20.514588  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet f90f8fee09884e9290a991bf95669060: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
W20260630 12:37:21.599588  6955 catalog_manager.cc:4755] TS 5a2bed7487d042ddaed6f5531fcdc95e (127.0.197.1:37209): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet b0d41e63301840328acd6b43fcb9ff0d: Network error: Client connection negotiation failed: client connection to 127.0.197.1:37209: connect: Connection refused (error 111)
I20260630 12:37:22.073685   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:22.075096   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:22.075490   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P d4d421d5ad024409898846dcf96474c1: stopping tablet replica
I20260630 12:37:22.100706   788 master.cc:584] Master@127.0.197.62:41891 shutdown complete.
[       OK ] AutoRebalancerTest.NoRebalancingIfReplicasRecovering (15394 ms)
[ RUN      ] AutoRebalancerTest.TestHandlingFailedTservers
I20260630 12:37:22.142047   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:33109
I20260630 12:37:22.143525   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.148708  7468 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:22.149040  7469 instance_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:22.150560  7471 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.151840   788 server_base.cc:1061] running on GCE node
I20260630 12:37:22.152715   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.152936   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.153105   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823042153085 us; error 0 us; skew 500 ppm
I20260630 12:37:22.153667   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.160488   788 webserver.cc:533] Webserver started at http://127.0.197.62:34111/ using document root <none> and password file <none>
I20260630 12:37:22.161011   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.161222   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:22.161585   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:22.162760   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "c36ffcdb28ef42798811627603401350"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.167312   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:22.170681  7476 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.171591   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.001s
I20260630 12:37:22.171834   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "c36ffcdb28ef42798811627603401350"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.172091   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:22.220184   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.222077   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.266390   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:33109
I20260630 12:37:22.266537  7527 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:33109 every 8 connection(s)
I20260630 12:37:22.270443  7528 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:22.282303  7528 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350: Bootstrap starting.
I20260630 12:37:22.287370  7528 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:22.291743  7528 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350: No bootstrap required, opened a new log
I20260630 12:37:22.293824  7528 raft_consensus.cc:359] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c36ffcdb28ef42798811627603401350" member_type: VOTER }
I20260630 12:37:22.294224  7528 raft_consensus.cc:385] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:22.294436  7528 raft_consensus.cc:740] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: c36ffcdb28ef42798811627603401350, State: Initialized, Role: FOLLOWER
I20260630 12:37:22.295064  7528 consensus_queue.cc:260] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "c36ffcdb28ef42798811627603401350" member_type: VOTER }
I20260630 12:37:22.295511  7528 raft_consensus.cc:399] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:22.295742  7528 raft_consensus.cc:493] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:22.296016  7528 raft_consensus.cc:3060] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:22.300601  7528 raft_consensus.cc:515] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c36ffcdb28ef42798811627603401350" member_type: VOTER }
I20260630 12:37:22.301126  7528 leader_election.cc:304] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [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: c36ffcdb28ef42798811627603401350; no voters: 
I20260630 12:37:22.302337  7528 leader_election.cc:290] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:22.302776  7531 raft_consensus.cc:2804] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:22.304164  7531 raft_consensus.cc:697] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 1 LEADER]: Becoming Leader. State: Replica: c36ffcdb28ef42798811627603401350, State: Running, Role: LEADER
I20260630 12:37:22.304860  7531 consensus_queue.cc:237] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [LEADER]: Queue going to LEADER mode. State: All 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: "c36ffcdb28ef42798811627603401350" member_type: VOTER }
I20260630 12:37:22.305121  7528 sys_catalog.cc:565] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:22.307924  7532 sys_catalog.cc:455] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "c36ffcdb28ef42798811627603401350" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c36ffcdb28ef42798811627603401350" member_type: VOTER } }
I20260630 12:37:22.307878  7533 sys_catalog.cc:455] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [sys.catalog]: SysCatalogTable state changed. Reason: New leader c36ffcdb28ef42798811627603401350. Latest consensus state: current_term: 1 leader_uuid: "c36ffcdb28ef42798811627603401350" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "c36ffcdb28ef42798811627603401350" member_type: VOTER } }
I20260630 12:37:22.308717  7532 sys_catalog.cc:458] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:22.308754  7533 sys_catalog.cc:458] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:22.320915  7536 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:22.322232   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:22.326284  7536 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:22.334977  7536 catalog_manager.cc:1383] Generated new cluster ID: aacc86f565a944b3bf24a8355dad3799
I20260630 12:37:22.335289  7536 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:22.350665  7536 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:22.351928  7536 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:22.365569  7536 catalog_manager.cc:6070] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350: Generated new TSK 0
I20260630 12:37:22.366160  7536 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:22.388506   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.394258  7549 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:22.395550  7550 instance_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:22.398280  7552 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.399601   788 server_base.cc:1061] running on GCE node
I20260630 12:37:22.403545   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.403756   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.403888   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823042403876 us; error 0 us; skew 500 ppm
I20260630 12:37:22.404336   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.406697   788 webserver.cc:533] Webserver started at http://127.0.197.1:38457/ using document root <none> and password file <none>
I20260630 12:37:22.407122   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.407279   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:22.407485   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:22.408509   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "8cc2bc13dee540dfa3d23b0422349045"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.427881   788 fs_manager.cc:696] Time spent creating directory manager: real 0.019s	user 0.005s	sys 0.003s
I20260630 12:37:22.433558  7558 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.434333   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.002s
I20260630 12:37:22.434614   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "8cc2bc13dee540dfa3d23b0422349045"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.435010   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:22.452420   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.454044   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.455586   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:22.458120   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:22.458346   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.458614   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:22.458796   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.502506   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:39079
I20260630 12:37:22.502636  7620 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:39079 every 8 connection(s)
I20260630 12:37:22.509277   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.518013  7625 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:22.518296  7626 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.523794   788 server_base.cc:1061] running on GCE node
W20260630 12:37:22.523909  7628 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.524296  7621 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:22.524792  7621 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.525372   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.525736   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.525765  7621 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:22.526033   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823042526017 us; error 0 us; skew 500 ppm
I20260630 12:37:22.526724   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.528925  7493 ts_manager.cc:194] Registered new tserver with Master: 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:22.530241   788 webserver.cc:533] Webserver started at http://127.0.197.2:40447/ using document root <none> and password file <none>
I20260630 12:37:22.530956   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.531221   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:22.531600   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:22.532187  7493 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57116
I20260630 12:37:22.533629   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "a583f30c35304aa585189db7a6b55bf7"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.538542   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:22.542080  7633 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.542899   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:37:22.543202   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "a583f30c35304aa585189db7a6b55bf7"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.543573   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:22.560865   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.562130   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.563544   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:22.565816   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:22.566020   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.566277   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:22.566433   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.606899   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:37869
I20260630 12:37:22.607049  7695 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:37869 every 8 connection(s)
I20260630 12:37:22.611847   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:22.620591  7700 instance_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:22.621721  7699 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:22.623190  7702 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:22.624178   788 server_base.cc:1061] running on GCE node
I20260630 12:37:22.625393   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:22.625670   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:22.625857   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823042625838 us; error 0 us; skew 500 ppm
I20260630 12:37:22.626273  7696 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:22.626485   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:22.626657  7696 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.627641  7696 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:22.629346   788 webserver.cc:533] Webserver started at http://127.0.197.3:35605/ using document root <none> and password file <none>
I20260630 12:37:22.629922   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:22.629871  7493 ts_manager.cc:194] Registered new tserver with Master: a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:22.630256   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:22.630579   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:22.631523  7493 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57120
I20260630 12:37:22.631814   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "6affc348bc57446991617f4b841844c3"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.636497   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:22.639849  7707 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.640554   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:22.640877   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "6affc348bc57446991617f4b841844c3"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:22.641173   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:22.658511   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:22.659690   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:22.661139   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:22.663558   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:22.663797   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.664043   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:22.664215   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:22.706102   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:41295
I20260630 12:37:22.706238  7769 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:41295 every 8 connection(s)
I20260630 12:37:22.720176  7770 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:22.720616  7770 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:22.721338  7770 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:22.723290  7493 ts_manager.cc:194] Registered new tserver with Master: 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:22.724175   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014820514s
I20260630 12:37:22.724901  7493 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:57128
I20260630 12:37:23.535552  7621 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
I20260630 12:37:23.634207  7696 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
I20260630 12:37:23.728219  7770 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
I20260630 12:37:23.782509  7493 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:39412:
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:23.785033  7493 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:23.847445  7735 tablet_service.cc:1511] Processing CreateTablet for tablet 484009e30bbb4fe2af9e1343e0154198 (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:23.847944  7734 tablet_service.cc:1511] Processing CreateTablet for tablet 02b8d4debe644c38b3aa2e7baa7df62d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:23.849067  7735 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484009e30bbb4fe2af9e1343e0154198. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.849686  7734 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02b8d4debe644c38b3aa2e7baa7df62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.850696  7661 tablet_service.cc:1511] Processing CreateTablet for tablet 484009e30bbb4fe2af9e1343e0154198 (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:23.852109  7661 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484009e30bbb4fe2af9e1343e0154198. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.852161  7733 tablet_service.cc:1511] Processing CreateTablet for tablet 6b1b40721b674b368ed9a3f2f1ff947d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:23.853688  7733 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b1b40721b674b368ed9a3f2f1ff947d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.854735  7660 tablet_service.cc:1511] Processing CreateTablet for tablet 02b8d4debe644c38b3aa2e7baa7df62d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:23.856266  7660 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02b8d4debe644c38b3aa2e7baa7df62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.858839  7659 tablet_service.cc:1511] Processing CreateTablet for tablet 6b1b40721b674b368ed9a3f2f1ff947d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:23.860266  7659 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b1b40721b674b368ed9a3f2f1ff947d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.861639  7586 tablet_service.cc:1511] Processing CreateTablet for tablet 484009e30bbb4fe2af9e1343e0154198 (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:23.863215  7586 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484009e30bbb4fe2af9e1343e0154198. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.865098  7658 tablet_service.cc:1511] Processing CreateTablet for tablet 96277d219f2a4e308b18d42faea29a8b (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:23.866514  7658 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96277d219f2a4e308b18d42faea29a8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.866727  7585 tablet_service.cc:1511] Processing CreateTablet for tablet 02b8d4debe644c38b3aa2e7baa7df62d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:23.867633  7584 tablet_service.cc:1511] Processing CreateTablet for tablet 6b1b40721b674b368ed9a3f2f1ff947d (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:23.868129  7585 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 02b8d4debe644c38b3aa2e7baa7df62d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.869000  7584 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b1b40721b674b368ed9a3f2f1ff947d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.870972  7732 tablet_service.cc:1511] Processing CreateTablet for tablet 96277d219f2a4e308b18d42faea29a8b (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:23.872376  7732 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96277d219f2a4e308b18d42faea29a8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.875681  7583 tablet_service.cc:1511] Processing CreateTablet for tablet 96277d219f2a4e308b18d42faea29a8b (DEFAULT_TABLE table=test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:23.877110  7583 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96277d219f2a4e308b18d42faea29a8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:23.921128  7790 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:23.929337  7790 tablet_bootstrap.cc:654] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.932154  7791 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:23.935070  7792 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:23.937392  7790 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: No bootstrap required, opened a new log
I20260630 12:37:23.937983  7790 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:37:23.939926  7791 tablet_bootstrap.cc:654] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.941191  7790 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:23.942271  7790 raft_consensus.cc:385] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.942528  7792 tablet_bootstrap.cc:654] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.942727  7790 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.943701  7790 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:23.945107  7791 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: No bootstrap required, opened a new log
I20260630 12:37:23.945601  7791 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.014s	user 0.006s	sys 0.005s
I20260630 12:37:23.947238  7790 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.003s
I20260630 12:37:23.948314  7790 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:23.949157  7792 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: No bootstrap required, opened a new log
I20260630 12:37:23.949766  7792 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:37:23.950088  7791 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:23.950882  7791 raft_consensus.cc:385] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.951174  7791 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.952024  7791 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:23.953440  7792 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:23.954258  7792 raft_consensus.cc:385] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.954634  7792 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.955422  7790 tablet_bootstrap.cc:654] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.955611  7792 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
W20260630 12:37:23.961591  7771 tablet.cc:2406] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:23.967698  7791 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.022s	user 0.009s	sys 0.011s
I20260630 12:37:23.967798  7792 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.006s
I20260630 12:37:23.968856  7791 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:23.976118  7791 tablet_bootstrap.cc:654] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.981695  7792 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:23.983286  7791 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: No bootstrap required, opened a new log
I20260630 12:37:23.983834  7791 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:37:23.987015  7791 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:23.987807  7790 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: No bootstrap required, opened a new log
I20260630 12:37:23.987741  7791 raft_consensus.cc:385] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.988222  7791 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.988387  7790 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.040s	user 0.030s	sys 0.007s
I20260630 12:37:23.988749  7792 tablet_bootstrap.cc:654] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:23.989080  7791 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:23.991344  7791 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:23.991451  7790 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:23.992213  7790 raft_consensus.cc:385] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:23.992439  7791 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:23.992493  7790 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:23.993477  7790 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.001132  7791 tablet_bootstrap.cc:654] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.002640  7790 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.014s	user 0.011s	sys 0.004s
I20260630 12:37:24.003724  7790 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:24.011739  7790 tablet_bootstrap.cc:654] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.013264  7791 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: No bootstrap required, opened a new log
I20260630 12:37:24.013855  7791 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.003s
I20260630 12:37:24.021538  7791 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.022569  7791 raft_consensus.cc:385] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.022936  7791 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.024121  7791 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.027204  7791 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.000s
I20260630 12:37:24.028609  7791 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:24.037063  7790 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: No bootstrap required, opened a new log
I20260630 12:37:24.037582  7791 tablet_bootstrap.cc:654] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.037619  7790 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.034s	user 0.017s	sys 0.015s
I20260630 12:37:24.040977  7790 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.041996  7790 raft_consensus.cc:385] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.042357  7790 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.043390  7790 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.046672  7790 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:37:24.047771  7790 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:24.049631  7791 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: No bootstrap required, opened a new log
I20260630 12:37:24.050176  7791 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.007s
I20260630 12:37:24.053272  7791 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.054041  7791 raft_consensus.cc:385] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.054209  7790 tablet_bootstrap.cc:654] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.054400  7791 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.055485  7791 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.060513  7791 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:37:24.064105  7790 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: No bootstrap required, opened a new log
I20260630 12:37:24.064623  7790 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.008s
I20260630 12:37:24.067673  7790 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.068408  7790 raft_consensus.cc:385] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.068491  7792 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: No bootstrap required, opened a new log
I20260630 12:37:24.068763  7790 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.069094  7792 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.088s	user 0.033s	sys 0.053s
I20260630 12:37:24.069758  7790 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.072055  7790 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.001s
I20260630 12:37:24.072139  7792 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.072985  7792 raft_consensus.cc:385] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.073282  7792 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.074141  7792 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.076340  7792 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:24.077307  7792 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:24.083277  7792 tablet_bootstrap.cc:654] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.087666  7792 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: No bootstrap required, opened a new log
I20260630 12:37:24.088104  7792 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.011s	user 0.002s	sys 0.007s
I20260630 12:37:24.090209  7792 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.090788  7792 raft_consensus.cc:385] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.091046  7792 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.091634  7792 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.093192  7792 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.000s
I20260630 12:37:24.094022  7792 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:24.099892  7792 tablet_bootstrap.cc:654] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:24.104348  7792 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: No bootstrap required, opened a new log
I20260630 12:37:24.104770  7792 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.011s	user 0.005s	sys 0.004s
I20260630 12:37:24.106925  7792 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.107501  7792 raft_consensus.cc:385] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:24.107731  7792 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:24.108304  7792 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.110210  7792 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.003s
I20260630 12:37:24.111981  7795 raft_consensus.cc:493] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.112591  7795 raft_consensus.cc:515] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.115442  7795 leader_election.cc:290] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:24.119987  7797 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.120558  7797 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.128398  7798 raft_consensus.cc:493] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.128948  7798 raft_consensus.cc:515] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.131126  7797 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:24.131417  7596 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "6affc348bc57446991617f4b841844c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:24.132366  7596 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6affc348bc57446991617f4b841844c3 in term 0.
I20260630 12:37:24.133531  7798 leader_election.cc:290] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:24.134089  7798 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.134562  7798 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.136873  7798 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:24.141600  7710 leader_election.cc:304] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:24.142879  7795 raft_consensus.cc:2804] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:24.143397  7795 raft_consensus.cc:493] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.143821  7795 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.153929  7797 raft_consensus.cc:493] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:24.154680  7797 raft_consensus.cc:515] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.159294  7797 leader_election.cc:290] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:24.161593  7745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:24.162447  7745 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 0.
I20260630 12:37:24.164263  7745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:24.164978  7745 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 0.
I20260630 12:37:24.167781  7559 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:24.163968  7795 raft_consensus.cc:515] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.168864  7559 leader_election.cc:304] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:24.170635  7795 leader_election.cc:290] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [CANDIDATE]: Term 1 election: Requested vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:24.171348  7596 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "6affc348bc57446991617f4b841844c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045"
I20260630 12:37:24.171963  7596 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.172259  7671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "6affc348bc57446991617f4b841844c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7" is_pre_election: true
I20260630 12:37:24.173032  7671 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6affc348bc57446991617f4b841844c3 in term 0.
I20260630 12:37:24.175642  7671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "6affc348bc57446991617f4b841844c3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7"
I20260630 12:37:24.176203  7671 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.178637  7669 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7" is_pre_election: true
I20260630 12:37:24.179401  7669 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 0.
I20260630 12:37:24.180078  7797 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:24.180501  7797 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.180574  7670 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7" is_pre_election: true
I20260630 12:37:24.180940  7797 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.180739  7596 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6affc348bc57446991617f4b841844c3 in term 1.
I20260630 12:37:24.181440  7670 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 0.
I20260630 12:37:24.182057  7710 leader_election.cc:304] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:24.184051  7595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:24.185212  7745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:24.185876  7745 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 0.
I20260630 12:37:24.186003  7744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:24.186877  7744 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 0.
I20260630 12:37:24.187265  7596 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:24.185433  7671 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 6affc348bc57446991617f4b841844c3 in term 1.
I20260630 12:37:24.188000  7596 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 0.
I20260630 12:37:24.187337  7795 raft_consensus.cc:2804] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:24.188889  7797 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.189268  7636 leader_election.cc:304] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:24.189976  7817 raft_consensus.cc:2804] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:24.190366  7595 raft_consensus.cc:2393] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a583f30c35304aa585189db7a6b55bf7 in current term 1: Already voted for candidate 8cc2bc13dee540dfa3d23b0422349045 in this term.
I20260630 12:37:24.190408  7817 raft_consensus.cc:493] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.190481  7814 raft_consensus.cc:2804] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:24.191143  7817 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.191253  7814 raft_consensus.cc:493] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:24.191828  7814 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.192622  7671 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7"
I20260630 12:37:24.193564  7797 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 election: Requested vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:24.193291  7671 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.194032  7744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:24.194748  7744 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.195865  7634 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [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: 6affc348bc57446991617f4b841844c3, a583f30c35304aa585189db7a6b55bf7; no voters: 8cc2bc13dee540dfa3d23b0422349045
I20260630 12:37:24.199332  7817 raft_consensus.cc:515] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.200196  7795 raft_consensus.cc:697] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 LEADER]: Becoming Leader. State: Replica: 6affc348bc57446991617f4b841844c3, State: Running, Role: LEADER
I20260630 12:37:24.200249  7671 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:24.201637  7798 raft_consensus.cc:2764] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:24.201769  7817 leader_election.cc:290] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 election: Requested vote from peers a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:24.203001  7670 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7"
I20260630 12:37:24.203696  7670 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.204314  7745 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:24.204916  7745 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.207074  7744 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:24.206914  7814 raft_consensus.cc:515] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.208355  7559 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:24.203020  7795 consensus_queue.cc:237] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.209908  7595 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045"
I20260630 12:37:24.210513  7595 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.210922  7744 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:24.211601  7744 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:24.212884  7670 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:24.215099  7817 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:24.216528  7561 leader_election.cc:304] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:24.217088  7817 raft_consensus.cc:697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: Becoming Leader. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Running, Role: LEADER
I20260630 12:37:24.217454  7797 raft_consensus.cc:2804] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:24.218307  7817 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:24.215070  7814 leader_election.cc:290] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 1 election: Requested vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:24.223594  7745 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:24.224957  7595 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:24.228389  7636 leader_election.cc:304] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:24.230393  7797 raft_consensus.cc:697] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: Becoming Leader. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Running, Role: LEADER
I20260630 12:37:24.230827  7814 raft_consensus.cc:2804] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:24.231374  7797 consensus_queue.cc:237] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.232929  7814 raft_consensus.cc:697] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 LEADER]: Becoming Leader. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Running, Role: LEADER
I20260630 12:37:24.238938  7744 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:24.234551  7814 consensus_queue.cc:237] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:24.247845  7493 catalog_manager.cc:5697] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 reported cstate change: term changed from 0 to 1, leader changed from <none> to 6affc348bc57446991617f4b841844c3 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "6affc348bc57446991617f4b841844c3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:24.247959  7492 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:24.251019  7490 catalog_manager.cc:5697] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 reported cstate change: term changed from 0 to 1, leader changed from <none> to a583f30c35304aa585189db7a6b55bf7 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:24.264568  7490 catalog_manager.cc:5697] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: term changed from 0 to 1, leader changed from <none> to 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:24.320327   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:24.340636   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:24.341486   788 tablet_replica.cc:333] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: stopping tablet replica
I20260630 12:37:24.342114   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.342550   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.344717   788 tablet_replica.cc:333] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: stopping tablet replica
I20260630 12:37:24.345470   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:24.346076   788 pending_rounds.cc:70] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Trying to abort 1 pending ops.
I20260630 12:37:24.346298   788 pending_rounds.cc:77] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443189183750144 op_type: NO_OP noop_request { }
I20260630 12:37:24.346630   788 raft_consensus.cc:2889] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:24.346930   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.349246   788 tablet_replica.cc:333] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: stopping tablet replica
I20260630 12:37:24.349822   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.350229   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.352133   788 tablet_replica.cc:333] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: stopping tablet replica
I20260630 12:37:24.352666   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:24.353318   788 pending_rounds.cc:70] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Trying to abort 1 pending ops.
I20260630 12:37:24.353593   788 pending_rounds.cc:77] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443189135589376 op_type: NO_OP noop_request { }
I20260630 12:37:24.353878   788 raft_consensus.cc:2889] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:24.354154   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.378854   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:37:24.391314   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:24.407927   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:24.408893   788 tablet_replica.cc:333] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: stopping tablet replica
I20260630 12:37:24.409662   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.410069   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.412147   788 tablet_replica.cc:333] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: stopping tablet replica
I20260630 12:37:24.412621   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:24.413156   788 pending_rounds.cc:70] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Trying to abort 1 pending ops.
I20260630 12:37:24.413306   788 pending_rounds.cc:77] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443189213032448 op_type: NO_OP noop_request { }
I20260630 12:37:24.413667   788 raft_consensus.cc:2889] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:24.413960   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.416301   788 tablet_replica.cc:333] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: stopping tablet replica
I20260630 12:37:24.416815   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.417189   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.419144   788 tablet_replica.cc:333] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: stopping tablet replica
I20260630 12:37:24.419616   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.419979   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.442633   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:24.454473   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:24.473063   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:24.474032   788 tablet_replica.cc:333] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: stopping tablet replica
I20260630 12:37:24.474604   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.475021   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.476954   788 tablet_replica.cc:333] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: stopping tablet replica
I20260630 12:37:24.477561   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.477950   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.479765   788 tablet_replica.cc:333] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: stopping tablet replica
I20260630 12:37:24.480260   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:24.480625   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.482460   788 tablet_replica.cc:333] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: stopping tablet replica
I20260630 12:37:24.482937   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:24.483507   788 pending_rounds.cc:70] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Trying to abort 1 pending ops.
I20260630 12:37:24.483680   788 pending_rounds.cc:77] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443189088923648 op_type: NO_OP noop_request { }
I20260630 12:37:24.483975   788 raft_consensus.cc:2889] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:24.484244   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:24.507037   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:24.519461   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:24.525104  7825 instance_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:24.525995  7824 instance_detector.cc: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:24.526808  7827 instance_detector.cc: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:24.527515   788 server_base.cc:1061] running on GCE node
I20260630 12:37:24.528606   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:24.528929   788 system_unsync_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:24.529199   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823044529183 us; error 0 us; skew 500 ppm
I20260630 12:37:24.529822   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:24.532212   788 webserver.cc:533] Webserver started at http://127.0.197.4:35777/ using document root <none> and password file <none>
I20260630 12:37:24.532794   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:24.533092   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:24.533502   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:24.534660   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "db888a90de624223b4c09ab38672b69c"
format_stamp: "Formatted at 2026-06-30 12:37:24 on dist-test-slave-0dvn"
I20260630 12:37:24.539153   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:24.542472  7832 log_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:24.543365   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:24.543759   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "db888a90de624223b4c09ab38672b69c"
format_stamp: "Formatted at 2026-06-30 12:37:24 on dist-test-slave-0dvn"
I20260630 12:37:24.544159   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:24.577116   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:24.578259   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:24.579738   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:24.582185   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:24.582530   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:24.582867   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:24.583137   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:24.621209   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:42723
I20260630 12:37:24.621325  7894 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:42723 every 8 connection(s)
I20260630 12:37:24.635977  7895 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:24.636464  7895 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:24.637251  7895 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:24.639393  7490 ts_manager.cc:194] Registered new tserver with Master: db888a90de624223b4c09ab38672b69c (127.0.197.4:42723)
I20260630 12:37:24.640908  7490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39420
W20260630 12:37:25.336951  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Network error: Client connection negotiation failed: client connection to 127.0.197.2:37869: connect: Connection refused (error 111)
W20260630 12:37:25.340211  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:25.343307  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 484009e30bbb4fe2af9e1343e0154198: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
I20260630 12:37:25.643762  7895 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
W20260630 12:37:26.355942  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b1b40721b674b368ed9a3f2f1ff947d: Network error: Client connection negotiation failed: client connection to 127.0.197.3:41295: connect: Connection refused (error 111)
W20260630 12:37:26.359292  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Network error: Client connection negotiation failed: client connection to 127.0.197.2:37869: connect: Connection refused (error 111)
W20260630 12:37:26.362419  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:27.396358  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 484009e30bbb4fe2af9e1343e0154198: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:27.399616  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:27.402611  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Network error: Client connection negotiation failed: client connection to 127.0.197.2:37869: connect: Connection refused (error 111)
W20260630 12:37:28.414862  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Network error: Client connection negotiation failed: client connection to 127.0.197.2:37869: connect: Connection refused (error 111)
W20260630 12:37:28.418038  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 484009e30bbb4fe2af9e1343e0154198: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:28.420972  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Network error: Client connection negotiation failed: client connection to 127.0.197.1:39079: connect: Connection refused (error 111)
W20260630 12:37:29.423620  7541 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6affc348bc57446991617f4b841844c3 not available for placement
W20260630 12:37:30.425734  7541 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6affc348bc57446991617f4b841844c3 not available for placement
W20260630 12:37:31.427706  7541 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 6affc348bc57446991617f4b841844c3 not available for placement
I20260630 12:37:31.658311   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:31.664191  7903 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:31.665025  7904 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:31.670228   788 server_base.cc:1061] running on GCE node
W20260630 12:37:31.670511  7906 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:31.671838   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:31.672034   788 system_unsync_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:31.672166   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823051672148 us; error 0 us; skew 500 ppm
I20260630 12:37:31.672590   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:31.675015   788 webserver.cc:533] Webserver started at http://127.0.197.1:38457/ using document root <none> and password file <none>
I20260630 12:37:31.675431   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:31.675570   788 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:31.678833   788 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:31.681883  7911 log_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:31.682668   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:31.682974   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "8cc2bc13dee540dfa3d23b0422349045"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:31.683264   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:31.695863   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:31.696866   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:31.698273   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:31.701699  7918 ts_tablet_manager.cc:548] Loading tablet metadata (0/4 complete)
I20260630 12:37:31.720645   788 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:31.720945   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.001s
I20260630 12:37:31.721220   788 ts_tablet_manager.cc:600] Registering tablets (0/4 complete)
I20260630 12:37:31.725567  7918 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:31.735121   788 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:31.735440   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.013s	sys 0.000s
I20260630 12:37:31.735518  7918 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: 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:31.736289  7918 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap complete.
I20260630 12:37:31.736868  7918 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:37:31.738811  7918 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.739362  7918 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.740011  7918 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.742740  7918 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.004s
I20260630 12:37:31.743556  7918 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:31.754937  7918 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: 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:31.755752  7918 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap complete.
I20260630 12:37:31.756346  7918 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.013s	user 0.010s	sys 0.000s
I20260630 12:37:31.758535  7918 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:31.759215  7918 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.760056  7918 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:31.761924  7918 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.005s	user 0.003s	sys 0.002s
I20260630 12:37:31.762610  7918 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:31.775589  7918 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: 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:31.776353  7918 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap complete.
I20260630 12:37:31.777215  7918 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.015s	user 0.010s	sys 0.001s
I20260630 12:37:31.779484  7918 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.780174  7918 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.780869  7918 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.782483  7918 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:31.783375  7918 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap starting.
I20260630 12:37:31.791906   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:39079
I20260630 12:37:31.792042  7978 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:39079 every 8 connection(s)
I20260630 12:37:31.794098  7918 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: 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:31.794776  7918 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Bootstrap complete.
I20260630 12:37:31.795394  7918 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Time spent bootstrapping tablet: real 0.012s	user 0.006s	sys 0.004s
I20260630 12:37:31.797118   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:31.800689  7918 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.801344  7918 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.802083  7918 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
W20260630 12:37:31.804610  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
I20260630 12:37:31.804633  7918 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
W20260630 12:37:31.807631  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
I20260630 12:37:31.808919   788 server_base.cc:1061] running on GCE node
W20260630 12:37:31.809166  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:31.810145   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:31.810361   788 system_unsync_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:31.810570   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823051810551 us; error 0 us; skew 500 ppm
I20260630 12:37:31.811084   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:31.813827   788 webserver.cc:533] Webserver started at http://127.0.197.2:40447/ using document root <none> and password file <none>
I20260630 12:37:31.814148  7980 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:31.814395   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:31.814702   788 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:31.814680  7980 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:31.815750  7980 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:31.819339   788 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:31.819964  7490 ts_manager.cc:194] Re-registered known tserver with Master: 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:31.822700  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:31.823577   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:31.823863   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "a583f30c35304aa585189db7a6b55bf7"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:31.824100   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-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:31.824630  7490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39436
I20260630 12:37:31.827011  7980 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
I20260630 12:37:31.858170   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:31.859416   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:31.860877   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:31.882539   788 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:31.882899   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.020s	user 0.001s	sys 0.000s
I20260630 12:37:31.887172  7999 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:31.896956   788 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:31.897042  7999 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: 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:31.897328   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:31.897949  7999 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Bootstrap complete.
I20260630 12:37:31.898640  7999 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.012s	user 0.008s	sys 0.002s
I20260630 12:37:31.900499  7999 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.901010  7999 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.901821  7999 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.904649  7999 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:37:31.905426  7999 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:31.917109  7999 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: 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:31.918152  7999 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Bootstrap complete.
I20260630 12:37:31.918995  7999 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:31.922039  7999 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:31.922923  7999 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.923831  7999 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:31.926393  7999 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:31.927412  7999 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:31.943065  7999 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: 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:31.944082  7999 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Bootstrap complete.
I20260630 12:37:31.944821  7999 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.018s	user 0.014s	sys 0.000s
I20260630 12:37:31.948421   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:37869
I20260630 12:37:31.948020  7999 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.948527  8059 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:37869 every 8 connection(s)
I20260630 12:37:31.948873  7999 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.949743  7999 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.951929  7999 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:31.953054  7999 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Bootstrap starting.
I20260630 12:37:31.955288   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:31.962589  8063 instance_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:31.967144  8060 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:31.967736  8060 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:31.968895  8060 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
W20260630 12:37:31.973376  8064 instance_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:31.974259  8066 instance_detector.cc: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:31.974581  7490 ts_manager.cc:194] Re-registered known tserver with Master: a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:31.976243   788 server_base.cc:1061] running on GCE node
I20260630 12:37:31.976590  7999 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: 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:31.977545   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:31.977626  7999 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Bootstrap complete.
W20260630 12:37:31.977983   788 system_unsync_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:31.978212   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823051978194 us; error 0 us; skew 500 ppm
I20260630 12:37:31.978515  7999 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Time spent bootstrapping tablet: real 0.026s	user 0.013s	sys 0.011s
I20260630 12:37:31.978977   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:31.980355  7490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39452
I20260630 12:37:31.981134  7999 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.982350  7999 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Initialized, Role: FOLLOWER
I20260630 12:37:31.982939  8060 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
I20260630 12:37:31.983448   788 webserver.cc:533] Webserver started at http://127.0.197.3:35605/ using document root <none> and password file <none>
I20260630 12:37:31.983369  7999 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:31.984251   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:31.984576   788 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:31.985857  7999 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.005s
I20260630 12:37:31.989030   788 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.002s	sys 0.001s
I20260630 12:37:31.992352  8072 log_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:31.993216   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:37:31.993579   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "6affc348bc57446991617f4b841844c3"
format_stamp: "Formatted at 2026-06-30 12:37:22 on dist-test-slave-0dvn"
I20260630 12:37:31.993934   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:32.004689   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:32.005755   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:32.007305   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:32.028606   788 ts_tablet_manager.cc:585] Loaded tablet metadata (4 total tablets, 4 live tablets)
I20260630 12:37:32.028965   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.019s	user 0.001s	sys 0.000s
I20260630 12:37:32.033123  8079 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:32.042902   788 ts_tablet_manager.cc:616] Registered 4 tablets
I20260630 12:37:32.043212   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.014s	user 0.011s	sys 0.002s
I20260630 12:37:32.044188  8079 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: 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:32.045051  8079 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Bootstrap complete.
I20260630 12:37:32.045696  8079 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.004s
I20260630 12:37:32.047614  8079 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.048485  8079 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.049640  8079 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.052585  8079 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:37:32.053282  8079 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:32.064289  8079 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: 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:32.065014  8079 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Bootstrap complete.
I20260630 12:37:32.065796  8079 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:37:32.067718  8079 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:32.068291  8079 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.069139  8079 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:32.071058  8079 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:32.071744  8079 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:32.083186  8079 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: 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:32.084268  8079 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Bootstrap complete.
I20260630 12:37:32.085170  8079 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.004s
I20260630 12:37:32.087944  8079 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.088855  8079 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.089785  8079 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.092279  8079 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:37:32.093291  8079 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Bootstrap starting.
I20260630 12:37:32.099143   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:41295
I20260630 12:37:32.099218  8139 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:41295 every 8 connection(s)
I20260630 12:37:32.109112  8079 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: 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:32.109977  8079 tablet_bootstrap.cc:492] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Bootstrap complete.
I20260630 12:37:32.110664  8079 ts_tablet_manager.cc:1403] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Time spent bootstrapping tablet: real 0.018s	user 0.008s	sys 0.008s
I20260630 12:37:32.113024  8079 raft_consensus.cc:359] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.114257  8079 raft_consensus.cc:740] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6affc348bc57446991617f4b841844c3, State: Initialized, Role: FOLLOWER
I20260630 12:37:32.115386  8140 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33109
I20260630 12:37:32.115295  8079 consensus_queue.cc:260] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.116011  8140 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:32.117156  8140 heartbeater.cc:507] Master 127.0.197.62:33109 requested a full tablet report, sending...
I20260630 12:37:32.117889  8079 ts_tablet_manager.cc:1434] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3: Time spent starting tablet: real 0.007s	user 0.008s	sys 0.000s
I20260630 12:37:32.120823  7490 ts_manager.cc:194] Re-registered known tserver with Master: 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:32.124938  7490 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39456
I20260630 12:37:32.127367  8140 heartbeater.cc:499] Master 127.0.197.62:33109 was elected leader, sending a full tablet report...
W20260630 12:37:32.476269  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 484009e30bbb4fe2af9e1343e0154198: Illegal state: Replica 8cc2bc13dee540dfa3d23b0422349045 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } }
W20260630 12:37:32.493166  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Illegal state: Replica a583f30c35304aa585189db7a6b55bf7 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } }
W20260630 12:37:32.497725  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Illegal state: Replica 8cc2bc13dee540dfa3d23b0422349045 is not leader of this config. Role: FOLLOWER. Consensus state: current_term: 1 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } }
I20260630 12:37:32.974447  8148 raft_consensus.cc:493] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:32.975337  8148 raft_consensus.cc:515] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:32.981276  8148 leader_election.cc:290] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:32.992288  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7" is_pre_election: true
I20260630 12:37:32.993330  8034 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:32.994405  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:32.994798  7914 leader_election.cc:304] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:32.995575  8114 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 1.
I20260630 12:37:32.996028  8148 raft_consensus.cc:2804] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:32.996598  8148 raft_consensus.cc:493] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:32.997095  8148 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.004827  8148 raft_consensus.cc:515] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.006803  8148 leader_election.cc:290] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 2 election: Requested vote from peers a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:33.007530  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7"
I20260630 12:37:33.007985  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "96277d219f2a4e308b18d42faea29a8b" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:33.008190  8034 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.008719  8114 raft_consensus.cc:3060] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.015172  8114 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 2.
I20260630 12:37:33.015604  8034 raft_consensus.cc:2468] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 2.
I20260630 12:37:33.016556  7912 leader_election.cc:304] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: 
I20260630 12:37:33.017570  8148 raft_consensus.cc:2804] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:33.018553  8148 raft_consensus.cc:697] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 LEADER]: Becoming Leader. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Running, Role: LEADER
I20260630 12:37:33.019687  8148 consensus_queue.cc:237] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.027063  7490 catalog_manager.cc:5697] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:33.108641  8158 raft_consensus.cc:493] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:33.109323  8158 raft_consensus.cc:515] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.112111  8158 leader_election.cc:290] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:33.123924  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:33.124022  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:33.125082  8114 raft_consensus.cc:2410] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a583f30c35304aa585189db7a6b55bf7 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:33.125136  7953 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:33.126825  7995 leader_election.cc:304] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [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: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 6affc348bc57446991617f4b841844c3
I20260630 12:37:33.127655  8158 raft_consensus.cc:2804] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:33.128089  8158 raft_consensus.cc:493] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:33.128500  8158 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.134918  8158 raft_consensus.cc:515] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.137357  8158 leader_election.cc:290] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 election: Requested vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:33.138227  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045"
I20260630 12:37:33.138581  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6b1b40721b674b368ed9a3f2f1ff947d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:33.139055  7953 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.139660  8114 raft_consensus.cc:3060] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.144910  8114 raft_consensus.cc:2410] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate a583f30c35304aa585189db7a6b55bf7 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:33.146126  7953 raft_consensus.cc:2468] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 2.
I20260630 12:37:33.147246  7995 leader_election.cc:304] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [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: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 6affc348bc57446991617f4b841844c3
I20260630 12:37:33.148022  8158 raft_consensus.cc:2804] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:33.149258  8158 raft_consensus.cc:697] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Becoming Leader. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Running, Role: LEADER
I20260630 12:37:33.150254  8158 consensus_queue.cc:237] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Queue going to LEADER 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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.157989  7490 catalog_manager.cc:5697] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 reported cstate change: term changed from 1 to 2, leader changed from 6affc348bc57446991617f4b841844c3 (127.0.197.3) to a583f30c35304aa585189db7a6b55bf7 (127.0.197.2). New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:33.217846  8158 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:33.218534  8158 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.220504  8158 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:33.221294  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:33.221606  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:33.222352  8114 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:33.222805  7953 raft_consensus.cc:2410] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate a583f30c35304aa585189db7a6b55bf7 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:33.223765  7993 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [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: 6affc348bc57446991617f4b841844c3, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:33.224648  8158 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:33.225126  8158 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:33.225545  8158 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.230878  8158 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.232730  8158 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 election: Requested vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:33.233579  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:33.233978  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045"
I20260630 12:37:33.234340  8114 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.234920  7953 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.239845  8114 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 2.
I20260630 12:37:33.240069  7953 raft_consensus.cc:2410] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate a583f30c35304aa585189db7a6b55bf7 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:33.241364  7993 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [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: 6affc348bc57446991617f4b841844c3, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:33.242353  8158 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:33.243058  8158 raft_consensus.cc:697] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Becoming Leader. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Running, Role: LEADER
I20260630 12:37:33.244040  8158 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Queue going to LEADER 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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.249709  8158 raft_consensus.cc:493] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:33.250227  8158 raft_consensus.cc:515] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.252570  8158 leader_election.cc:290] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:33.252238  7490 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 reported cstate change: term changed from 1 to 2, leader changed from 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1) to a583f30c35304aa585189db7a6b55bf7 (127.0.197.2). New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:33.253273  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045" is_pre_election: true
I20260630 12:37:33.253686  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:33.254423  7953 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:33.254825  8114 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 1.
I20260630 12:37:33.255585  7995 leader_election.cc:304] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [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: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:33.256495  8158 raft_consensus.cc:2804] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:33.257000  8158 raft_consensus.cc:493] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:33.257439  8158 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.264151  8158 raft_consensus.cc:515] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.266011  8158 leader_election.cc:290] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [CANDIDATE]: Term 2 election: Requested vote from peers 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079), 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295)
I20260630 12:37:33.266758  7953 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "8cc2bc13dee540dfa3d23b0422349045"
I20260630 12:37:33.267051  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "02b8d4debe644c38b3aa2e7baa7df62d" candidate_uuid: "a583f30c35304aa585189db7a6b55bf7" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:33.267534  7953 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.268031  8114 raft_consensus.cc:3060] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:33.272977  7953 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 2.
I20260630 12:37:33.273638  8114 raft_consensus.cc:2468] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a583f30c35304aa585189db7a6b55bf7 in term 2.
I20260630 12:37:33.274272  7995 leader_election.cc:304] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [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: 8cc2bc13dee540dfa3d23b0422349045, a583f30c35304aa585189db7a6b55bf7; no voters: 
I20260630 12:37:33.275240  8158 raft_consensus.cc:2804] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:33.275851  8158 raft_consensus.cc:697] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Becoming Leader. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Running, Role: LEADER
I20260630 12:37:33.276876  8158 consensus_queue.cc:237] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } }
I20260630 12:37:33.283595  7490 catalog_manager.cc:5697] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 reported cstate change: term changed from 1 to 2. New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:33.380141  8148 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:33.380813  8148 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.382630  8148 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 3 pre-election: Requested pre-vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:33.383642  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3" is_pre_election: true
I20260630 12:37:33.383818  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7" is_pre_election: true
I20260630 12:37:33.384512  8114 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 2.
I20260630 12:37:33.385962  7912 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: a583f30c35304aa585189db7a6b55bf7
I20260630 12:37:33.386704  8148 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Leader pre-election won for term 3
I20260630 12:37:33.387143  8148 raft_consensus.cc:493] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:33.387540  8148 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:33.392499  8148 raft_consensus.cc:515] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.394198  8148 leader_election.cc:290] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [CANDIDATE]: Term 3 election: Requested vote from peers 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295), a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:33.394949  8114 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "6affc348bc57446991617f4b841844c3"
I20260630 12:37:33.395143  8034 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "484009e30bbb4fe2af9e1343e0154198" candidate_uuid: "8cc2bc13dee540dfa3d23b0422349045" candidate_term: 3 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a583f30c35304aa585189db7a6b55bf7"
I20260630 12:37:33.395771  8114 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:33.400832  8114 raft_consensus.cc:2468] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8cc2bc13dee540dfa3d23b0422349045 in term 3.
I20260630 12:37:33.401882  7912 leader_election.cc:304] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: 6affc348bc57446991617f4b841844c3, 8cc2bc13dee540dfa3d23b0422349045; no voters: a583f30c35304aa585189db7a6b55bf7
I20260630 12:37:33.402850  8148 raft_consensus.cc:2804] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:33.403402  8148 raft_consensus.cc:697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 LEADER]: Becoming Leader. State: Replica: 8cc2bc13dee540dfa3d23b0422349045, State: Running, Role: LEADER
I20260630 12:37:33.404341  8148 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.411607  7490 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: term changed from 2 to 3, leader changed from a583f30c35304aa585189db7a6b55bf7 (127.0.197.2) to 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1). New cstate: current_term: 3 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } }
W20260630 12:37:33.509183  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 96277d219f2a4e308b18d42faea29a8b: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:33.512390  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 02b8d4debe644c38b3aa2e7baa7df62d: Illegal state: Leader has not yet committed an operation in its own term
W20260630 12:37:33.515535  7541 auto_rebalancer.cc:639] Failed to schedule move for tablet 6b1b40721b674b368ed9a3f2f1ff947d: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:33.582654  8114 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:33.584249  8148 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.596479  7953 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:33.598394  8158 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.598639  8034 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:33.600775  8148 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.630827  8114 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:33.631475  8114 pending_rounds.cc:85] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Aborting all ops after (but not including) 0
I20260630 12:37:33.631899  8114 pending_rounds.cc:107] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:33.632287  8114 raft_consensus.cc:2889] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:33.633911  8176 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:33.675763  8114 raft_consensus.cc:1240] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Rejecting Update request from peer a583f30c35304aa585189db7a6b55bf7 for earlier term 2. Current term is 3. Ops: []
I20260630 12:37:33.677278  8176 consensus_queue.cc:1059] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Peer responded invalid term: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: INVALID_TERM, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.678184  8158 raft_consensus.cc:3055] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:33.678764  8158 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Becoming Follower/Learner. State: Replica: a583f30c35304aa585189db7a6b55bf7, State: Running, Role: LEADER
I20260630 12:37:33.679584  8158 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } }
I20260630 12:37:33.680632  8158 raft_consensus.cc:3060] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:33.741204  8114 raft_consensus.cc:1275] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:33.741451  7953 raft_consensus.cc:1275] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:33.742805  8176 consensus_queue.cc:1048] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.743468  8158 consensus_queue.cc:1048] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.789853  8034 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:33.791297  8148 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:33.792137  8148 consensus_queue.cc:1243] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Peer a583f30c35304aa585189db7a6b55bf7 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:33.794802  8034 pending_rounds.cc:85] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Aborting all ops after (but not including) 0
I20260630 12:37:33.795238  8034 pending_rounds.cc:107] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7: Aborting uncommitted NO_OP operation due to leader change: 2.1
I20260630 12:37:33.795594  8034 raft_consensus.cc:2889] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:33.804028  8114 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:33.805806  8181 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:34.526083  7953 consensus_queue.cc:237] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:34.532455  8114 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:34.533452  8034 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:34.534358  8181 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:34.535430  8148 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } 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:34.542183  8148 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
W20260630 12:37:34.544356  7914 consensus_peers.cc:597] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 -> Peer db888a90de624223b4c09ab38672b69c (127.0.197.4:42723): Couldn't send request to peer db888a90de624223b4c09ab38672b69c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 96277d219f2a4e308b18d42faea29a8b. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:34.544486  8034 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.546608  8114 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.555876  8033 consensus_queue.cc:237] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:34.555644  7493 catalog_manager.cc:5697] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.564602  8114 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:34.566321  8158 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:34.569074  7953 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:34.572531  8158 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } 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:34.576923  8176 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
W20260630 12:37:34.578342  7995 consensus_peers.cc:597] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 -> Peer db888a90de624223b4c09ab38672b69c (127.0.197.4:42723): Couldn't send request to peer db888a90de624223b4c09ab38672b69c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6b1b40721b674b368ed9a3f2f1ff947d. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:34.582840  8114 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.590552  7953 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.596186  7490 catalog_manager.cc:5697] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 reported cstate change: config changed from index -1 to 2, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:34.600997  7952 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:34.607949  8033 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:34.608314  8114 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:34.610160  8181 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:34.611306  8148 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
W20260630 12:37:34.615574  7914 consensus_peers.cc:597] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 -> Peer db888a90de624223b4c09ab38672b69c (127.0.197.4:42723): Couldn't send request to peer db888a90de624223b4c09ab38672b69c. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 484009e30bbb4fe2af9e1343e0154198. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:34.618984  8148 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 LEADER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.620906  8114 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.625257  8033 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Committing config change with OpId 3.3: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } } }
I20260630 12:37:34.633706  7493 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: config changed from index -1 to 3, NON_VOTER db888a90de624223b4c09ab38672b69c (127.0.197.4) added. New cstate: current_term: 3 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:35.065851  8191 ts_tablet_manager.cc:933] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: Initiating tablet copy from peer a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869)
I20260630 12:37:35.067720  8191 tablet_copy_client.cc:323] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:37869
I20260630 12:37:35.079950  8044 tablet_copy_service.cc:140] P a583f30c35304aa585189db7a6b55bf7: Received BeginTabletCopySession request for tablet 6b1b40721b674b368ed9a3f2f1ff947d from peer db888a90de624223b4c09ab38672b69c ({username='slave'} at 127.0.0.1:52380)
I20260630 12:37:35.080631  8044 tablet_copy_service.cc:161] P a583f30c35304aa585189db7a6b55bf7: Beginning new tablet copy session on tablet 6b1b40721b674b368ed9a3f2f1ff947d from peer db888a90de624223b4c09ab38672b69c at {username='slave'} at 127.0.0.1:52380: session id = db888a90de624223b4c09ab38672b69c-6b1b40721b674b368ed9a3f2f1ff947d
I20260630 12:37:35.086730  8044 tablet_copy_source_session.cc:215] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:35.089489  8191 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6b1b40721b674b368ed9a3f2f1ff947d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:35.096692  8195 ts_tablet_manager.cc:933] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: Initiating tablet copy from peer 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:35.098637  8195 tablet_copy_client.cc:323] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:39079
I20260630 12:37:35.104652  8191 tablet_copy_client.cc:806] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:35.105527  8191 tablet_copy_client.cc:670] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:35.110332  8191 tablet_copy_client.cc:538] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:35.112205  7964 tablet_copy_service.cc:140] P 8cc2bc13dee540dfa3d23b0422349045: Received BeginTabletCopySession request for tablet 484009e30bbb4fe2af9e1343e0154198 from peer db888a90de624223b4c09ab38672b69c ({username='slave'} at 127.0.0.1:48654)
I20260630 12:37:35.112881  7964 tablet_copy_service.cc:161] P 8cc2bc13dee540dfa3d23b0422349045: Beginning new tablet copy session on tablet 484009e30bbb4fe2af9e1343e0154198 from peer db888a90de624223b4c09ab38672b69c at {username='slave'} at 127.0.0.1:48654: session id = db888a90de624223b4c09ab38672b69c-484009e30bbb4fe2af9e1343e0154198
I20260630 12:37:35.118764  7964 tablet_copy_source_session.cc:215] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:35.119560  8191 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: Bootstrap starting.
I20260630 12:37:35.121366  8195 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 484009e30bbb4fe2af9e1343e0154198. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:35.134639  8195 tablet_copy_client.cc:806] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:35.135336  8195 tablet_copy_client.cc:670] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:35.139698  8195 tablet_copy_client.cc:538] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:35.143499  8191 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: 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:35.144465  8191 tablet_bootstrap.cc:492] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: Bootstrap complete.
I20260630 12:37:35.145157  8191 ts_tablet_manager.cc:1403] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: Time spent bootstrapping tablet: real 0.026s	user 0.020s	sys 0.001s
I20260630 12:37:35.148890  8195 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: Bootstrap starting.
I20260630 12:37:35.148499  8191 raft_consensus.cc:359] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.149350  8191 raft_consensus.cc:740] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: db888a90de624223b4c09ab38672b69c, State: Initialized, Role: LEARNER
I20260630 12:37:35.150098  8191 consensus_queue.cc:260] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.162511  8201 ts_tablet_manager.cc:933] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: Initiating tablet copy from peer 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079)
I20260630 12:37:35.171890  8191 ts_tablet_manager.cc:1434] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: Time spent starting tablet: real 0.026s	user 0.011s	sys 0.015s
I20260630 12:37:35.171948  8201 tablet_copy_client.cc:323] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:39079
I20260630 12:37:35.174468  7964 tablet_copy_service.cc:140] P 8cc2bc13dee540dfa3d23b0422349045: Received BeginTabletCopySession request for tablet 96277d219f2a4e308b18d42faea29a8b from peer db888a90de624223b4c09ab38672b69c ({username='slave'} at 127.0.0.1:48654)
I20260630 12:37:35.174840  8044 tablet_copy_service.cc:342] P a583f30c35304aa585189db7a6b55bf7: Request end of tablet copy session db888a90de624223b4c09ab38672b69c-6b1b40721b674b368ed9a3f2f1ff947d received from {username='slave'} at 127.0.0.1:52380
I20260630 12:37:35.174996  7964 tablet_copy_service.cc:161] P 8cc2bc13dee540dfa3d23b0422349045: Beginning new tablet copy session on tablet 96277d219f2a4e308b18d42faea29a8b from peer db888a90de624223b4c09ab38672b69c at {username='slave'} at 127.0.0.1:48654: session id = db888a90de624223b4c09ab38672b69c-96277d219f2a4e308b18d42faea29a8b
I20260630 12:37:35.175310  8044 tablet_copy_service.cc:434] P a583f30c35304aa585189db7a6b55bf7: ending tablet copy session db888a90de624223b4c09ab38672b69c-6b1b40721b674b368ed9a3f2f1ff947d on tablet 6b1b40721b674b368ed9a3f2f1ff947d with peer db888a90de624223b4c09ab38672b69c
I20260630 12:37:35.181007  8195 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: 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:35.182025  8195 tablet_bootstrap.cc:492] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: Bootstrap complete.
I20260630 12:37:35.182739  8195 ts_tablet_manager.cc:1403] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: Time spent bootstrapping tablet: real 0.034s	user 0.022s	sys 0.011s
I20260630 12:37:35.183116  7964 tablet_copy_source_session.cc:215] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:35.185632  8195 raft_consensus.cc:359] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.186312  8201 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 96277d219f2a4e308b18d42faea29a8b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:35.186502  8195 raft_consensus.cc:740] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: db888a90de624223b4c09ab38672b69c, State: Initialized, Role: LEARNER
I20260630 12:37:35.187167  8195 consensus_queue.cc:260] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.189432  8195 ts_tablet_manager.cc:1434] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: Time spent starting tablet: real 0.006s	user 0.002s	sys 0.000s
I20260630 12:37:35.191166  7964 tablet_copy_service.cc:342] P 8cc2bc13dee540dfa3d23b0422349045: Request end of tablet copy session db888a90de624223b4c09ab38672b69c-484009e30bbb4fe2af9e1343e0154198 received from {username='slave'} at 127.0.0.1:48654
I20260630 12:37:35.191598  7964 tablet_copy_service.cc:434] P 8cc2bc13dee540dfa3d23b0422349045: ending tablet copy session db888a90de624223b4c09ab38672b69c-484009e30bbb4fe2af9e1343e0154198 on tablet 484009e30bbb4fe2af9e1343e0154198 with peer db888a90de624223b4c09ab38672b69c
I20260630 12:37:35.201782  8201 tablet_copy_client.cc:806] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:35.202304  8201 tablet_copy_client.cc:670] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:35.205763  8201 tablet_copy_client.cc:538] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:35.211530  8201 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: Bootstrap starting.
I20260630 12:37:35.227201  8201 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: 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:35.227873  8201 tablet_bootstrap.cc:492] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: Bootstrap complete.
I20260630 12:37:35.228389  8201 ts_tablet_manager.cc:1403] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.001s
I20260630 12:37:35.230448  8201 raft_consensus.cc:359] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.231058  8201 raft_consensus.cc:740] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: db888a90de624223b4c09ab38672b69c, State: Initialized, Role: LEARNER
I20260630 12:37:35.231535  8201 consensus_queue.cc:260] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: true } }
I20260630 12:37:35.233178  8201 ts_tablet_manager.cc:1434] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:35.234948  7964 tablet_copy_service.cc:342] P 8cc2bc13dee540dfa3d23b0422349045: Request end of tablet copy session db888a90de624223b4c09ab38672b69c-96277d219f2a4e308b18d42faea29a8b received from {username='slave'} at 127.0.0.1:48654
I20260630 12:37:35.235419  7964 tablet_copy_service.cc:434] P 8cc2bc13dee540dfa3d23b0422349045: ending tablet copy session db888a90de624223b4c09ab38672b69c-96277d219f2a4e308b18d42faea29a8b on tablet 96277d219f2a4e308b18d42faea29a8b with peer db888a90de624223b4c09ab38672b69c
I20260630 12:37:35.581334  7870 raft_consensus.cc:1217] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:35.600042  7870 raft_consensus.cc:1217] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 LEARNER]: Deduplicated request from leader. Original: 3.2->[3.3-3.3]   Dedup: 3.3->[]
I20260630 12:37:35.756458  7870 raft_consensus.cc:1217] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Deduplicated request from leader. Original: 2.2->[2.3-2.3]   Dedup: 2.3->[]
I20260630 12:37:35.966832  8206 raft_consensus.cc:1064] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7: attempting to promote NON_VOTER db888a90de624223b4c09ab38672b69c to VOTER
I20260630 12:37:35.968739  8206 consensus_queue.cc:237] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:35.975935  8114 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:35.976096  7870 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:35.976290  7952 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:35.977711  8209 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:35.978538  8206 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } 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:35.979269  8176 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } 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:36.005652  8176 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.007443  7952 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.008754  8114 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.019579  7870 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.023339  7490 catalog_manager.cc:5697] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: config changed from index 2 to 3, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.060107  8033 consensus_queue.cc:237] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [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: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:36.064821  8114 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:36.064857  7870 raft_consensus.cc:1275] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Refusing update from remote peer a583f30c35304aa585189db7a6b55bf7: 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:36.066212  8206 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.067042  8209 consensus_queue.cc:1048] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } 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:36.073123  8209 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.078037  7870 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.076750  8114 raft_consensus.cc:2955] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.084201  7479 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 6b1b40721b674b368ed9a3f2f1ff947d with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:36.089756  7493 catalog_manager.cc:5697] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 reported cstate change: config changed from index 3 to 4, VOTER 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1) evicted. New cstate: current_term: 2 leader_uuid: "a583f30c35304aa585189db7a6b55bf7" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:36.111315  7943 tablet_service.cc:1558] Processing DeleteTablet for tablet 6b1b40721b674b368ed9a3f2f1ff947d with delete_type TABLET_DATA_TOMBSTONED (TS 8cc2bc13dee540dfa3d23b0422349045 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:48666
I20260630 12:37:36.113488  8221 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:36.114321  8221 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.115028  8221 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.117990  8221 ts_tablet_manager.cc:1916] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:36.129119  8221 ts_tablet_manager.cc:1929] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:36.129536  8221 log.cc:1199] T 6b1b40721b674b368ed9a3f2f1ff947d P 8cc2bc13dee540dfa3d23b0422349045: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-0-root/wals/6b1b40721b674b368ed9a3f2f1ff947d
I20260630 12:37:36.131116  7479 catalog_manager.cc:5028] TS 8cc2bc13dee540dfa3d23b0422349045 (127.0.197.1:39079): tablet 6b1b40721b674b368ed9a3f2f1ff947d (table test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]) successfully deleted
I20260630 12:37:36.131425  8207 raft_consensus.cc:1064] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045: attempting to promote NON_VOTER db888a90de624223b4c09ab38672b69c to VOTER
I20260630 12:37:36.134024  8207 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:36.142256  8033 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.144131  7870 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 LEARNER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.144048  8207 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.146109  8114 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.145958  8200 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } 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:36.147861  8200 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } 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:36.155844  8207 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.157719  8114 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.159209  7870 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.171202  8033 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.172194  7492 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 reported cstate change: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } attrs { replace: true } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.188738  7952 consensus_queue.cc:237] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [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: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:36.193636  7870 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.195133  8033 raft_consensus.cc:1275] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.195133  8200 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.001s
I20260630 12:37:36.197868  8200 consensus_queue.cc:1048] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:36.201946  8207 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 6affc348bc57446991617f4b841844c3 (127.0.197.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.203876  7870 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 6affc348bc57446991617f4b841844c3 (127.0.197.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.206743  8034 raft_consensus.cc:2955] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, VOTER 6affc348bc57446991617f4b841844c3 (127.0.197.3) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.211122  7479 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 484009e30bbb4fe2af9e1343e0154198 with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:36.216745  7493 catalog_manager.cc:5697] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 reported cstate change: config changed from index 4 to 5, VOTER 6affc348bc57446991617f4b841844c3 (127.0.197.3) evicted. New cstate: current_term: 3 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:36.230115  8148 raft_consensus.cc:1064] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045: attempting to promote NON_VOTER db888a90de624223b4c09ab38672b69c to VOTER
I20260630 12:37:36.232825  8148 consensus_queue.cc:237] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:36.246524  8114 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.246764  7870 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 LEARNER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.247823  8034 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: 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:36.248258  8207 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:36.249619  8226 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } 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:36.252187  8227 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } 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:36.257313  8104 tablet_service.cc:1558] Processing DeleteTablet for tablet 484009e30bbb4fe2af9e1343e0154198 with delete_type TABLET_DATA_TOMBSTONED (TS 6affc348bc57446991617f4b841844c3 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:34868
I20260630 12:37:36.266987  8231 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:36.267802  8231 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.268394  8231 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.271528  8231 ts_tablet_manager.cc:1916] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:36.278760  8148 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.280594  7870 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.282315  8034 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.293381  8114 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.295354  7493 catalog_manager.cc:5697] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 reported cstate change: config changed from index 3 to 4, db888a90de624223b4c09ab38672b69c (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "a583f30c35304aa585189db7a6b55bf7" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 37869 } attrs { replace: true } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.304476  8231 ts_tablet_manager.cc:1929] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.4
I20260630 12:37:36.304966  8231 log.cc:1199] T 484009e30bbb4fe2af9e1343e0154198 P 6affc348bc57446991617f4b841844c3: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-2-root/wals/484009e30bbb4fe2af9e1343e0154198
I20260630 12:37:36.306684  7477 catalog_manager.cc:5028] TS 6affc348bc57446991617f4b841844c3 (127.0.197.3:41295): tablet 484009e30bbb4fe2af9e1343e0154198 (table test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]) successfully deleted
I20260630 12:37:36.316586  7952 consensus_queue.cc:237] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [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: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } }
I20260630 12:37:36.321475  7870 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:36.322094  8114 raft_consensus.cc:1275] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Refusing update from remote peer 8cc2bc13dee540dfa3d23b0422349045: Log matching property violated. Preceding OpId in replica: term: 2 index: 4. Preceding OpId from leader: term: 2 index: 5. (index mismatch)
I20260630 12:37:36.323036  8148 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } 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:36.323962  8200 consensus_queue.cc:1048] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [LEADER]: Connected to new peer: Peer: permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:36.330037  8207 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 LEADER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a583f30c35304aa585189db7a6b55bf7 (127.0.197.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.331934  8114 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a583f30c35304aa585189db7a6b55bf7 (127.0.197.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.337682  7870 raft_consensus.cc:2955] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Committing config change with OpId 2.5: config changed from index 4 to 5, VOTER a583f30c35304aa585189db7a6b55bf7 (127.0.197.2) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.339129  7479 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 96277d219f2a4e308b18d42faea29a8b with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:36.344238  7491 catalog_manager.cc:5697] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 reported cstate change: config changed from index 4 to 5, VOTER a583f30c35304aa585189db7a6b55bf7 (127.0.197.2) evicted. New cstate: current_term: 2 leader_uuid: "8cc2bc13dee540dfa3d23b0422349045" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "8cc2bc13dee540dfa3d23b0422349045" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 39079 } } peers { permanent_uuid: "6affc348bc57446991617f4b841844c3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41295 } } peers { permanent_uuid: "db888a90de624223b4c09ab38672b69c" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 42723 } attrs { promote: false } } }
I20260630 12:37:36.354771  8024 tablet_service.cc:1558] Processing DeleteTablet for tablet 96277d219f2a4e308b18d42faea29a8b with delete_type TABLET_DATA_TOMBSTONED (TS a583f30c35304aa585189db7a6b55bf7 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:52386
I20260630 12:37:36.356995  8234 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:36.357805  8234 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:36.358561  8234 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:36.362013  8234 ts_tablet_manager.cc:1916] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:36.371950  8234 ts_tablet_manager.cc:1929] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.4
I20260630 12:37:36.372228  8234 log.cc:1199] T 96277d219f2a4e308b18d42faea29a8b P a583f30c35304aa585189db7a6b55bf7: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestHandlingFailedTservers.1782822861066773-788-0/minicluster-data/ts-1-root/wals/96277d219f2a4e308b18d42faea29a8b
I20260630 12:37:36.373704  7479 catalog_manager.cc:5028] TS a583f30c35304aa585189db7a6b55bf7 (127.0.197.2:37869): tablet 96277d219f2a4e308b18d42faea29a8b (table test-workload [id=616741ea7ef64c248f8b3cbcb18c93c8]) successfully deleted
I20260630 12:37:38.145033   788 tablet_server.cc:179] TabletServer@127.0.197.1:39079 shutting down...
I20260630 12:37:38.169112   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.169854   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.170373   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.170782   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.172767   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.173231   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.174105   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P 8cc2bc13dee540dfa3d23b0422349045 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.176076   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.176524   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.177171   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P 8cc2bc13dee540dfa3d23b0422349045 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.201170   788 tablet_server.cc:196] TabletServer@127.0.197.1:39079 shutdown complete.
I20260630 12:37:38.216053   788 tablet_server.cc:179] TabletServer@127.0.197.2:37869 shutting down...
I20260630 12:37:38.239265   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.239956   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.240484   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.241248   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.243275   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.243789   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.244243   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P a583f30c35304aa585189db7a6b55bf7 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.246318   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.246824   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.247556   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P a583f30c35304aa585189db7a6b55bf7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.270547   788 tablet_server.cc:196] TabletServer@127.0.197.2:37869 shutdown complete.
I20260630 12:37:38.285112   788 tablet_server.cc:179] TabletServer@127.0.197.3:41295 shutting down...
I20260630 12:37:38.308943   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.309705   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.310288   788 raft_consensus.cc:2243] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.310745   788 raft_consensus.cc:2272] T 02b8d4debe644c38b3aa2e7baa7df62d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.312695   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.313172   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.313784   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.315699   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:38.316130   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.316689   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P 6affc348bc57446991617f4b841844c3 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.339010   788 tablet_server.cc:196] TabletServer@127.0.197.3:41295 shutdown complete.
I20260630 12:37:38.353135   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:37:38.377394   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:38.378028   788 tablet_replica.cc:333] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c: stopping tablet replica
I20260630 12:37:38.378522   788 raft_consensus.cc:2243] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.378988   788 raft_consensus.cc:2272] T 96277d219f2a4e308b18d42faea29a8b P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.380729   788 tablet_replica.cc:333] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c: stopping tablet replica
I20260630 12:37:38.381147   788 raft_consensus.cc:2243] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.381667   788 raft_consensus.cc:2272] T 484009e30bbb4fe2af9e1343e0154198 P db888a90de624223b4c09ab38672b69c [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.383322   788 tablet_replica.cc:333] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c: stopping tablet replica
I20260630 12:37:38.383713   788 raft_consensus.cc:2243] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:38.384116   788 raft_consensus.cc:2272] T 6b1b40721b674b368ed9a3f2f1ff947d P db888a90de624223b4c09ab38672b69c [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.404732   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:37:38.416908   788 master.cc:562] Master@127.0.197.62:33109 shutting down...
I20260630 12:37:38.435105   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:38.435561   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:38.435842   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P c36ffcdb28ef42798811627603401350: stopping tablet replica
I20260630 12:37:38.455150   788 master.cc:584] Master@127.0.197.62:33109 shutdown complete.
[       OK ] AutoRebalancerTest.TestHandlingFailedTservers (16355 ms)
[ RUN      ] AutoRebalancerTest.TestDeletedTables
I20260630 12:37:38.496233   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:39619
I20260630 12:37:38.497319   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:38.503293  8235 instance_detector.cc: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:38.503403  8236 instance_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:38.504130  8238 instance_detector.cc: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:38.506071   788 server_base.cc:1061] running on GCE node
I20260630 12:37:38.506878   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:38.507050   788 system_unsync_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:38.507159   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823058507148 us; error 0 us; skew 500 ppm
I20260630 12:37:38.507579   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:38.509943   788 webserver.cc:533] Webserver started at http://127.0.197.62:40789/ using document root <none> and password file <none>
I20260630 12:37:38.510352   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:38.510497   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:38.510715   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:38.511714   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "f29677d68286400d85fee52890772fc9"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.516165   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.004s
I20260630 12:37:38.519348  8243 log_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:38.520100   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:38.520395   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "f29677d68286400d85fee52890772fc9"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.520684   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-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:38.554083   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:38.555248   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:38.591692   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:39619
I20260630 12:37:38.591825  8294 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:39619 every 8 connection(s)
I20260630 12:37:38.595448  8295 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:38.605584  8295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Bootstrap starting.
I20260630 12:37:38.610100  8295 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:38.614074  8295 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: No bootstrap required, opened a new log
I20260630 12:37:38.615996  8295 raft_consensus.cc:359] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f29677d68286400d85fee52890772fc9" member_type: VOTER }
I20260630 12:37:38.616348  8295 raft_consensus.cc:385] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:38.616524  8295 raft_consensus.cc:740] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: f29677d68286400d85fee52890772fc9, State: Initialized, Role: FOLLOWER
I20260630 12:37:38.617648  8295 consensus_queue.cc:260] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "f29677d68286400d85fee52890772fc9" member_type: VOTER }
I20260630 12:37:38.618120  8298 raft_consensus.cc:493] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:38.618515  8298 raft_consensus.cc:515] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f29677d68286400d85fee52890772fc9" member_type: VOTER }
I20260630 12:37:38.618085  8295 raft_consensus.cc:399] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:38.619021  8298 leader_election.cc:304] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: f29677d68286400d85fee52890772fc9; no voters: 
I20260630 12:37:38.619227  8295 raft_consensus.cc:493] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:38.619596  8295 raft_consensus.cc:3060] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:38.620472  8298 leader_election.cc:290] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 
I20260630 12:37:38.624644  8295 raft_consensus.cc:515] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f29677d68286400d85fee52890772fc9" member_type: VOTER }
I20260630 12:37:38.625223  8299 raft_consensus.cc:2764] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:37:38.625171  8295 leader_election.cc:304] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [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: f29677d68286400d85fee52890772fc9; no voters: 
I20260630 12:37:38.625955  8295 leader_election.cc:290] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:38.626083  8298 raft_consensus.cc:2804] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:38.626583  8298 raft_consensus.cc:697] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 LEADER]: Becoming Leader. State: Replica: f29677d68286400d85fee52890772fc9, State: Running, Role: LEADER
I20260630 12:37:38.627128  8298 consensus_queue.cc:237] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [LEADER]: Queue going to LEADER mode. State: All 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: "f29677d68286400d85fee52890772fc9" member_type: VOTER }
I20260630 12:37:38.628755  8295 sys_catalog.cc:565] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:38.631235  8299 sys_catalog.cc:455] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "f29677d68286400d85fee52890772fc9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f29677d68286400d85fee52890772fc9" member_type: VOTER } }
I20260630 12:37:38.631791  8299 sys_catalog.cc:458] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:38.633798  8304 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:38.633847  8300 sys_catalog.cc:455] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader f29677d68286400d85fee52890772fc9. Latest consensus state: current_term: 1 leader_uuid: "f29677d68286400d85fee52890772fc9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "f29677d68286400d85fee52890772fc9" member_type: VOTER } }
I20260630 12:37:38.634725  8300 sys_catalog.cc:458] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:38.639128  8304 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:38.643669   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:38.648119  8304 catalog_manager.cc:1383] Generated new cluster ID: a74b3bc588fd44189e38438cb390aefa
I20260630 12:37:38.648396  8304 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:38.687800  8304 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:38.689311  8304 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:38.708352  8304 catalog_manager.cc:6070] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Generated new TSK 0
I20260630 12:37:38.708957  8304 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:38.774374   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:38.780225  8316 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:38.781477  8317 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:38.782925  8319 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:38.784041   788 server_base.cc:1061] running on GCE node
I20260630 12:37:38.784986   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:38.785219   788 system_unsync_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:38.785392   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823058785375 us; error 0 us; skew 500 ppm
I20260630 12:37:38.785969   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:38.788151   788 webserver.cc:533] Webserver started at http://127.0.197.1:32825/ using document root <none> and password file <none>
I20260630 12:37:38.788602   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:38.788810   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:38.789075   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:38.790172   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "e882d0f4624e4135bf521db378d79fc6"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.794416   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:38.797559  8324 log_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:38.798437   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:38.798702   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "e882d0f4624e4135bf521db378d79fc6"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.798985   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-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:38.810237   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:38.811299   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:38.812553   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:38.814782   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:38.814954   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:38.815232   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:38.815382   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:38.855103   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38271
I20260630 12:37:38.855199  8386 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38271 every 8 connection(s)
I20260630 12:37:38.860131   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:38.866674  8391 instance_detector.cc: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:38.868669  8392 instance_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:38.869510  8394 instance_detector.cc: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:38.870157   788 server_base.cc:1061] running on GCE node
I20260630 12:37:38.870914   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:38.871090   788 system_unsync_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:38.871212   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823058871201 us; error 0 us; skew 500 ppm
I20260630 12:37:38.871609   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:38.873778   788 webserver.cc:533] Webserver started at http://127.0.197.2:39363/ using document root <none> and password file <none>
I20260630 12:37:38.874305   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:38.874490   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:38.874763   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:38.876070   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "28c60b2cac1b4362be7b659416bd231d"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.876757  8387 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39619
I20260630 12:37:38.877161  8387 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:38.877923  8387 heartbeater.cc:507] Master 127.0.197.62:39619 requested a full tablet report, sending...
I20260630 12:37:38.879926  8260 ts_manager.cc:194] Registered new tserver with Master: e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271)
I20260630 12:37:38.880949   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.003s
I20260630 12:37:38.881950  8260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40404
I20260630 12:37:38.884559  8399 log_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:38.885317   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:38.885608   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "28c60b2cac1b4362be7b659416bd231d"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.885834   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-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:38.903168   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:38.904152   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:38.905552   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:38.907627   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:38.907850   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:38.908072   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:38.908233   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:38.945456   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:41335
I20260630 12:37:38.945583  8461 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:41335 every 8 connection(s)
I20260630 12:37:38.950124   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:38.956926  8465 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:38.958745  8466 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:38.961822  8468 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:38.961824   788 server_base.cc:1061] running on GCE node
I20260630 12:37:38.962769  8462 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39619
I20260630 12:37:38.963222  8462 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:38.963440   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:38.963730   788 system_unsync_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:38.963946   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823058963926 us; error 0 us; skew 500 ppm
I20260630 12:37:38.964131  8462 heartbeater.cc:507] Master 127.0.197.62:39619 requested a full tablet report, sending...
I20260630 12:37:38.964690   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:38.966460  8260 ts_manager.cc:194] Registered new tserver with Master: 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:38.967480   788 webserver.cc:533] Webserver started at http://127.0.197.3:36025/ using document root <none> and password file <none>
I20260630 12:37:38.968108   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:38.968338   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:38.968319  8260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40412
I20260630 12:37:38.968892   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:38.970363   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "a23f3df002a041e2aac3ab3a38f854cf"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.974805   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:37:38.977982  8473 log_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:38.978719   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:38.979030   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "a23f3df002a041e2aac3ab3a38f854cf"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:38.979301   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-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:38.994656   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:38.996307   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:38.997740   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:38.999917   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:39.000119   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.000398   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:39.000591   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:39.040588   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:34537
I20260630 12:37:39.040716  8535 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:34537 every 8 connection(s)
I20260630 12:37:39.054275  8536 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39619
I20260630 12:37:39.054692  8536 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:39.055438  8536 heartbeater.cc:507] Master 127.0.197.62:39619 requested a full tablet report, sending...
I20260630 12:37:39.057487  8260 ts_manager.cc:194] Registered new tserver with Master: a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:39.058360   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014768528s
I20260630 12:37:39.058902  8260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40426
I20260630 12:37:39.884892  8387 heartbeater.cc:499] Master 127.0.197.62:39619 was elected leader, sending a full tablet report...
I20260630 12:37:39.971441  8462 heartbeater.cc:499] Master 127.0.197.62:39619 was elected leader, sending a full tablet report...
I20260630 12:37:40.061733  8536 heartbeater.cc:499] Master 127.0.197.62:39619 was elected leader, sending a full tablet report...
I20260630 12:37:40.113286  8260 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40440:
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:40.115631  8260 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:40.171960  8352 tablet_service.cc:1511] Processing CreateTablet for tablet 98a48bad2abd4fff86c1bc83011b8d64 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:40.172369  8351 tablet_service.cc:1511] Processing CreateTablet for tablet 1c265a14818140f6b1d2ca3b3ddd019a (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:40.173524  8352 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98a48bad2abd4fff86c1bc83011b8d64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.174281  8351 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c265a14818140f6b1d2ca3b3ddd019a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.179283  8350 tablet_service.cc:1511] Processing CreateTablet for tablet ad632b968d474aa88307198763bc59af (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:40.180702  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad632b968d474aa88307198763bc59af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.192828  8427 tablet_service.cc:1511] Processing CreateTablet for tablet 98a48bad2abd4fff86c1bc83011b8d64 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:40.194247  8427 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98a48bad2abd4fff86c1bc83011b8d64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.198491  8426 tablet_service.cc:1511] Processing CreateTablet for tablet 1c265a14818140f6b1d2ca3b3ddd019a (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:40.199859  8426 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c265a14818140f6b1d2ca3b3ddd019a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.201184  8349 tablet_service.cc:1511] Processing CreateTablet for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:40.202422  8501 tablet_service.cc:1511] Processing CreateTablet for tablet 98a48bad2abd4fff86c1bc83011b8d64 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:40.202551  8425 tablet_service.cc:1511] Processing CreateTablet for tablet ad632b968d474aa88307198763bc59af (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:40.203740  8501 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98a48bad2abd4fff86c1bc83011b8d64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.203909  8425 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad632b968d474aa88307198763bc59af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.203637  8500 tablet_service.cc:1511] Processing CreateTablet for tablet 1c265a14818140f6b1d2ca3b3ddd019a (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:40.202551  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.202422  8499 tablet_service.cc:1511] Processing CreateTablet for tablet ad632b968d474aa88307198763bc59af (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:40.205142  8500 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c265a14818140f6b1d2ca3b3ddd019a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.210105  8499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet ad632b968d474aa88307198763bc59af. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.223174  8556 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.229293  8556 tablet_bootstrap.cc:654] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.231751  8424 tablet_service.cc:1511] Processing CreateTablet for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:40.233146  8424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.240002  8557 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: Bootstrap starting.
I20260630 12:37:40.244854  8499 tablet_service.cc:1511] Processing CreateTablet for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 (DEFAULT_TABLE table=test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:40.246160  8499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.250157  8557 tablet_bootstrap.cc:654] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.251533  8556 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.252097  8556 ts_tablet_manager.cc:1403] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.029s	user 0.016s	sys 0.004s
I20260630 12:37:40.256001  8556 raft_consensus.cc:359] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.257217  8556 raft_consensus.cc:385] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.257715  8556 raft_consensus.cc:740] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.259001  8556 consensus_queue.cc:260] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.265420  8557 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: No bootstrap required, opened a new log
I20260630 12:37:40.265990  8557 ts_tablet_manager.cc:1403] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: Time spent bootstrapping tablet: real 0.026s	user 0.019s	sys 0.004s
I20260630 12:37:40.266690  8556 ts_tablet_manager.cc:1434] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.014s	user 0.007s	sys 0.004s
I20260630 12:37:40.268326  8556 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.274313  8556 tablet_bootstrap.cc:654] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.274542  8559 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: Bootstrap starting.
I20260630 12:37:40.284958  8559 tablet_bootstrap.cc:654] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.285676  8557 raft_consensus.cc:359] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.286864  8557 raft_consensus.cc:385] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.287286  8557 raft_consensus.cc:740] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.289187  8557 consensus_queue.cc:260] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.294477  8556 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.294592  8557 ts_tablet_manager.cc:1434] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: Time spent starting tablet: real 0.028s	user 0.005s	sys 0.004s
I20260630 12:37:40.295439  8559 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: No bootstrap required, opened a new log
I20260630 12:37:40.295804  8557 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: Bootstrap starting.
I20260630 12:37:40.295222  8556 ts_tablet_manager.cc:1403] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.028s	user 0.022s	sys 0.004s
I20260630 12:37:40.296006  8559 ts_tablet_manager.cc:1403] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: Time spent bootstrapping tablet: real 0.022s	user 0.010s	sys 0.005s
I20260630 12:37:40.299140  8556 raft_consensus.cc:359] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.300669  8559 raft_consensus.cc:359] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.301339  8556 raft_consensus.cc:385] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.301581  8559 raft_consensus.cc:385] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.301790  8556 raft_consensus.cc:740] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.301993  8559 raft_consensus.cc:740] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.302764  8556 consensus_queue.cc:260] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.302920  8559 consensus_queue.cc:260] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.303617  8557 tablet_bootstrap.cc:654] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.308514  8556 ts_tablet_manager.cc:1434] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.012s	user 0.006s	sys 0.000s
I20260630 12:37:40.309911  8556 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.312410  8559 ts_tablet_manager.cc:1434] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: Time spent starting tablet: real 0.016s	user 0.012s	sys 0.000s
I20260630 12:37:40.315984  8559 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Bootstrap starting.
I20260630 12:37:40.316340  8556 tablet_bootstrap.cc:654] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.325559  8557 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: No bootstrap required, opened a new log
I20260630 12:37:40.326089  8557 ts_tablet_manager.cc:1403] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: Time spent bootstrapping tablet: real 0.031s	user 0.012s	sys 0.014s
I20260630 12:37:40.326817  8559 tablet_bootstrap.cc:654] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.328063  8556 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.328581  8556 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:37:40.328363  8557 raft_consensus.cc:359] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.329078  8557 raft_consensus.cc:385] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.329439  8557 raft_consensus.cc:740] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.330330  8557 consensus_queue.cc:260] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.332310  8556 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.333127  8556 raft_consensus.cc:385] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.333503  8556 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.333591  8557 ts_tablet_manager.cc:1434] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:40.334395  8559 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: No bootstrap required, opened a new log
I20260630 12:37:40.334928  8559 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Time spent bootstrapping tablet: real 0.019s	user 0.009s	sys 0.004s
I20260630 12:37:40.335265  8557 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Bootstrap starting.
I20260630 12:37:40.334364  8556 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.337067  8559 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.337860  8559 raft_consensus.cc:385] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.339605  8559 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.340370  8559 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.342463  8559 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:40.343407  8559 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: Bootstrap starting.
I20260630 12:37:40.339247  8556 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:40.344879  8556 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.349265  8557 tablet_bootstrap.cc:654] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.350713  8556 tablet_bootstrap.cc:654] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.349436  8559 tablet_bootstrap.cc:654] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.359781  8557 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: No bootstrap required, opened a new log
I20260630 12:37:40.360172  8559 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: No bootstrap required, opened a new log
I20260630 12:37:40.360258  8557 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.000s
I20260630 12:37:40.360476  8556 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.360929  8559 ts_tablet_manager.cc:1403] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: Time spent bootstrapping tablet: real 0.018s	user 0.015s	sys 0.000s
I20260630 12:37:40.361176  8556 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.004s
I20260630 12:37:40.363095  8557 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.363680  8557 raft_consensus.cc:385] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.363926  8557 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.363895  8559 raft_consensus.cc:359] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.364125  8556 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.364965  8559 raft_consensus.cc:385] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.365020  8556 raft_consensus.cc:385] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.364979  8557 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.365653  8556 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.365567  8559 raft_consensus.cc:740] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.366726  8559 consensus_queue.cc:260] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.367934  8557 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:40.368974  8559 ts_tablet_manager.cc:1434] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:37:40.369002  8557 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Bootstrap starting.
I20260630 12:37:40.370250  8559 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Bootstrap starting.
I20260630 12:37:40.376490  8557 tablet_bootstrap.cc:654] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.376490  8559 tablet_bootstrap.cc:654] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.377756  8556 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.382519  8556 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.021s	user 0.006s	sys 0.000s
I20260630 12:37:40.391987  8561 raft_consensus.cc:493] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:40.392880  8559 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: No bootstrap required, opened a new log
I20260630 12:37:40.392526  8561 raft_consensus.cc:515] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.393390  8559 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.008s
I20260630 12:37:40.394605  8557 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: No bootstrap required, opened a new log
I20260630 12:37:40.395095  8557 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Time spent bootstrapping tablet: real 0.026s	user 0.012s	sys 0.011s
I20260630 12:37:40.396422  8559 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.397169  8559 raft_consensus.cc:385] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.397485  8559 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.397871  8561 leader_election.cc:290] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.398015  8557 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.399008  8557 raft_consensus.cc:385] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.398401  8559 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.399379  8557 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.400241  8557 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.401454  8559 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.006s
I20260630 12:37:40.402487  8557 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.001s
I20260630 12:37:40.418375  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:40.418589  8437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d" is_pre_election: true
I20260630 12:37:40.418990  8511 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 0.
I20260630 12:37:40.419253  8437 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 0.
I20260630 12:37:40.420130  8328 leader_election.cc:304] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a23f3df002a041e2aac3ab3a38f854cf, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.420852  8561 raft_consensus.cc:2804] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:40.421209  8561 raft_consensus.cc:493] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:40.421562  8561 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.426249  8561 raft_consensus.cc:515] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.427847  8561 leader_election.cc:290] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Requested vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.428524  8437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
I20260630 12:37:40.428767  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:40.429172  8437 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.429296  8511 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.436136  8511 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.436136  8437 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.437467  8328 leader_election.cc:304] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a23f3df002a041e2aac3ab3a38f854cf, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.438259  8561 raft_consensus.cc:2804] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.439337  8561 raft_consensus.cc:697] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:40.440079  8561 consensus_queue.cc:237] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.442008  8576 raft_consensus.cc:493] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:40.442386  8576 raft_consensus.cc:515] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.445250  8576 leader_election.cc:290] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.445322  8437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d" is_pre_election: true
I20260630 12:37:40.445705  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:40.446004  8437 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 0.
I20260630 12:37:40.446401  8511 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 0.
I20260630 12:37:40.447121  8326 leader_election.cc:304] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 28c60b2cac1b4362be7b659416bd231d, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.447901  8576 raft_consensus.cc:2804] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:40.448244  8576 raft_consensus.cc:493] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:40.448583  8576 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.450443  8259 catalog_manager.cc:5697] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e882d0f4624e4135bf521db378d79fc6 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "e882d0f4624e4135bf521db378d79fc6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:40.454322  8576 raft_consensus.cc:515] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.456372  8576 leader_election.cc:290] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Requested vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.457072  8437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
I20260630 12:37:40.457587  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:40.457654  8437 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.458066  8511 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.462858  8437 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.462962  8511 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.463955  8326 leader_election.cc:304] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 28c60b2cac1b4362be7b659416bd231d, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.464160  8564 raft_consensus.cc:493] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:40.464787  8564 raft_consensus.cc:515] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.465144  8576 raft_consensus.cc:2804] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.465752  8561 raft_consensus.cc:493] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:40.467659  8564 leader_election.cc:290] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:40.467835  8576 raft_consensus.cc:697] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:40.466715  8561 raft_consensus.cc:515] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.468607  8565 raft_consensus.cc:493] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:40.469280  8565 raft_consensus.cc:515] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.469532  8576 consensus_queue.cc:237] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.471517  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:40.472141  8511 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 0.
I20260630 12:37:40.473557  8328 leader_election.cc:304] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a23f3df002a041e2aac3ab3a38f854cf, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.478927  8578 raft_consensus.cc:2804] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:40.479425  8578 raft_consensus.cc:493] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:40.479836  8578 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.481079  8561 leader_election.cc:290] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.484162  8565 leader_election.cc:290] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.491917  8578 raft_consensus.cc:515] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.498780  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:40.499676  8511 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.498626  8259 catalog_manager.cc:5697] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e882d0f4624e4135bf521db378d79fc6 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "e882d0f4624e4135bf521db378d79fc6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:40.506388  8578 leader_election.cc:290] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Requested vote from peers 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.508553  8436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
I20260630 12:37:40.508692  8511 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.509203  8436 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.509233  8437 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "e882d0f4624e4135bf521db378d79fc6" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d" is_pre_election: true
I20260630 12:37:40.510043  8328 leader_election.cc:304] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a23f3df002a041e2aac3ab3a38f854cf, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.510942  8578 raft_consensus.cc:2804] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.511622  8578 raft_consensus.cc:697] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:40.512423  8578 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.520824  8436 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate e882d0f4624e4135bf521db378d79fc6 in term 1.
I20260630 12:37:40.527693  8436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d" is_pre_election: true
I20260630 12:37:40.527719  8259 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e882d0f4624e4135bf521db378d79fc6 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "e882d0f4624e4135bf521db378d79fc6" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:40.528493  8436 raft_consensus.cc:2468] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a23f3df002a041e2aac3ab3a38f854cf in term 0.
I20260630 12:37:40.529160  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6" is_pre_election: true
I20260630 12:37:40.529623  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:40.529873  8362 raft_consensus.cc:2468] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a23f3df002a041e2aac3ab3a38f854cf in term 0.
I20260630 12:37:40.530125  8511 raft_consensus.cc:2468] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 0.
I20260630 12:37:40.531193  8475 leader_election.cc:304] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a23f3df002a041e2aac3ab3a38f854cf, e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.531380  8403 leader_election.cc:304] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:40.532099  8564 raft_consensus.cc:2804] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:40.532230  8565 raft_consensus.cc:2804] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:40.532501  8564 raft_consensus.cc:493] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:40.532728  8565 raft_consensus.cc:493] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:40.533154  8565 raft_consensus.cc:3060] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.532883  8564 raft_consensus.cc:3060] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.535676  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6" is_pre_election: true
I20260630 12:37:40.536231  8362 raft_consensus.cc:2468] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 0.
I20260630 12:37:40.540041  8564 raft_consensus.cc:515] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.540400  8565 raft_consensus.cc:515] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.542022  8564 leader_election.cc:290] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 1 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:40.542339  8565 leader_election.cc:290] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 1 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:40.543152  8361 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6"
I20260630 12:37:40.543351  8436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
I20260630 12:37:40.543372  8362 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6"
I20260630 12:37:40.543576  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1bdf62b5590b4ed3886b2b1b3cf502a6" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:40.543833  8361 raft_consensus.cc:3060] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.544433  8436 raft_consensus.cc:2393] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate a23f3df002a041e2aac3ab3a38f854cf in current term 1: Already voted for candidate 28c60b2cac1b4362be7b659416bd231d in this term.
I20260630 12:37:40.544554  8511 raft_consensus.cc:2393] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 28c60b2cac1b4362be7b659416bd231d in current term 1: Already voted for candidate a23f3df002a041e2aac3ab3a38f854cf in this term.
I20260630 12:37:40.545810  8475 leader_election.cc:304] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [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: a23f3df002a041e2aac3ab3a38f854cf; no voters: 28c60b2cac1b4362be7b659416bd231d, e882d0f4624e4135bf521db378d79fc6
I20260630 12:37:40.546593  8564 raft_consensus.cc:2749] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:40.550153  8361 raft_consensus.cc:2468] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 1.
I20260630 12:37:40.551043  8401 leader_election.cc:304] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, e882d0f4624e4135bf521db378d79fc6; no voters: a23f3df002a041e2aac3ab3a38f854cf
I20260630 12:37:40.551707  8565 raft_consensus.cc:2804] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.552714  8565 raft_consensus.cc:697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Becoming Leader. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:40.553557  8565 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.560005  8259 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d reported cstate change: term changed from 0 to 1, leader changed from <none> to 28c60b2cac1b4362be7b659416bd231d (127.0.197.2). New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:40.664050  8259 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40454:
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:40.691403  8349 tablet_service.cc:1511] Processing CreateTablet for tablet 60577608b91444bf96c98cefd4f54717 (DEFAULT_TABLE table=dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:40.692554  8349 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 60577608b91444bf96c98cefd4f54717. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.693938  8499 tablet_service.cc:1511] Processing CreateTablet for tablet c1009a22feac4e7a91bd75ec15a715a6 (DEFAULT_TABLE table=dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:40.695182  8499 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c1009a22feac4e7a91bd75ec15a715a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.695050  8424 tablet_service.cc:1511] Processing CreateTablet for tablet 725cfcb700d84bcb9840ababdba86beb (DEFAULT_TABLE table=dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:40.695350  8350 tablet_service.cc:1511] Processing CreateTablet for tablet 55e5bfefa56d4c84aec636c9a445655b (DEFAULT_TABLE table=dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:40.696269  8424 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 725cfcb700d84bcb9840ababdba86beb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.696578  8350 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 55e5bfefa56d4c84aec636c9a445655b. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:40.710938  8557 tablet_bootstrap.cc:492] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Bootstrap starting.
I20260630 12:37:40.712067  8556 tablet_bootstrap.cc:492] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.712675  8559 tablet_bootstrap.cc:492] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Bootstrap starting.
I20260630 12:37:40.717767  8557 tablet_bootstrap.cc:654] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.718677  8556 tablet_bootstrap.cc:654] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.719455  8559 tablet_bootstrap.cc:654] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.725752  8559 tablet_bootstrap.cc:492] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: No bootstrap required, opened a new log
I20260630 12:37:40.726229  8559 ts_tablet_manager.cc:1403] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Time spent bootstrapping tablet: real 0.014s	user 0.008s	sys 0.004s
I20260630 12:37:40.726485  8556 tablet_bootstrap.cc:492] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.726956  8556 ts_tablet_manager.cc:1403] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.015s	user 0.006s	sys 0.007s
I20260630 12:37:40.727504  8557 tablet_bootstrap.cc:492] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: No bootstrap required, opened a new log
I20260630 12:37:40.727998  8557 ts_tablet_manager.cc:1403] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Time spent bootstrapping tablet: real 0.017s	user 0.012s	sys 0.001s
I20260630 12:37:40.728984  8559 raft_consensus.cc:359] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } }
I20260630 12:37:40.729615  8559 raft_consensus.cc:385] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.729656  8556 raft_consensus.cc:359] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.730067  8559 raft_consensus.cc:740] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.730372  8556 raft_consensus.cc:385] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.730731  8556 raft_consensus.cc:740] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.730645  8557 raft_consensus.cc:359] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.730962  8559 consensus_queue.cc:260] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } }
I20260630 12:37:40.731348  8557 raft_consensus.cc:385] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.731590  8556 consensus_queue.cc:260] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.731680  8557 raft_consensus.cc:740] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.731616  8559 raft_consensus.cc:399] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:40.732393  8556 raft_consensus.cc:399] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:40.732462  8559 raft_consensus.cc:493] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:40.732771  8556 raft_consensus.cc:493] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:40.733016  8559 raft_consensus.cc:3060] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.732725  8557 consensus_queue.cc:260] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.733434  8556 raft_consensus.cc:3060] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.733644  8557 raft_consensus.cc:399] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:40.734037  8557 raft_consensus.cc:493] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:40.734356  8557 raft_consensus.cc:3060] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.739759  8556 raft_consensus.cc:515] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.740406  8556 leader_election.cc:304] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [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: e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.740454  8559 raft_consensus.cc:515] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } }
I20260630 12:37:40.741092  8578 raft_consensus.cc:2804] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.741187  8559 leader_election.cc:304] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d; no voters: 
I20260630 12:37:40.741614  8578 raft_consensus.cc:697] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:40.742110  8565 raft_consensus.cc:2804] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.742358  8578 consensus_queue.cc:237] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Queue going to LEADER mode. State: All 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.742609  8565 raft_consensus.cc:697] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Becoming Leader. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:40.743010  8557 raft_consensus.cc:515] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.743402  8565 consensus_queue.cc:237] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Queue going to LEADER mode. State: All 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: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } }
I20260630 12:37:40.743714  8557 leader_election.cc:304] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [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: a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:40.744328  8557 leader_election.cc:290] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:40.744551  8564 raft_consensus.cc:2804] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.747565  8556 leader_election.cc:290] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:40.748416  8559 leader_election.cc:290] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:40.751046  8556 ts_tablet_manager.cc:1434] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.024s	user 0.011s	sys 0.005s
I20260630 12:37:40.751516  8559 ts_tablet_manager.cc:1434] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Time spent starting tablet: real 0.025s	user 0.017s	sys 0.000s
I20260630 12:37:40.752305  8556 tablet_bootstrap.cc:492] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:40.763562  8260 catalog_manager.cc:5697] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d reported cstate change: term changed from 0 to 1, leader changed from <none> to 28c60b2cac1b4362be7b659416bd231d (127.0.197.2). New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:40.770419  8258 catalog_manager.cc:5697] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e882d0f4624e4135bf521db378d79fc6 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "e882d0f4624e4135bf521db378d79fc6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:40.772835  8557 ts_tablet_manager.cc:1434] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Time spent starting tablet: real 0.045s	user 0.025s	sys 0.004s
I20260630 12:37:40.784333  8564 raft_consensus.cc:697] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 LEADER]: Becoming Leader. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Running, Role: LEADER
I20260630 12:37:40.785209  8564 consensus_queue.cc:237] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Queue going to LEADER mode. State: All 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: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:40.788188  8556 tablet_bootstrap.cc:654] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:40.799687  8260 catalog_manager.cc:5697] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: term changed from 0 to 1, leader changed from <none> to a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3). New cstate: current_term: 1 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:40.805657  8556 tablet_bootstrap.cc:492] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: No bootstrap required, opened a new log
I20260630 12:37:40.806188  8556 ts_tablet_manager.cc:1403] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.054s	user 0.012s	sys 0.007s
I20260630 12:37:40.808440  8556 raft_consensus.cc:359] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.808923  8556 raft_consensus.cc:385] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:40.809162  8556 raft_consensus.cc:740] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:40.809834  8556 consensus_queue.cc:260] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.810387  8556 raft_consensus.cc:399] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:40.810691  8556 raft_consensus.cc:493] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:40.811029  8556 raft_consensus.cc:3060] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:40.817088  8556 raft_consensus.cc:515] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.817639  8556 leader_election.cc:304] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [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: e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:40.818150  8556 leader_election.cc:290] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:40.818301  8576 raft_consensus.cc:2804] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:40.818804  8576 raft_consensus.cc:697] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:40.819485  8576 consensus_queue.cc:237] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Queue going to LEADER mode. State: All 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:40.820039  8556 ts_tablet_manager.cc:1434] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.014s	user 0.010s	sys 0.004s
I20260630 12:37:40.826277  8257 catalog_manager.cc:5697] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: term changed from 0 to 1, leader changed from <none> to e882d0f4624e4135bf521db378d79fc6 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "e882d0f4624e4135bf521db378d79fc6" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:40.856150   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:40.875567   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:40.876475   788 tablet_replica.cc:333] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.877071   788 raft_consensus.cc:2243] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.877604   788 raft_consensus.cc:2272] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.880067   788 tablet_replica.cc:333] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.880609   788 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:40.881017   788 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.882954   788 tablet_replica.cc:333] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.883409   788 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.883900   788 pending_rounds.cc:70] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Trying to abort 1 pending ops.
I20260630 12:37:40.884045   788 pending_rounds.cc:77] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443255868071936 op_type: NO_OP noop_request { }
I20260630 12:37:40.884450   788 raft_consensus.cc:2889] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:40.884763   788 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.887090   788 tablet_replica.cc:333] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.887331  8576 consensus_queue.cc:1048] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:40.887825   788 raft_consensus.cc:2243] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.888592   788 pending_rounds.cc:70] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Trying to abort 1 pending ops.
I20260630 12:37:40.888819   788 pending_rounds.cc:77] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443255693328384 op_type: NO_OP noop_request { }
I20260630 12:37:40.889107   788 raft_consensus.cc:2889] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:40.889400   788 raft_consensus.cc:2272] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.891863   788 tablet_replica.cc:333] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.892771   788 raft_consensus.cc:2243] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.893179   788 raft_consensus.cc:2272] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.898703   788 tablet_replica.cc:333] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: stopping tablet replica
I20260630 12:37:40.899194   788 raft_consensus.cc:2243] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:40.899748   788 pending_rounds.cc:70] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Trying to abort 1 pending ops.
I20260630 12:37:40.899925   788 pending_rounds.cc:77] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443255569358848 op_type: NO_OP noop_request { }
I20260630 12:37:40.900208   788 raft_consensus.cc:2889] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:37:40.900485   788 raft_consensus.cc:2272] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:40.916488   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:37:40.957680  8565 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:40.967594  8401 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111) [suppressed 2 similar messages]
W20260630 12:37:40.971990  8401 consensus_peers.cc:597] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d -> Peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Couldn't send request to peer e882d0f4624e4135bf521db378d79fc6. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:41.936481  8610 consensus_queue.cc:579] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Leader has been unable to successfully communicate with peer e882d0f4624e4135bf521db378d79fc6 for more than 1 seconds (1.382s)
I20260630 12:37:41.975642  8260 catalog_manager.cc:2533] Servicing SoftDeleteTable request from {username='slave'} at 127.0.0.1:40440:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:41.976366  8260 catalog_manager.cc:2781] Servicing DeleteTable request from {username='slave'} at 127.0.0.1:40440:
table { table_name: "dugtrio" } modify_external_catalogs: true
I20260630 12:37:41.992872  8260 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Sending DeleteTablet for 1 replicas of tablet 60577608b91444bf96c98cefd4f54717
I20260630 12:37:41.993788  8260 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Sending DeleteTablet for 1 replicas of tablet 725cfcb700d84bcb9840ababdba86beb
I20260630 12:37:41.994622  8260 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Sending DeleteTablet for 1 replicas of tablet c1009a22feac4e7a91bd75ec15a715a6
I20260630 12:37:41.995543  8260 catalog_manager.cc:5984] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: Sending DeleteTablet for 1 replicas of tablet 55e5bfefa56d4c84aec636c9a445655b
I20260630 12:37:41.996419  8424 tablet_service.cc:1558] Processing DeleteTablet for tablet 725cfcb700d84bcb9840ababdba86beb with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:41 UTC) from {username='slave'} at 127.0.0.1:33580
I20260630 12:37:41.996577  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet c1009a22feac4e7a91bd75ec15a715a6 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:41 UTC) from {username='slave'} at 127.0.0.1:34140
I20260630 12:37:41.999504   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
I20260630 12:37:42.010525  8624 tablet_replica.cc:333] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: stopping tablet replica
I20260630 12:37:42.011986  8624 raft_consensus.cc:2243] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.012734  8624 raft_consensus.cc:2272] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.012060  8623 tablet_replica.cc:333] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: stopping tablet replica
W20260630 12:37:42.013571  8625 instance_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:42.014307  8623 raft_consensus.cc:2243] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.015573  8623 raft_consensus.cc:2272] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.015887  8624 ts_tablet_manager.cc:1916] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:42.018570  8623 ts_tablet_manager.cc:1916] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Deleting tablet data with delete state TABLET_DATA_DELETED
W20260630 12:37:42.019455  8626 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.014371  8245 catalog_manager.cc:4755] TS e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): DeleteTablet:TABLET_DATA_DELETED RPC failed for tablet 60577608b91444bf96c98cefd4f54717: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
W20260630 12:37:42.021147  8628 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:42.022897   788 server_base.cc:1061] running on GCE node
I20260630 12:37:42.025064   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:42.025346   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:42.025645   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823062025627 us; error 0 us; skew 500 ppm
I20260630 12:37:42.026301   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:42.031157   788 webserver.cc:533] Webserver started at http://127.0.197.4:38489/ using document root <none> and password file <none>
I20260630 12:37:42.031795   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:42.032032   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:42.032353   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:42.033767   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "8525547f7f3a4c4693a5970f5fdf83a7"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-0dvn"
I20260630 12:37:42.033859  8623 ts_tablet_manager.cc:1929] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:42.034317  8623 log.cc:1199] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root/wals/725cfcb700d84bcb9840ababdba86beb
I20260630 12:37:42.034984  8623 ts_tablet_manager.cc:1950] T 725cfcb700d84bcb9840ababdba86beb P 28c60b2cac1b4362be7b659416bd231d: Deleting consensus metadata
I20260630 12:37:42.035763  8624 ts_tablet_manager.cc:1929] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 1.1
I20260630 12:37:42.036177  8624 log.cc:1199] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root/wals/c1009a22feac4e7a91bd75ec15a715a6
I20260630 12:37:42.036906  8624 ts_tablet_manager.cc:1950] T c1009a22feac4e7a91bd75ec15a715a6 P a23f3df002a041e2aac3ab3a38f854cf: Deleting consensus metadata
I20260630 12:37:42.037856  8245 catalog_manager.cc:5028] TS 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335): tablet 725cfcb700d84bcb9840ababdba86beb (table dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]) successfully deleted
I20260630 12:37:42.039803   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.001s	sys 0.005s
I20260630 12:37:42.039891  8247 catalog_manager.cc:5028] TS a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537): tablet c1009a22feac4e7a91bd75ec15a715a6 (table dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]) successfully deleted
I20260630 12:37:42.043414  8633 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.044206   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:42.044531   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "8525547f7f3a4c4693a5970f5fdf83a7"
format_stamp: "Formatted at 2026-06-30 12:37:42 on dist-test-slave-0dvn"
I20260630 12:37:42.044813   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-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:42.061100   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:42.062203   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:42.063627   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:42.066010   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:42.066244   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.066493   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:42.066663   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.108213   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:34735
I20260630 12:37:42.108309  8695 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:34735 every 8 connection(s)
I20260630 12:37:42.112910   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:42.119769  8699 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.122388  8700 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:42.125918  8702 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:42.126250  8696 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39619
I20260630 12:37:42.126714  8696 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:42.127056   788 server_base.cc:1061] running on GCE node
I20260630 12:37:42.127697  8696 heartbeater.cc:507] Master 127.0.197.62:39619 requested a full tablet report, sending...
I20260630 12:37:42.128019   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:42.128299   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:42.128489   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823062128475 us; error 0 us; skew 500 ppm
I20260630 12:37:42.129050   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:42.129860  8260 ts_manager.cc:194] Registered new tserver with Master: 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735)
I20260630 12:37:42.131512  8260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40478
I20260630 12:37:42.131651   788 webserver.cc:533] Webserver started at http://127.0.197.1:32825/ using document root <none> and password file <none>
I20260630 12:37:42.132254   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:42.132463   788 fs_manager.cc:365] Using existing metadata directory in first data directory
I20260630 12:37:42.136725   788 fs_manager.cc:714] Time spent opening directory manager: real 0.003s	user 0.000s	sys 0.002s
I20260630 12:37:42.141880  8707 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:42.143230   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.004s	sys 0.000s
I20260630 12:37:42.143656   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "e882d0f4624e4135bf521db378d79fc6"
format_stamp: "Formatted at 2026-06-30 12:37:38 on dist-test-slave-0dvn"
I20260630 12:37:42.144027   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:42.168203   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:42.169672   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:42.171512   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:42.175189  8614 raft_consensus.cc:493] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.175328  8714 ts_tablet_manager.cc:548] Loading tablet metadata (0/6 complete)
I20260630 12:37:42.175800  8614 raft_consensus.cc:515] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.177937  8614 leader_election.cc:290] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:42.179442  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:42.180171  8511 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 1.
I20260630 12:37:42.181432  8403 leader_election.cc:304] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:42.182245  8614 raft_consensus.cc:2804] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader pre-election won for term 2
W20260630 12:37:42.182284  8401 leader_election.cc:336] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
I20260630 12:37:42.182781  8614 raft_consensus.cc:493] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:42.183172  8614 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.190239  8614 raft_consensus.cc:515] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.192374  8614 leader_election.cc:290] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:42.193595  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:42.194239  8511 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:42.196094  8401 leader_election.cc:336] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
I20260630 12:37:42.201174  8511 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 2.
I20260630 12:37:42.202428  8403 leader_election.cc:304] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: e882d0f4624e4135bf521db378d79fc6
I20260630 12:37:42.203162  8614 raft_consensus.cc:2804] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:42.203663  8614 raft_consensus.cc:697] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Becoming Leader. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:42.204452  8614 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Queue going to LEADER 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.212463  8260 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d reported cstate change: term changed from 1 to 2, leader changed from e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) to 28c60b2cac1b4362be7b659416bd231d (127.0.197.2). New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:42.217036   788 ts_tablet_manager.cc:585] Loaded tablet metadata (6 total tablets, 6 live tablets)
I20260630 12:37:42.217444   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.043s	user 0.001s	sys 0.001s
I20260630 12:37:42.217742   788 ts_tablet_manager.cc:600] Registering tablets (0/6 complete)
I20260630 12:37:42.223106  8714 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.227846  8716 raft_consensus.cc:493] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.228385  8716 raft_consensus.cc:515] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.230626  8716 leader_election.cc:290] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:42.234500  8436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "28c60b2cac1b4362be7b659416bd231d" is_pre_election: true
I20260630 12:37:42.236975  8714 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: 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:42.238098  8714 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.238663  8714 ts_tablet_manager.cc:1403] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.016s	user 0.010s	sys 0.005s
W20260630 12:37:42.239028  8475 leader_election.cc:336] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
I20260630 12:37:42.239530  8475 leader_election.cc:304] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [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: a23f3df002a041e2aac3ab3a38f854cf; no voters: 28c60b2cac1b4362be7b659416bd231d, e882d0f4624e4135bf521db378d79fc6
I20260630 12:37:42.240271  8716 raft_consensus.cc:2749] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:37:42.241187  8714 raft_consensus.cc:359] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.241959  8714 raft_consensus.cc:740] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.242552  8714 consensus_queue.cc:260] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.244752  8714 ts_tablet_manager.cc:1434] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.006s	user 0.006s	sys 0.000s
I20260630 12:37:42.245502  8714 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.246781   788 ts_tablet_manager.cc:616] Registered 6 tablets
I20260630 12:37:42.247103   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.029s	user 0.028s	sys 0.000s
I20260630 12:37:42.257609  8714 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: 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:42.258481  8714 tablet_bootstrap.cc:492] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.259079  8714 ts_tablet_manager.cc:1403] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:37:42.260983  8714 raft_consensus.cc:359] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.261673  8714 raft_consensus.cc:740] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.262391  8714 consensus_queue.cc:260] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.263976  8714 ts_tablet_manager.cc:1434] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.005s	user 0.001s	sys 0.003s
I20260630 12:37:42.264889  8714 tablet_bootstrap.cc:492] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.278185  8714 tablet_bootstrap.cc:492] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: 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:42.279269  8714 tablet_bootstrap.cc:492] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.279875  8714 ts_tablet_manager.cc:1403] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.015s	user 0.001s	sys 0.011s
I20260630 12:37:42.282426  8714 raft_consensus.cc:359] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.283018  8714 raft_consensus.cc:740] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.283704  8714 consensus_queue.cc:260] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.284358  8714 raft_consensus.cc:399] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.284678  8714 raft_consensus.cc:493] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.285080  8714 raft_consensus.cc:3060] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.286252  8436 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:42.292840  8714 raft_consensus.cc:515] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.293852  8714 leader_election.cc:304] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [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: e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:42.294729  8720 raft_consensus.cc:2804] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:42.299413  8720 raft_consensus.cc:697] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 2 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:42.300285  8720 consensus_queue.cc:237] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.302120  8714 leader_election.cc:290] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:42.304153  8714 ts_tablet_manager.cc:1434] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.024s	user 0.005s	sys 0.012s
I20260630 12:37:42.305234  8714 tablet_bootstrap.cc:492] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.322770  8511 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:42.325034  8614 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
W20260630 12:37:42.331382  8401 consensus_peers.cc:597] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d -> Peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Couldn't send request to peer e882d0f4624e4135bf521db378d79fc6. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:42.341753  8714 tablet_bootstrap.cc:492] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: 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:42.342693  8714 tablet_bootstrap.cc:492] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.343343  8714 ts_tablet_manager.cc:1403] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.038s	user 0.013s	sys 0.010s
I20260630 12:37:42.346125  8613 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:42.348100  8511 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
W20260630 12:37:42.351722  8402 consensus_peers.cc:597] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1bdf62b5590b4ed3886b2b1b3cf502a6. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:42.353680  8714 raft_consensus.cc:359] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.354319  8714 raft_consensus.cc:740] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.355031  8714 consensus_queue.cc:260] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.356189  8714 raft_consensus.cc:399] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:42.356534  8714 raft_consensus.cc:493] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:42.356880  8714 raft_consensus.cc:3060] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.363453  8714 raft_consensus.cc:515] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.364135  8714 leader_election.cc:304] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [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: e882d0f4624e4135bf521db378d79fc6; no voters: 
I20260630 12:37:42.364760  8714 leader_election.cc:290] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [CANDIDATE]: Term 2 election: Requested vote from peers 
I20260630 12:37:42.364362  8260 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:42.365198  8763 raft_consensus.cc:2804] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:42.366045  8763 raft_consensus.cc:697] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 2 LEADER]: Becoming Leader. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Running, Role: LEADER
I20260630 12:37:42.366549  8714 ts_tablet_manager.cc:1434] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.023s	user 0.015s	sys 0.001s
I20260630 12:37:42.367425  8714 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.366986  8763 consensus_queue.cc:237] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } }
I20260630 12:37:42.378510  8245 catalog_manager.cc:5210] ChangeConfig:ADD_PEER:NON_VOTER RPC for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with cas_config_opid_index -1: ChangeConfig:ADD_PEER:NON_VOTER succeeded (attempt 5)
I20260630 12:37:42.387044  8714 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: 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:42.388265  8714 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.389192  8714 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.022s	user 0.017s	sys 0.003s
I20260630 12:37:42.391604  8777 raft_consensus.cc:493] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election (detected failure of leader e882d0f4624e4135bf521db378d79fc6)
I20260630 12:37:42.392134  8777 raft_consensus.cc:515] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.392609  8714 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 1 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.393603  8714 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.394477  8714 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.395522  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:42.396164  8511 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 1.
I20260630 12:37:42.396649  8714 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:42.397572  8714 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Bootstrap starting.
I20260630 12:37:42.397451  8403 leader_election.cc:304] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:42.398365  8614 raft_consensus.cc:2804] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:42.398732  8614 raft_consensus.cc:493] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting leader election (detected failure of leader e882d0f4624e4135bf521db378d79fc6)
I20260630 12:37:42.399086  8614 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:37:42.402714  8401 leader_election.cc:336] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
I20260630 12:37:42.413213  8714 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: 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:42.413547  8777 leader_election.cc:290] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:42.414292  8714 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Bootstrap complete.
I20260630 12:37:42.412974  8614 raft_consensus.cc:515] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.415253  8714 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.007s
I20260630 12:37:42.418008  8714 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.418360  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "ad632b968d474aa88307198763bc59af" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:42.418720  8714 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Becoming Follower/Learner. State: Replica: e882d0f4624e4135bf521db378d79fc6, State: Initialized, Role: FOLLOWER
I20260630 12:37:42.419203  8511 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.419638  8714 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.421790  8714 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6: Time spent starting tablet: real 0.006s	user 0.005s	sys 0.000s
I20260630 12:37:42.426960  8614 leader_election.cc:290] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
W20260630 12:37:42.428346  8401 leader_election.cc:336] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111)
I20260630 12:37:42.435722  8511 raft_consensus.cc:2468] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 2.
I20260630 12:37:42.437759  8403 leader_election.cc:304] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: e882d0f4624e4135bf521db378d79fc6
I20260630 12:37:42.438822  8614 raft_consensus.cc:2804] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:42.439317  8614 raft_consensus.cc:697] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Becoming Leader. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:42.440109  8614 consensus_queue.cc:237] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 1.1, Last appended by leader: 1, Current term: 2, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.440526   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38271
I20260630 12:37:42.440663  8791 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38271 every 8 connection(s)
I20260630 12:37:42.447956  8260 catalog_manager.cc:5697] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d reported cstate change: term changed from 1 to 2, leader changed from e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) to 28c60b2cac1b4362be7b659416bd231d (127.0.197.2). New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:42.461585  8793 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39619
I20260630 12:37:42.462136  8793 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:42.462950  8793 heartbeater.cc:507] Master 127.0.197.62:39619 requested a full tablet report, sending...
I20260630 12:37:42.467118  8260 ts_manager.cc:194] Re-registered known tserver with Master: e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271)
I20260630 12:37:42.474682  8260 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40486
I20260630 12:37:42.477589  8793 heartbeater.cc:499] Master 127.0.197.62:39619 was elected leader, sending a full tablet report...
I20260630 12:37:42.523241  8614 raft_consensus.cc:493] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:42.524909  8614 raft_consensus.cc:515] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.531903  8614 leader_election.cc:290] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:42.533936  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf" is_pre_election: true
I20260630 12:37:42.535135  8511 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 1.
I20260630 12:37:42.536710  8403 leader_election.cc:304] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:42.537583  8614 raft_consensus.cc:2804] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:37:42.538185  8614 raft_consensus.cc:493] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:42.538519  8614 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.546598  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6" is_pre_election: true
I20260630 12:37:42.547529  8754 raft_consensus.cc:2410] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 28c60b2cac1b4362be7b659416bd231d 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:42.548993  8614 raft_consensus.cc:515] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.550649  8614 leader_election.cc:290] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [CANDIDATE]: Term 2 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:42.551545  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "e882d0f4624e4135bf521db378d79fc6"
I20260630 12:37:42.551788  8511 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "98a48bad2abd4fff86c1bc83011b8d64" candidate_uuid: "28c60b2cac1b4362be7b659416bd231d" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
I20260630 12:37:42.552100  8754 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.552349  8511 raft_consensus.cc:3060] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.559131  8511 raft_consensus.cc:2468] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 28c60b2cac1b4362be7b659416bd231d in term 2.
I20260630 12:37:42.559165  8754 raft_consensus.cc:2410] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Leader election vote request: Denying vote to candidate 28c60b2cac1b4362be7b659416bd231d 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:42.560326  8403 leader_election.cc:304] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:42.561061  8614 raft_consensus.cc:2804] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:37:42.561831  8614 raft_consensus.cc:697] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Becoming Leader. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:42.563097  8614 consensus_queue.cc:237] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Queue going to LEADER 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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:42.572369  8260 catalog_manager.cc:5697] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d reported cstate change: term changed from 1 to 2, leader changed from e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) to 28c60b2cac1b4362be7b659416bd231d (127.0.197.2). New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:42.605332  8511 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:42.607074  8614 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.614625  8743 tablet_service.cc:1558] Processing DeleteTablet for tablet 60577608b91444bf96c98cefd4f54717 with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:41 UTC) from {username='slave'} at 127.0.0.1:34418
I20260630 12:37:42.617378  8800 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:42.621882  8800 raft_consensus.cc:2243] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.623144  8800 raft_consensus.cc:2272] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.623394  8754 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.629261  8800 ts_tablet_manager.cc:1916] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:42.633829  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:42.634302  8754 pending_rounds.cc:85] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Aborting all ops after (but not including) 0
I20260630 12:37:42.634567  8754 pending_rounds.cc:107] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:42.634862  8754 raft_consensus.cc:2889] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:42.636693  8777 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.649773  8800 ts_tablet_manager.cc:1929] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:42.650414  8800 log.cc:1199] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root/wals/60577608b91444bf96c98cefd4f54717
I20260630 12:37:42.651333  8800 ts_tablet_manager.cc:1950] T 60577608b91444bf96c98cefd4f54717 P e882d0f4624e4135bf521db378d79fc6: Deleting consensus metadata
I20260630 12:37:42.655683  8245 catalog_manager.cc:5028] TS e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): tablet 60577608b91444bf96c98cefd4f54717 (table dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]) successfully deleted
I20260630 12:37:42.679286  8436 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:42.685159  8511 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:42.685738  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:42.686210  8402 consensus_peers.cc:597] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1c265a14818140f6b1d2ca3b3ddd019a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:42.686689  8777 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:42.687454  8613 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:42.693303  8777 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:42.695065  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:42.696075  8511 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
W20260630 12:37:42.710774  8308 auto_rebalancer.cc:639] Failed to schedule move for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6: Invalid argument: Server with UUID 8525547f7f3a4c4693a5970f5fdf83a7 is already a member of the config. RaftConfig: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:42.710208  8260 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d reported cstate change: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:42.714564  8308 auto_rebalancer.cc:639] Failed to schedule move for tablet 98a48bad2abd4fff86c1bc83011b8d64: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:37:42.724187  8436 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a"
dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:33580
I20260630 12:37:42.724810  8436 raft_consensus.cc:606] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Received request to transfer leadership
I20260630 12:37:42.728214  8436 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a"
dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:33580
I20260630 12:37:42.728684  8436 raft_consensus.cc:606] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Received request to transfer leadership
I20260630 12:37:42.729168  8743 tablet_service.cc:1558] Processing DeleteTablet for tablet 55e5bfefa56d4c84aec636c9a445655b with delete_type TABLET_DATA_DELETED (Table deleted at 2026-06-30 12:37:41 UTC) from {username='slave'} at 127.0.0.1:34418
I20260630 12:37:42.730116  8800 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:42.731129  8800 raft_consensus.cc:2243] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:42.731448  8436 tablet_service.cc:2072] Received LeaderStepDown RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a"
dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
mode: GRACEFUL
 from {username='slave'} at 127.0.0.1:33580
I20260630 12:37:42.731987  8800 raft_consensus.cc:2272] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:42.732080  8436 raft_consensus.cc:606] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Received request to transfer leadership
I20260630 12:37:42.736533  8800 ts_tablet_manager.cc:1916] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Deleting tablet data with delete state TABLET_DATA_DELETED
I20260630 12:37:42.748590  8800 ts_tablet_manager.cc:1929] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: tablet deleted with delete type TABLET_DATA_DELETED: last-logged OpId 2.2
I20260630 12:37:42.748874  8800 log.cc:1199] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root/wals/55e5bfefa56d4c84aec636c9a445655b
I20260630 12:37:42.749670  8800 ts_tablet_manager.cc:1950] T 55e5bfefa56d4c84aec636c9a445655b P e882d0f4624e4135bf521db378d79fc6: Deleting consensus metadata
I20260630 12:37:42.752441  8245 catalog_manager.cc:5028] TS e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): tablet 55e5bfefa56d4c84aec636c9a445655b (table dugtrio [id=aa69f2ce2c144e8d8d014fcd8e111891]) successfully deleted
I20260630 12:37:42.771135  8777 consensus_queue.cc:1050] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Got LMP mismatch error from peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.775944  8754 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:42.800223  8807 ts_tablet_manager.cc:933] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Initiating tablet copy from peer 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:42.801697  8807 tablet_copy_client.cc:323] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:41335
I20260630 12:37:42.811735  8447 tablet_copy_service.cc:140] P 28c60b2cac1b4362be7b659416bd231d: Received BeginTabletCopySession request for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 from peer 8525547f7f3a4c4693a5970f5fdf83a7 ({username='slave'} at 127.0.0.1:33616)
I20260630 12:37:42.812177  8447 tablet_copy_service.cc:161] P 28c60b2cac1b4362be7b659416bd231d: Beginning new tablet copy session on tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 from peer 8525547f7f3a4c4693a5970f5fdf83a7 at {username='slave'} at 127.0.0.1:33616: session id = 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6
I20260630 12:37:42.818915  8447 tablet_copy_source_session.cc:215] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:42.821667  8807 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:42.833232  8807 tablet_copy_client.cc:806] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:42.833770  8807 tablet_copy_client.cc:670] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:42.837113  8807 tablet_copy_client.cc:538] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:42.843842  8807 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap starting.
I20260630 12:37:42.858893  8807 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: 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:42.859627  8807 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap complete.
I20260630 12:37:42.860188  8807 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent bootstrapping tablet: real 0.017s	user 0.015s	sys 0.000s
I20260630 12:37:42.862490  8807 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:42.863104  8807 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8525547f7f3a4c4693a5970f5fdf83a7, State: Initialized, Role: LEARNER
I20260630 12:37:42.863647  8807 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:42.865708  8696 heartbeater.cc:499] Master 127.0.197.62:39619 was elected leader, sending a full tablet report...
I20260630 12:37:42.865835  8807 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.004s
I20260630 12:37:42.867684  8447 tablet_copy_service.cc:342] P 28c60b2cac1b4362be7b659416bd231d: Request end of tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6 received from {username='slave'} at 127.0.0.1:33616
I20260630 12:37:42.868073  8447 tablet_copy_service.cc:434] P 28c60b2cac1b4362be7b659416bd231d: ending tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6 on tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with peer 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:42.878860  8511 raft_consensus.cc:1275] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:42.880292  8777 consensus_queue.cc:1048] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:42.892154  8754 raft_consensus.cc:3060] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:37:42.900650  8754 raft_consensus.cc:1275] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
I20260630 12:37:42.901996  8614 consensus_queue.cc:1048] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:43.021633  8511 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:43.023082  8614 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:43.032933  8754 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:43.033326  8754 pending_rounds.cc:85] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Aborting all ops after (but not including) 0
I20260630 12:37:43.033618  8754 pending_rounds.cc:107] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Aborting uncommitted NO_OP operation due to leader change: 1.1
I20260630 12:37:43.033890  8754 raft_consensus.cc:2889] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: NO_OP replication failed: Aborted: Op aborted by new leader
I20260630 12:37:43.035508  8614 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:37:43.044010  8308 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
W20260630 12:37:43.044466  8308 auto_rebalancer.cc:920] Could not move replica: Remote error: Service unavailable: leadership transfer for 1c265a14818140f6b1d2ca3b3ddd019a already in progress
W20260630 12:37:43.044797  8308 auto_rebalancer.cc:340] scheduled replica move failed to complete: Remote error: Service unavailable: leadership transfer for 1c265a14818140f6b1d2ca3b3ddd019a already in progress
I20260630 12:37:43.089932  8777 raft_consensus.cc:993] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: : Instructing follower a23f3df002a041e2aac3ab3a38f854cf to start an election
I20260630 12:37:43.090462  8614 raft_consensus.cc:1081] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Signalling peer a23f3df002a041e2aac3ab3a38f854cf to start an election
I20260630 12:37:43.091990  8511 tablet_service.cc:2044] Received Run Leader Election RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a"
dest_uuid: "a23f3df002a041e2aac3ab3a38f854cf"
 from {username='slave'} at 127.0.0.1:34164
I20260630 12:37:43.092442  8511 raft_consensus.cc:493] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Starting forced leader election (received explicit request)
I20260630 12:37:43.092700  8511 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:43.097831  8511 raft_consensus.cc:515] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 FOLLOWER]: Starting forced leader election with config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:43.099520  8511 leader_election.cc:290] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [CANDIDATE]: Term 3 election: Requested vote from peers e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271), 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:43.102332  8436 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "28c60b2cac1b4362be7b659416bd231d"
I20260630 12:37:43.102967  8436 raft_consensus.cc:3055] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Stepping down as leader of term 2
I20260630 12:37:43.103257  8436 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Becoming Follower/Learner. State: Replica: 28c60b2cac1b4362be7b659416bd231d, State: Running, Role: LEADER
I20260630 12:37:43.104060  8436 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [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: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:43.105600  8436 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:43.109537  8754 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "1c265a14818140f6b1d2ca3b3ddd019a" candidate_uuid: "a23f3df002a041e2aac3ab3a38f854cf" candidate_term: 3 candidate_status { last_received { term: 2 index: 2 } } ignore_live_leader: true dest_uuid: "e882d0f4624e4135bf521db378d79fc6"
I20260630 12:37:43.110066  8754 raft_consensus.cc:3060] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Advancing to term 3
I20260630 12:37:43.112082  8436 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a23f3df002a041e2aac3ab3a38f854cf in term 3.
I20260630 12:37:43.113615  8475 leader_election.cc:304] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [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: 28c60b2cac1b4362be7b659416bd231d, a23f3df002a041e2aac3ab3a38f854cf; no voters: 
I20260630 12:37:43.114491  8813 raft_consensus.cc:2804] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 FOLLOWER]: Leader election won for term 3
I20260630 12:37:43.115028  8813 raft_consensus.cc:697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Becoming Leader. State: Replica: a23f3df002a041e2aac3ab3a38f854cf, State: Running, Role: LEADER
I20260630 12:37:43.116226  8754 raft_consensus.cc:2468] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a23f3df002a041e2aac3ab3a38f854cf in term 3.
I20260630 12:37:43.116082  8813 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [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: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:43.123888  8259 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: term changed from 2 to 3, leader changed from 28c60b2cac1b4362be7b659416bd231d (127.0.197.2) to a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3). New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:43.189991  8671 raft_consensus.cc:1217] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:37:43.338133  8436 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:43.342698  8511 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:43.342715  8754 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:43.344058  8610 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:43.344647  8614 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:43.350411  8610 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:43.352408  8754 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:43.352803  8511 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:43.361186  8245 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with cas_config_opid_index 2: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:43.364004  8257 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: config changed from index 2 to 3, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:43.385979  8661 tablet_service.cc:1558] Processing DeleteTablet for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with delete_type TABLET_DATA_TOMBSTONED (TS 8525547f7f3a4c4693a5970f5fdf83a7 not found in new config with opid_index 3) from {username='slave'} at 127.0.0.1:48328
I20260630 12:37:43.387701  8820 tablet_replica.cc:333] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: stopping tablet replica
I20260630 12:37:43.388437  8820 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:37:43.388971  8820 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:37:43.391009  8820 ts_tablet_manager.cc:1916] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:43.401623  8820 ts_tablet_manager.cc:1929] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.2
I20260630 12:37:43.401938  8820 log.cc:1199] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root/wals/1bdf62b5590b4ed3886b2b1b3cf502a6
I20260630 12:37:43.403563  8246 catalog_manager.cc:5028] TS 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 (table test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]) successfully deleted
I20260630 12:37:43.557364  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:43.558580  8813 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:43.566965  8436 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 2 index: 2. Preceding OpId from leader: term: 3 index: 3. (index mismatch)
I20260630 12:37:43.569252  8716 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:37:43.584326  8476 consensus_peers.cc:597] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 1c265a14818140f6b1d2ca3b3ddd019a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:44.009931  8825 ts_tablet_manager.cc:933] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Initiating tablet copy from peer a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:44.011315  8825 tablet_copy_client.cc:323] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:34537
I20260630 12:37:44.021510  8521 tablet_copy_service.cc:140] P a23f3df002a041e2aac3ab3a38f854cf: Received BeginTabletCopySession request for tablet 1c265a14818140f6b1d2ca3b3ddd019a from peer 8525547f7f3a4c4693a5970f5fdf83a7 ({username='slave'} at 127.0.0.1:39256)
I20260630 12:37:44.022007  8521 tablet_copy_service.cc:161] P a23f3df002a041e2aac3ab3a38f854cf: Beginning new tablet copy session on tablet 1c265a14818140f6b1d2ca3b3ddd019a from peer 8525547f7f3a4c4693a5970f5fdf83a7 at {username='slave'} at 127.0.0.1:39256: session id = 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a
I20260630 12:37:44.027462  8521 tablet_copy_source_session.cc:215] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:44.030145  8825 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c265a14818140f6b1d2ca3b3ddd019a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:44.041076  8825 tablet_copy_client.cc:806] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:44.041662  8825 tablet_copy_client.cc:670] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:44.045145  8825 tablet_copy_client.cc:538] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:44.052853  8825 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap starting.
I20260630 12:37:44.066951  8511 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 3, Committed index: 3, Last appended: 3.3, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:44.072667  8825 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: 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:44.073963  8825 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap complete.
I20260630 12:37:44.074229  8436 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: 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:44.074826  8825 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.008s
W20260630 12:37:44.075913  8476 consensus_peers.cc:597] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. 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:37:44.076819  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: 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:44.079097  8813 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:44.079346  8825 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:44.079813  8716 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:44.080178  8825 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 8525547f7f3a4c4693a5970f5fdf83a7, State: Initialized, Role: LEARNER
I20260630 12:37:44.080976  8825 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [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: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:44.085578  8825 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.002s
I20260630 12:37:44.088030  8521 tablet_copy_service.cc:342] P a23f3df002a041e2aac3ab3a38f854cf: Request end of tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a received from {username='slave'} at 127.0.0.1:39256
I20260630 12:37:44.088536  8521 tablet_copy_service.cc:434] P a23f3df002a041e2aac3ab3a38f854cf: ending tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a on tablet 1c265a14818140f6b1d2ca3b3ddd019a with peer 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:44.088601  8716 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Committing config change with OpId 3.4: config changed from index 2 to 4. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:44.096128  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 2 to 4. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:44.101982  8436 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Committing config change with OpId 3.4: config changed from index 2 to 4. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:44.108245  8257 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index 2 to 4. New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:44.108954  8308 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 05b294e24ebe4ef3bb7cb06ef1e3ea20: could not find any suitable replica to move from server 28c60b2cac1b4362be7b659416bd231d to server 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:44.124559  8511 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 4, Committed index: 4, Last appended: 3.4, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } }
I20260630 12:37:44.129786  8436 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: 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:44.129791  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: 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:44.131353  8716 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: 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:44.132038  8813 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:44.145555  8813 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Committing config change with OpId 3.5: config changed from index 4 to 5, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:44.147588  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:44.150126  8436 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Committing config change with OpId 3.5: config changed from index 4 to 5, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } }
I20260630 12:37:44.155557  8247 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1c265a14818140f6b1d2ca3b3ddd019a with cas_config_opid_index 4: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:44.158610  8260 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index 4 to 5, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) evicted. New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:44.168296  8661 tablet_service.cc:1558] Processing DeleteTablet for tablet 1c265a14818140f6b1d2ca3b3ddd019a with delete_type TABLET_DATA_TOMBSTONED (TS 8525547f7f3a4c4693a5970f5fdf83a7 not found in new config with opid_index 5) from {username='slave'} at 127.0.0.1:48328
I20260630 12:37:44.170297  8837 tablet_replica.cc:333] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: stopping tablet replica
I20260630 12:37:44.171048  8837 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Raft consensus shutting down.
I20260630 12:37:44.171581  8837 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Raft consensus is shut down!
I20260630 12:37:44.174094  8837 ts_tablet_manager.cc:1916] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:44.184598  8837 ts_tablet_manager.cc:1929] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.3
I20260630 12:37:44.184888  8837 log.cc:1199] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-3-root/wals/1c265a14818140f6b1d2ca3b3ddd019a
I20260630 12:37:44.186177  8246 catalog_manager.cc:5028] TS 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): tablet 1c265a14818140f6b1d2ca3b3ddd019a (table test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]) successfully deleted
I20260630 12:37:45.122802  8436 consensus_queue.cc:237] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.130237  8511 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:45.130527  8402 consensus_peers.cc:597] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 98a48bad2abd4fff86c1bc83011b8d64. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:45.130824  8754 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:45.131493  8840 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:45.132269  8610 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } 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:45.139612  8610 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.141738  8511 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.142372  8754 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Committing config change with OpId 2.2: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.154753  8436 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.154861  8257 catalog_manager.cc:5697] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index -1 to 2, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
W20260630 12:37:45.162281  8402 consensus_peers.cc:597] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. 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:45.162467  8511 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:45.163575  8754 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:45.164170  8610 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } 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:45.165191  8839 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:45.174597  8840 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.176724  8754 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.176859  8511 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.189868  8259 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: config changed from index 3 to 4, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.196341  8511 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 5, Committed index: 5, Last appended: 3.5, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.203553  8436 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
W20260630 12:37:45.203842  8476 consensus_peers.cc:597] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf -> Peer 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4:34735): Couldn't send request to peer 8525547f7f3a4c4693a5970f5fdf83a7. 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:45.204037  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 5. Preceding OpId from leader: term: 3 index: 6. (index mismatch)
I20260630 12:37:45.205140  8716 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:45.206295  8850 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:45.213233  8716 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Committing config change with OpId 3.6: config changed from index 5 to 6, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.215564  8436 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.216224  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Committing config change with OpId 3.6: config changed from index 5 to 6, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } } }
I20260630 12:37:45.227813  8257 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index 5 to 6, NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) added. New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:45.514839  8855 ts_tablet_manager.cc:933] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: Initiating tablet copy from peer 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:45.516899  8855 tablet_copy_client.cc:323] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:41335
I20260630 12:37:45.518509  8447 tablet_copy_service.cc:140] P 28c60b2cac1b4362be7b659416bd231d: Received BeginTabletCopySession request for tablet 98a48bad2abd4fff86c1bc83011b8d64 from peer 8525547f7f3a4c4693a5970f5fdf83a7 ({username='slave'} at 127.0.0.1:33616)
I20260630 12:37:45.519027  8447 tablet_copy_service.cc:161] P 28c60b2cac1b4362be7b659416bd231d: Beginning new tablet copy session on tablet 98a48bad2abd4fff86c1bc83011b8d64 from peer 8525547f7f3a4c4693a5970f5fdf83a7 at {username='slave'} at 127.0.0.1:33616: session id = 8525547f7f3a4c4693a5970f5fdf83a7-98a48bad2abd4fff86c1bc83011b8d64
I20260630 12:37:45.526559  8447 tablet_copy_source_session.cc:215] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:45.529621  8855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 98a48bad2abd4fff86c1bc83011b8d64. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:45.541231  8855 tablet_copy_client.cc:806] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:45.541983  8855 tablet_copy_client.cc:670] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:45.545678  8855 tablet_copy_client.cc:538] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:45.551707  8855 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap starting.
I20260630 12:37:45.570218  8855 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: 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:45.571118  8855 tablet_bootstrap.cc:492] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap complete.
I20260630 12:37:45.571807  8855 ts_tablet_manager.cc:1403] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent bootstrapping tablet: real 0.020s	user 0.019s	sys 0.000s
I20260630 12:37:45.574749  8855 raft_consensus.cc:359] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.575655  8855 raft_consensus.cc:740] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 LEARNER]: Becoming Follower/Learner. State: Replica: 8525547f7f3a4c4693a5970f5fdf83a7, State: Initialized, Role: LEARNER
I20260630 12:37:45.576284  8855 consensus_queue.cc:260] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.579197  8855 ts_tablet_manager.cc:1434] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:37:45.581205  8447 tablet_copy_service.cc:342] P 28c60b2cac1b4362be7b659416bd231d: Request end of tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-98a48bad2abd4fff86c1bc83011b8d64 received from {username='slave'} at 127.0.0.1:33616
I20260630 12:37:45.581641  8447 tablet_copy_service.cc:434] P 28c60b2cac1b4362be7b659416bd231d: ending tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-98a48bad2abd4fff86c1bc83011b8d64 on tablet 98a48bad2abd4fff86c1bc83011b8d64 with peer 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:45.596131  8855 ts_tablet_manager.cc:933] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Initiating tablet copy from peer 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335)
I20260630 12:37:45.597844  8855 tablet_copy_client.cc:323] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:41335
I20260630 12:37:45.599619  8447 tablet_copy_service.cc:140] P 28c60b2cac1b4362be7b659416bd231d: Received BeginTabletCopySession request for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 from peer 8525547f7f3a4c4693a5970f5fdf83a7 ({username='slave'} at 127.0.0.1:33616)
I20260630 12:37:45.600116  8447 tablet_copy_service.cc:161] P 28c60b2cac1b4362be7b659416bd231d: Beginning new tablet copy session on tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 from peer 8525547f7f3a4c4693a5970f5fdf83a7 at {username='slave'} at 127.0.0.1:33616: session id = 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6
I20260630 12:37:45.605870  8447 tablet_copy_source_session.cc:215] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:45.608091  8855 ts_tablet_manager.cc:1916] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:45.618248  8855 ts_tablet_manager.cc:1929] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 1.2
I20260630 12:37:45.618839  8855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:45.624328  8855 tablet_copy_client.cc:806] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:45.624922  8855 tablet_copy_client.cc:670] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:45.628275  8855 tablet_copy_client.cc:538] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:45.634738  8855 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap starting.
I20260630 12:37:45.654013  8855 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: 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:45.654747  8855 tablet_bootstrap.cc:492] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap complete.
I20260630 12:37:45.655299  8855 ts_tablet_manager.cc:1403] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent bootstrapping tablet: real 0.021s	user 0.012s	sys 0.008s
I20260630 12:37:45.657357  8855 raft_consensus.cc:359] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.658020  8855 raft_consensus.cc:740] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 8525547f7f3a4c4693a5970f5fdf83a7, State: Initialized, Role: LEARNER
I20260630 12:37:45.658510  8855 consensus_queue.cc:260] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.660420  8855 ts_tablet_manager.cc:1434] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:37:45.662340  8447 tablet_copy_service.cc:342] P 28c60b2cac1b4362be7b659416bd231d: Request end of tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6 received from {username='slave'} at 127.0.0.1:33616
I20260630 12:37:45.662721  8447 tablet_copy_service.cc:434] P 28c60b2cac1b4362be7b659416bd231d: ending tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1bdf62b5590b4ed3886b2b1b3cf502a6 on tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with peer 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:45.726838  8855 ts_tablet_manager.cc:933] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Initiating tablet copy from peer a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537)
I20260630 12:37:45.728461  8855 tablet_copy_client.cc:323] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:34537
I20260630 12:37:45.730154  8521 tablet_copy_service.cc:140] P a23f3df002a041e2aac3ab3a38f854cf: Received BeginTabletCopySession request for tablet 1c265a14818140f6b1d2ca3b3ddd019a from peer 8525547f7f3a4c4693a5970f5fdf83a7 ({username='slave'} at 127.0.0.1:39256)
I20260630 12:37:45.730607  8521 tablet_copy_service.cc:161] P a23f3df002a041e2aac3ab3a38f854cf: Beginning new tablet copy session on tablet 1c265a14818140f6b1d2ca3b3ddd019a from peer 8525547f7f3a4c4693a5970f5fdf83a7 at {username='slave'} at 127.0.0.1:39256: session id = 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a
I20260630 12:37:45.736140  8521 tablet_copy_source_session.cc:215] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:37:45.739042  8855 ts_tablet_manager.cc:1916] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Deleting tablet data with delete state TABLET_DATA_COPYING
I20260630 12:37:45.752780  8855 ts_tablet_manager.cc:1929] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet deleted with delete type TABLET_DATA_COPYING: last-logged OpId 3.3
I20260630 12:37:45.753473  8855 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 1c265a14818140f6b1d2ca3b3ddd019a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:45.760020  8855 tablet_copy_client.cc:806] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 0 data blocks...
I20260630 12:37:45.760522  8855 tablet_copy_client.cc:670] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Starting download of 1 WAL segments...
I20260630 12:37:45.763890  8855 tablet_copy_client.cc:538] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:37:45.771437  8855 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap starting.
I20260630 12:37:45.795663  8855 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap replayed 1/1 log segments. Stats: ops{read=6 overwritten=0 applied=6 ignored=0} inserts{seen=0 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:37:45.796471  8855 tablet_bootstrap.cc:492] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Bootstrap complete.
I20260630 12:37:45.797088  8855 ts_tablet_manager.cc:1403] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent bootstrapping tablet: real 0.026s	user 0.023s	sys 0.000s
I20260630 12:37:45.799320  8855 raft_consensus.cc:359] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.800064  8855 raft_consensus.cc:740] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Becoming Follower/Learner. State: Replica: 8525547f7f3a4c4693a5970f5fdf83a7, State: Initialized, Role: LEARNER
I20260630 12:37:45.800643  8855 consensus_queue.cc:260] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 6, Last appended: 3.6, Last appended by leader: 6, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: true } }
I20260630 12:37:45.802559  8855 ts_tablet_manager.cc:1434] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: Time spent starting tablet: real 0.005s	user 0.008s	sys 0.000s
I20260630 12:37:45.804186  8521 tablet_copy_service.cc:342] P a23f3df002a041e2aac3ab3a38f854cf: Request end of tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a received from {username='slave'} at 127.0.0.1:39256
I20260630 12:37:45.804602  8521 tablet_copy_service.cc:434] P a23f3df002a041e2aac3ab3a38f854cf: ending tablet copy session 8525547f7f3a4c4693a5970f5fdf83a7-1c265a14818140f6b1d2ca3b3ddd019a on tablet 1c265a14818140f6b1d2ca3b3ddd019a with peer 8525547f7f3a4c4693a5970f5fdf83a7
I20260630 12:37:46.057252  8671 raft_consensus.cc:1217] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 LEARNER]: Deduplicated request from leader. Original: 2.1->[2.2-2.2]   Dedup: 2.2->[]
I20260630 12:37:46.151643  8671 raft_consensus.cc:1217] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Deduplicated request from leader. Original: 1.3->[1.4-1.4]   Dedup: 1.4->[]
I20260630 12:37:46.321955  8671 raft_consensus.cc:1217] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Deduplicated request from leader. Original: 3.5->[3.6-3.6]   Dedup: 3.6->[]
I20260630 12:37:46.449816  8863 raft_consensus.cc:1064] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: attempting to promote NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 to VOTER
I20260630 12:37:46.451918  8863 consensus_queue.cc:237] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.458252  8671 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 LEARNER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.458628  8510 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.459900  8754 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.459971  8840 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } 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:46.461079  8863 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.000s
I20260630 12:37:46.462070  8610 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } 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:46.477602  8610 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.479598  8671 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.481192  8510 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.492928  8754 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Committing config change with OpId 2.3: config changed from index 2 to 3, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.494746  8260 catalog_manager.cc:5697] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d reported cstate change: config changed from index 2 to 3, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.519310  8436 consensus_queue.cc:237] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [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: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.524026  8671 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.525331  8510 raft_consensus.cc:1275] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.525285  8867 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } 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:46.526763  8840 consensus_queue.cc:1048] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:46.532372  8867 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.534121  8510 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.535831  8671 raft_consensus.cc:2955] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 FOLLOWER]: Committing config change with OpId 2.4: config changed from index 3 to 4, VOTER e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.544512  8245 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 98a48bad2abd4fff86c1bc83011b8d64 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:46.547700  8259 catalog_manager.cc:5697] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index 3 to 4, VOTER e882d0f4624e4135bf521db378d79fc6 (127.0.197.1) evicted. New cstate: current_term: 2 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.559588  8743 tablet_service.cc:1558] Processing DeleteTablet for tablet 98a48bad2abd4fff86c1bc83011b8d64 with delete_type TABLET_DATA_TOMBSTONED (TS e882d0f4624e4135bf521db378d79fc6 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:34418
I20260630 12:37:46.561993  8876 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:46.562964  8876 raft_consensus.cc:2243] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.563709  8876 raft_consensus.cc:2272] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.567162  8876 ts_tablet_manager.cc:1916] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:46.582580  8876 ts_tablet_manager.cc:1929] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 2.3
I20260630 12:37:46.582976  8876 log.cc:1199] T 98a48bad2abd4fff86c1bc83011b8d64 P e882d0f4624e4135bf521db378d79fc6: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-0-root/wals/98a48bad2abd4fff86c1bc83011b8d64
I20260630 12:37:46.584587  8245 catalog_manager.cc:5028] TS e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): tablet 98a48bad2abd4fff86c1bc83011b8d64 (table test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]) successfully deleted
I20260630 12:37:46.614918  8840 raft_consensus.cc:1064] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: attempting to promote NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 to VOTER
I20260630 12:37:46.616802  8840 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.622929  8510 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.622987  8671 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 LEARNER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.623760  8754 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.624733  8840 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } 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:46.625667  8867 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } 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:46.626371  8863 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 5, Last known committed idx: 4, Time since last communication: 0.000s
I20260630 12:37:46.636291  8863 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.638903  8754 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.651934  8510 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.653987  8257 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: config changed from index 4 to 5, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.658107  8671 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 FOLLOWER]: Committing config change with OpId 1.5: config changed from index 4 to 5, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 5 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } attrs { replace: true } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.675114  8436 consensus_queue.cc:237] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [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: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.679505  8671 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.679713  8754 raft_consensus.cc:1275] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Refusing update from remote peer 28c60b2cac1b4362be7b659416bd231d: 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:46.680922  8863 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } 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:46.681780  8610 consensus_queue.cc:1048] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 6, Last known committed idx: 5, Time since last communication: 0.000s
I20260630 12:37:46.687345  8867 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.688908  8754 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.694717  8671 raft_consensus.cc:2955] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 FOLLOWER]: Committing config change with OpId 1.6: config changed from index 5 to 6, VOTER a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3) evicted. New config: { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.697451  8245 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with cas_config_opid_index 5: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:46.701794  8258 catalog_manager.cc:5697] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 reported cstate change: config changed from index 5 to 6, VOTER a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3) evicted. New cstate: current_term: 1 leader_uuid: "28c60b2cac1b4362be7b659416bd231d" committed_config { opid_index: 6 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.713488  8499 tablet_service.cc:1558] Processing DeleteTablet for tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 with delete_type TABLET_DATA_TOMBSTONED (TS a23f3df002a041e2aac3ab3a38f854cf not found in new config with opid_index 6) from {username='slave'} at 127.0.0.1:34140
I20260630 12:37:46.715525  8881 tablet_replica.cc:333] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: stopping tablet replica
I20260630 12:37:46.716578  8881 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.717656  8881 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.720754  8881 ts_tablet_manager.cc:1916] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:46.731567  8881 ts_tablet_manager.cc:1929] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 1.5
I20260630 12:37:46.731880  8881 log.cc:1199] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P a23f3df002a041e2aac3ab3a38f854cf: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-2-root/wals/1bdf62b5590b4ed3886b2b1b3cf502a6
I20260630 12:37:46.733374  8247 catalog_manager.cc:5028] TS a23f3df002a041e2aac3ab3a38f854cf (127.0.197.3:34537): tablet 1bdf62b5590b4ed3886b2b1b3cf502a6 (table test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]) successfully deleted
I20260630 12:37:46.784456  8865 raft_consensus.cc:1064] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: attempting to promote NON_VOTER 8525547f7f3a4c4693a5970f5fdf83a7 to VOTER
I20260630 12:37:46.786439  8865 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [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: 2, Current term: 3, Majority size: 3, State: 0, Mode: LEADER, active raft config: opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.792474  8671 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 LEARNER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260630 12:37:46.792584  8436 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260630 12:37:46.793879  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 6. Preceding OpId from leader: term: 3 index: 7. (index mismatch)
I20260630 12:37:46.794301  8864 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } 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:37:46.795260  8865 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:46.796082  8850 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 7, Last known committed idx: 6, Time since last communication: 0.000s
I20260630 12:37:46.807808  8850 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Committing config change with OpId 3.7: config changed from index 6 to 7, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.810142  8671 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 FOLLOWER]: Committing config change with OpId 3.7: config changed from index 6 to 7, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.810179  8436 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Committing config change with OpId 3.7: config changed from index 6 to 7, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.821838  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Committing config change with OpId 3.7: config changed from index 6 to 7, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.824050  8257 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf reported cstate change: config changed from index 6 to 7, 8525547f7f3a4c4693a5970f5fdf83a7 (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 7 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "28c60b2cac1b4362be7b659416bd231d" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 41335 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
I20260630 12:37:46.838841  8510 consensus_queue.cc:237] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 7, Committed index: 7, Last appended: 3.7, Last appended by leader: 2, Current term: 3, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } }
I20260630 12:37:46.844947  8671 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 7. Preceding OpId from leader: term: 3 index: 8. (index mismatch)
I20260630 12:37:46.845556  8754 raft_consensus.cc:1275] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Refusing update from remote peer a23f3df002a041e2aac3ab3a38f854cf: Log matching property violated. Preceding OpId in replica: term: 3 index: 7. Preceding OpId from leader: term: 3 index: 8. (index mismatch)
I20260630 12:37:46.846289  8865 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260630 12:37:46.847317  8850 consensus_queue.cc:1048] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [LEADER]: Connected to new peer: Peer: permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 8, Last known committed idx: 7, Time since last communication: 0.000s
I20260630 12:37:46.853155  8865 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Committing config change with OpId 3.8: config changed from index 7 to 8, VOTER 28c60b2cac1b4362be7b659416bd231d (127.0.197.2) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.855434  8671 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 FOLLOWER]: Committing config change with OpId 3.8: config changed from index 7 to 8, VOTER 28c60b2cac1b4362be7b659416bd231d (127.0.197.2) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.855705  8754 raft_consensus.cc:2955] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Committing config change with OpId 3.8: config changed from index 7 to 8, VOTER 28c60b2cac1b4362be7b659416bd231d (127.0.197.2) evicted. New config: { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.863358  8247 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 1c265a14818140f6b1d2ca3b3ddd019a with cas_config_opid_index 7: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:46.868716  8257 catalog_manager.cc:5697] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 reported cstate change: config changed from index 7 to 8, VOTER 28c60b2cac1b4362be7b659416bd231d (127.0.197.2) evicted. New cstate: current_term: 3 leader_uuid: "a23f3df002a041e2aac3ab3a38f854cf" committed_config { opid_index: 8 OBSOLETE_local: false peers { permanent_uuid: "e882d0f4624e4135bf521db378d79fc6" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38271 } } peers { permanent_uuid: "a23f3df002a041e2aac3ab3a38f854cf" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 34537 } } peers { permanent_uuid: "8525547f7f3a4c4693a5970f5fdf83a7" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 34735 } attrs { promote: false } } }
I20260630 12:37:46.878399  8424 tablet_service.cc:1558] Processing DeleteTablet for tablet 1c265a14818140f6b1d2ca3b3ddd019a with delete_type TABLET_DATA_TOMBSTONED (TS 28c60b2cac1b4362be7b659416bd231d not found in new config with opid_index 8) from {username='slave'} at 127.0.0.1:33580
I20260630 12:37:46.880502  8886 tablet_replica.cc:333] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: stopping tablet replica
I20260630 12:37:46.881291  8886 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:46.882316  8886 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:46.886399  8886 ts_tablet_manager.cc:1916] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Deleting tablet data with delete state TABLET_DATA_TOMBSTONED
I20260630 12:37:46.897943  8886 ts_tablet_manager.cc:1929] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: tablet deleted with delete type TABLET_DATA_TOMBSTONED: last-logged OpId 3.7
I20260630 12:37:46.898249  8886 log.cc:1199] T 1c265a14818140f6b1d2ca3b3ddd019a P 28c60b2cac1b4362be7b659416bd231d: Deleting WAL directory at /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestDeletedTables.1782822861066773-788-0/minicluster-data/ts-1-root/wals/1c265a14818140f6b1d2ca3b3ddd019a
I20260630 12:37:46.899726  8245 catalog_manager.cc:5028] TS 28c60b2cac1b4362be7b659416bd231d (127.0.197.2:41335): tablet 1c265a14818140f6b1d2ca3b3ddd019a (table test-workload [id=05b294e24ebe4ef3bb7cb06ef1e3ea20]) successfully deleted
W20260630 12:37:47.878978  8308 auto_rebalancer.cc:298] Could not retrieve cluster info: Not found: tserver 8525547f7f3a4c4693a5970f5fdf83a7 not available for placement
I20260630 12:37:48.002704   788 tablet_server.cc:179] TabletServer@127.0.197.1:38271 shutting down...
I20260630 12:37:48.024237   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:48.024971   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:48.025602   788 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.026309   788 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P e882d0f4624e4135bf521db378d79fc6 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.028254   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:48.028777   788 raft_consensus.cc:2243] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.029177   788 raft_consensus.cc:2272] T ad632b968d474aa88307198763bc59af P e882d0f4624e4135bf521db378d79fc6 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.031260   788 tablet_replica.cc:333] stopping tablet replica
I20260630 12:37:48.031697   788 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.032370   788 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P e882d0f4624e4135bf521db378d79fc6 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.055956   788 tablet_server.cc:196] TabletServer@127.0.197.1:38271 shutdown complete.
I20260630 12:37:48.072921   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:48.096791   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:48.097599   788 tablet_replica.cc:333] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d: stopping tablet replica
I20260630 12:37:48.098196   788 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.099000   788 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 28c60b2cac1b4362be7b659416bd231d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.101032   788 tablet_replica.cc:333] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d: stopping tablet replica
I20260630 12:37:48.101609   788 raft_consensus.cc:2243] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.102370   788 raft_consensus.cc:2272] T ad632b968d474aa88307198763bc59af P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.104403   788 tablet_replica.cc:333] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d: stopping tablet replica
I20260630 12:37:48.104877   788 raft_consensus.cc:2243] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.105715   788 raft_consensus.cc:2272] T 98a48bad2abd4fff86c1bc83011b8d64 P 28c60b2cac1b4362be7b659416bd231d [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.130157   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
W20260630 12:37:48.143540  8475 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111) [suppressed 19 similar messages]
W20260630 12:37:48.147311  8475 consensus_peers.cc:597] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf -> Peer e882d0f4624e4135bf521db378d79fc6 (127.0.197.1:38271): Couldn't send request to peer e882d0f4624e4135bf521db378d79fc6. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38271: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:48.151450   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:48.184569   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:48.185541   788 tablet_replica.cc:333] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf: stopping tablet replica
I20260630 12:37:48.186198   788 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.187021   788 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P a23f3df002a041e2aac3ab3a38f854cf [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.189129   788 tablet_replica.cc:333] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf: stopping tablet replica
I20260630 12:37:48.189682   788 raft_consensus.cc:2243] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.190258   788 raft_consensus.cc:2272] T 98a48bad2abd4fff86c1bc83011b8d64 P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.192202   788 tablet_replica.cc:333] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf: stopping tablet replica
I20260630 12:37:48.192683   788 raft_consensus.cc:2243] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.193102   788 raft_consensus.cc:2272] T ad632b968d474aa88307198763bc59af P a23f3df002a041e2aac3ab3a38f854cf [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.218106   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:48.234326   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:37:48.256299   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:48.257059   788 tablet_replica.cc:333] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7: stopping tablet replica
I20260630 12:37:48.257745   788 raft_consensus.cc:2243] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.258248   788 raft_consensus.cc:2272] T 1c265a14818140f6b1d2ca3b3ddd019a P 8525547f7f3a4c4693a5970f5fdf83a7 [term 3 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.260087   788 tablet_replica.cc:333] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7: stopping tablet replica
I20260630 12:37:48.260589   788 raft_consensus.cc:2243] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.261075   788 raft_consensus.cc:2272] T 1bdf62b5590b4ed3886b2b1b3cf502a6 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.262812   788 tablet_replica.cc:333] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7: stopping tablet replica
I20260630 12:37:48.263252   788 raft_consensus.cc:2243] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:48.263734   788 raft_consensus.cc:2272] T 98a48bad2abd4fff86c1bc83011b8d64 P 8525547f7f3a4c4693a5970f5fdf83a7 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.284273   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:37:48.296165   788 master.cc:562] Master@127.0.197.62:39619 shutting down...
I20260630 12:37:48.314373   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:48.314935   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:48.315235   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P f29677d68286400d85fee52890772fc9: stopping tablet replica
I20260630 12:37:48.335321   788 master.cc:584] Master@127.0.197.62:39619 shutdown complete.
[       OK ] AutoRebalancerTest.TestDeletedTables (9880 ms)
[ RUN      ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails
I20260630 12:37:48.376590   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:35635
I20260630 12:37:48.377684   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:48.383385  8889 instance_detector.cc: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.383490  8890 instance_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:48.384371  8892 instance_detector.cc: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.385083   788 server_base.cc:1061] running on GCE node
I20260630 12:37:48.385965   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:48.386165   788 system_unsync_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.386339   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823068386306 us; error 0 us; skew 500 ppm
I20260630 12:37:48.386878   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.389138   788 webserver.cc:533] Webserver started at http://127.0.197.62:36805/ using document root <none> and password file <none>
I20260630 12:37:48.389786   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.389993   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:48.390313   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:48.391377   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "77f8ff44afc8444188a94d603de1e788"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.395660   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:48.398819  8897 log_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.399596   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:48.399863   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "77f8ff44afc8444188a94d603de1e788"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.400154   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-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:48.411470   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.412552   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.449618   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:35635
I20260630 12:37:48.449746  8948 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:35635 every 8 connection(s)
I20260630 12:37:48.453810  8949 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:48.464066  8949 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788: Bootstrap starting.
I20260630 12:37:48.468572  8949 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:48.472543  8949 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788: No bootstrap required, opened a new log
I20260630 12:37:48.474577  8949 raft_consensus.cc:359] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER }
I20260630 12:37:48.475004  8949 raft_consensus.cc:385] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:48.475226  8949 raft_consensus.cc:740] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 77f8ff44afc8444188a94d603de1e788, State: Initialized, Role: FOLLOWER
I20260630 12:37:48.475868  8949 consensus_queue.cc:260] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER }
I20260630 12:37:48.476325  8949 raft_consensus.cc:399] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:48.476562  8949 raft_consensus.cc:493] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:48.476827  8949 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:48.481174  8949 raft_consensus.cc:515] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER }
I20260630 12:37:48.481695  8949 leader_election.cc:304] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [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: 77f8ff44afc8444188a94d603de1e788; no voters: 
I20260630 12:37:48.482887  8949 leader_election.cc:290] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:48.483238  8952 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:48.484556  8952 raft_consensus.cc:697] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 1 LEADER]: Becoming Leader. State: Replica: 77f8ff44afc8444188a94d603de1e788, State: Running, Role: LEADER
I20260630 12:37:48.485188  8952 consensus_queue.cc:237] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [LEADER]: Queue going to LEADER mode. State: All 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: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER }
I20260630 12:37:48.485841  8949 sys_catalog.cc:565] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:48.490319  8953 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "77f8ff44afc8444188a94d603de1e788" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER } }
I20260630 12:37:48.490438  8954 sys_catalog.cc:455] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 77f8ff44afc8444188a94d603de1e788. Latest consensus state: current_term: 1 leader_uuid: "77f8ff44afc8444188a94d603de1e788" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "77f8ff44afc8444188a94d603de1e788" member_type: VOTER } }
I20260630 12:37:48.491345  8954 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:48.492072  8953 sys_catalog.cc:458] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:48.493711  8959 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:48.499393  8959 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:48.502966   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:48.508610  8959 catalog_manager.cc:1383] Generated new cluster ID: 90704569aff1492391f8cf47a2367656
I20260630 12:37:48.508879  8959 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:48.530462  8959 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:48.531713  8959 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:48.547664  8959 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788: Generated new TSK 0
I20260630 12:37:48.548264  8959 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:48.569618   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:48.575140  8970 instance_detector.cc: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.576458  8971 instance_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:48.577731  8973 instance_detector.cc: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.578032   788 server_base.cc:1061] running on GCE node
I20260630 12:37:48.578924   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:48.579097   788 system_unsync_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.579216   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823068579205 us; error 0 us; skew 500 ppm
I20260630 12:37:48.579638   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.581902   788 webserver.cc:533] Webserver started at http://127.0.197.1:37427/ using document root <none> and password file <none>
I20260630 12:37:48.582327   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.582480   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:48.582680   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:48.583670   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.588466   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.003s
I20260630 12:37:48.591559  8978 log_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.592290   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:48.592582   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.592867   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-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.617018   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.618264   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.619724   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:48.621953   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:48.622170   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.622408   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:48.622602   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.663091   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:36079
I20260630 12:37:48.663209  9040 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:36079 every 8 connection(s)
I20260630 12:37:48.668453   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:48.674978  9045 instance_detector.cc: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.675383  9046 instance_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.678299   788 server_base.cc:1061] running on GCE node
W20260630 12:37:48.679296  9049 instance_detector.cc: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.680186   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:48.680425   788 system_unsync_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.680596  9041 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35635
I20260630 12:37:48.680631   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823068680611 us; error 0 us; skew 500 ppm
I20260630 12:37:48.681123  9041 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:48.681535   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.681924  9041 heartbeater.cc:507] Master 127.0.197.62:35635 requested a full tablet report, sending...
I20260630 12:37:48.684140   788 webserver.cc:533] Webserver started at http://127.0.197.2:43735/ using document root <none> and password file <none>
I20260630 12:37:48.684197  8914 ts_manager.cc:194] Registered new tserver with Master: 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1:36079)
I20260630 12:37:48.684741   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.684983   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:48.685237   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:48.686255  8914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48130
I20260630 12:37:48.686272   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "2788e91ca00a48d2b2a323c1ab53506f"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.691337   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.004s
I20260630 12:37:48.694628  9053 log_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.695456   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:48.695745   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "2788e91ca00a48d2b2a323c1ab53506f"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.696033   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-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:48.720522   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.721596   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.722961   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:48.725102   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:48.725328   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.725593   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:48.725773   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.763518   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:35957
I20260630 12:37:48.763621  9115 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:35957 every 8 connection(s)
I20260630 12:37:48.768370   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:48.774868  9119 instance_detector.cc: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.776012  9120 instance_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:48.777896  9122 instance_detector.cc: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.778640   788 server_base.cc:1061] running on GCE node
I20260630 12:37:48.779727   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:37:48.779909  9116 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35635
W20260630 12:37:48.780010   788 system_unsync_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.780305   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823068780289 us; error 0 us; skew 500 ppm
I20260630 12:37:48.780385  9116 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:48.780872   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:48.781219  9116 heartbeater.cc:507] Master 127.0.197.62:35635 requested a full tablet report, sending...
I20260630 12:37:48.783582   788 webserver.cc:533] Webserver started at http://127.0.197.3:45275/ using document root <none> and password file <none>
I20260630 12:37:48.783594  8914 ts_manager.cc:194] Registered new tserver with Master: 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957)
I20260630 12:37:48.784236   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:48.784483   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:48.784741   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:48.785285  8914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48134
I20260630 12:37:48.785892   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "3d60daa25cc4428ea51b938f19b87b8f"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.790548   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:48.793779  9127 log_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.794546   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:48.794886   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "3d60daa25cc4428ea51b938f19b87b8f"
format_stamp: "Formatted at 2026-06-30 12:37:48 on dist-test-slave-0dvn"
I20260630 12:37:48.795168   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-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:48.822430   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:48.823638   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:48.825079   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:48.827222   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:48.827422   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.827684   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:48.827824   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:48.866441   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:33789
I20260630 12:37:48.866540  9189 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:33789 every 8 connection(s)
I20260630 12:37:48.879971  9190 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35635
I20260630 12:37:48.880403  9190 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:48.881134  9190 heartbeater.cc:507] Master 127.0.197.62:35635 requested a full tablet report, sending...
I20260630 12:37:48.883145  8914 ts_manager.cc:194] Registered new tserver with Master: 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3:33789)
I20260630 12:37:48.884279   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014666735s
I20260630 12:37:48.884670  8914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48144
I20260630 12:37:49.689302  9041 heartbeater.cc:499] Master 127.0.197.62:35635 was elected leader, sending a full tablet report...
I20260630 12:37:49.787881  9116 heartbeater.cc:499] Master 127.0.197.62:35635 was elected leader, sending a full tablet report...
I20260630 12:37:49.887292  9190 heartbeater.cc:499] Master 127.0.197.62:35635 was elected leader, sending a full tablet report...
I20260630 12:37:49.945286  8914 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48156:
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:49.947674  8914 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:50.001977  9081 tablet_service.cc:1511] Processing CreateTablet for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:50.002779  9079 tablet_service.cc:1511] Processing CreateTablet for tablet db254537f6e145b59bde28144ed22351 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:50.003394  9081 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.004105  9079 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db254537f6e145b59bde28144ed22351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.005455  9080 tablet_service.cc:1511] Processing CreateTablet for tablet d18ceb85a6f943a6a568b6f053ccabee (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:50.006783  9080 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d18ceb85a6f943a6a568b6f053ccabee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.019843  9006 tablet_service.cc:1511] Processing CreateTablet for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:50.021260  9006 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.022814  9078 tablet_service.cc:1511] Processing CreateTablet for tablet e15f491d8dcb43c599665cf53ab5f81a (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:50.024124  9078 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e15f491d8dcb43c599665cf53ab5f81a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.027030  9005 tablet_service.cc:1511] Processing CreateTablet for tablet d18ceb85a6f943a6a568b6f053ccabee (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:50.028365  9005 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d18ceb85a6f943a6a568b6f053ccabee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.031337  9155 tablet_service.cc:1511] Processing CreateTablet for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:37:50.032866  9155 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 521a6cc4c2d342d1ac1c4d4bc3ac6707. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.034469  9154 tablet_service.cc:1511] Processing CreateTablet for tablet d18ceb85a6f943a6a568b6f053ccabee (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:37:50.035967  9154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d18ceb85a6f943a6a568b6f053ccabee. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.037736  9152 tablet_service.cc:1511] Processing CreateTablet for tablet e15f491d8dcb43c599665cf53ab5f81a (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:50.039088  9152 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e15f491d8dcb43c599665cf53ab5f81a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.043125  9004 tablet_service.cc:1511] Processing CreateTablet for tablet db254537f6e145b59bde28144ed22351 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:50.043306  9003 tablet_service.cc:1511] Processing CreateTablet for tablet e15f491d8dcb43c599665cf53ab5f81a (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:37:50.043303  9153 tablet_service.cc:1511] Processing CreateTablet for tablet db254537f6e145b59bde28144ed22351 (DEFAULT_TABLE table=test-workload [id=15a3600642264213ab6a4602713d70be]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:37:50.044545  9004 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db254537f6e145b59bde28144ed22351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.045361  9153 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet db254537f6e145b59bde28144ed22351. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.048269  9003 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e15f491d8dcb43c599665cf53ab5f81a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:50.099120  9212 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Bootstrap starting.
I20260630 12:37:50.104560  9211 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: Bootstrap starting.
I20260630 12:37:50.106716  9212 tablet_bootstrap.cc:654] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.107319  9210 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: Bootstrap starting.
I20260630 12:37:50.111991  9211 tablet_bootstrap.cc:654] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.114972  9210 tablet_bootstrap.cc:654] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.116772  9212 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: No bootstrap required, opened a new log
I20260630 12:37:50.117334  9212 ts_tablet_manager.cc:1403] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent bootstrapping tablet: real 0.019s	user 0.016s	sys 0.000s
I20260630 12:37:50.119882  9212 raft_consensus.cc:359] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.120435  9212 raft_consensus.cc:385] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.120707  9212 raft_consensus.cc:740] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.121372  9212 consensus_queue.cc:260] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.125167  9211 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: No bootstrap required, opened a new log
I20260630 12:37:50.124831  9212 ts_tablet_manager.cc:1434] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent starting tablet: real 0.007s	user 0.000s	sys 0.004s
I20260630 12:37:50.125487  9210 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: No bootstrap required, opened a new log
I20260630 12:37:50.125726  9211 ts_tablet_manager.cc:1403] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.004s
I20260630 12:37:50.126019  9210 ts_tablet_manager.cc:1403] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: Time spent bootstrapping tablet: real 0.019s	user 0.014s	sys 0.004s
I20260630 12:37:50.126416  9212 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Bootstrap starting.
I20260630 12:37:50.128865  9211 raft_consensus.cc:359] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.129102  9210 raft_consensus.cc:359] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.129688  9211 raft_consensus.cc:385] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.129875  9210 raft_consensus.cc:385] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.130079  9211 raft_consensus.cc:740] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2788e91ca00a48d2b2a323c1ab53506f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.130329  9210 raft_consensus.cc:740] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.130967  9211 consensus_queue.cc:260] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.131321  9210 consensus_queue.cc:260] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.133543  9212 tablet_bootstrap.cc:654] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.145310  9212 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: No bootstrap required, opened a new log
I20260630 12:37:50.145936  9212 ts_tablet_manager.cc:1403] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent bootstrapping tablet: real 0.020s	user 0.004s	sys 0.014s
I20260630 12:37:50.146203  9210 ts_tablet_manager.cc:1434] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: Time spent starting tablet: real 0.020s	user 0.005s	sys 0.005s
I20260630 12:37:50.147918  9210 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: Bootstrap starting.
I20260630 12:37:50.148663  9212 raft_consensus.cc:359] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.149580  9212 raft_consensus.cc:385] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.149950  9212 raft_consensus.cc:740] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.150836  9212 consensus_queue.cc:260] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.153016  9212 ts_tablet_manager.cc:1434] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:50.153446  9211 ts_tablet_manager.cc:1434] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: Time spent starting tablet: real 0.027s	user 0.022s	sys 0.004s
I20260630 12:37:50.154510  9211 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: Bootstrap starting.
I20260630 12:37:50.155448  9212 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Bootstrap starting.
I20260630 12:37:50.160349  9210 tablet_bootstrap.cc:654] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.160656  9211 tablet_bootstrap.cc:654] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.162132  9212 tablet_bootstrap.cc:654] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.173426  9211 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: No bootstrap required, opened a new log
I20260630 12:37:50.174026  9211 ts_tablet_manager.cc:1403] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: Time spent bootstrapping tablet: real 0.020s	user 0.013s	sys 0.004s
I20260630 12:37:50.174999  9210 tablet_bootstrap.cc:492] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: No bootstrap required, opened a new log
I20260630 12:37:50.178510  9210 ts_tablet_manager.cc:1403] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: Time spent bootstrapping tablet: real 0.031s	user 0.005s	sys 0.015s
I20260630 12:37:50.176982  9211 raft_consensus.cc:359] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.179152  9211 raft_consensus.cc:385] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.179541  9211 raft_consensus.cc:740] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2788e91ca00a48d2b2a323c1ab53506f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.180449  9211 consensus_queue.cc:260] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.181437  9210 raft_consensus.cc:359] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.182698  9210 raft_consensus.cc:385] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.182770  9211 ts_tablet_manager.cc:1434] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:37:50.183161  9210 raft_consensus.cc:740] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.184399  9211 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: Bootstrap starting.
I20260630 12:37:50.183981  9210 consensus_queue.cc:260] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.184808  9212 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: No bootstrap required, opened a new log
I20260630 12:37:50.185443  9212 ts_tablet_manager.cc:1403] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent bootstrapping tablet: real 0.030s	user 0.013s	sys 0.015s
I20260630 12:37:50.186805  9210 ts_tablet_manager.cc:1434] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: Time spent starting tablet: real 0.008s	user 0.003s	sys 0.003s
I20260630 12:37:50.187923  9210 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: Bootstrap starting.
I20260630 12:37:50.188470  9212 raft_consensus.cc:359] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.189232  9212 raft_consensus.cc:385] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.189625  9212 raft_consensus.cc:740] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.190419  9212 consensus_queue.cc:260] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.191620  9211 tablet_bootstrap.cc:654] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.192674  9212 ts_tablet_manager.cc:1434] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:37:50.194933  9210 tablet_bootstrap.cc:654] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.196563  9212 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Bootstrap starting.
I20260630 12:37:50.203791  9211 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: No bootstrap required, opened a new log
I20260630 12:37:50.204501  9211 ts_tablet_manager.cc:1403] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: Time spent bootstrapping tablet: real 0.020s	user 0.009s	sys 0.009s
I20260630 12:37:50.205713  9212 tablet_bootstrap.cc:654] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.208335  9211 raft_consensus.cc:359] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.209564  9211 raft_consensus.cc:385] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.210026  9211 raft_consensus.cc:740] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2788e91ca00a48d2b2a323c1ab53506f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.211218  9211 consensus_queue.cc:260] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.216470  9211 ts_tablet_manager.cc:1434] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.005s
I20260630 12:37:50.217932  9211 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: Bootstrap starting.
I20260630 12:37:50.226296  9211 tablet_bootstrap.cc:654] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.235190  9210 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: No bootstrap required, opened a new log
I20260630 12:37:50.235589  9212 tablet_bootstrap.cc:492] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: No bootstrap required, opened a new log
I20260630 12:37:50.235673  9210 ts_tablet_manager.cc:1403] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: Time spent bootstrapping tablet: real 0.048s	user 0.021s	sys 0.017s
I20260630 12:37:50.236078  9212 ts_tablet_manager.cc:1403] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent bootstrapping tablet: real 0.040s	user 0.022s	sys 0.014s
I20260630 12:37:50.238545  9212 raft_consensus.cc:359] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.238411  9210 raft_consensus.cc:359] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.239182  9212 raft_consensus.cc:385] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.239282  9210 raft_consensus.cc:385] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.239439  9211 tablet_bootstrap.cc:492] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: No bootstrap required, opened a new log
I20260630 12:37:50.239583  9212 raft_consensus.cc:740] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.239692  9210 raft_consensus.cc:740] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.240113  9211 ts_tablet_manager.cc:1403] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: Time spent bootstrapping tablet: real 0.022s	user 0.015s	sys 0.003s
I20260630 12:37:50.240746  9212 consensus_queue.cc:260] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.240684  9210 consensus_queue.cc:260] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.242785  9211 raft_consensus.cc:359] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.243577  9211 raft_consensus.cc:385] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.243919  9211 raft_consensus.cc:740] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2788e91ca00a48d2b2a323c1ab53506f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.244855  9211 consensus_queue.cc:260] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.243129  9212 ts_tablet_manager.cc:1434] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:37:50.247205  9210 ts_tablet_manager.cc:1434] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:37:50.248342  9210 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: Bootstrap starting.
I20260630 12:37:50.248414  9211 ts_tablet_manager.cc:1434] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:50.255378  9210 tablet_bootstrap.cc:654] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:50.260288  9210 tablet_bootstrap.cc:492] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: No bootstrap required, opened a new log
I20260630 12:37:50.260663  9210 ts_tablet_manager.cc:1403] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: Time spent bootstrapping tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:37:50.262705  9210 raft_consensus.cc:359] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.263204  9210 raft_consensus.cc:385] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:50.263382  9210 raft_consensus.cc:740] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Initialized, Role: FOLLOWER
I20260630 12:37:50.263895  9210 consensus_queue.cc:260] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.265769  9210 ts_tablet_manager.cc:1434] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: Time spent starting tablet: real 0.005s	user 0.006s	sys 0.000s
I20260630 12:37:50.341506  9218 raft_consensus.cc:493] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:50.342065  9218 raft_consensus.cc:515] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.344199  9218 leader_election.cc:290] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1:36079), 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957)
I20260630 12:37:50.356323  9016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e15f491d8dcb43c599665cf53ab5f81a" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" is_pre_election: true
I20260630 12:37:50.356323  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e15f491d8dcb43c599665cf53ab5f81a" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f" is_pre_election: true
I20260630 12:37:50.357054  9016 raft_consensus.cc:2468] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 0.
I20260630 12:37:50.357139  9091 raft_consensus.cc:2468] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 0.
I20260630 12:37:50.358191  9128 leader_election.cc:304] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d60daa25cc4428ea51b938f19b87b8f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.359010  9218 raft_consensus.cc:2804] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:50.359321  9218 raft_consensus.cc:493] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:50.359594  9218 raft_consensus.cc:3060] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.364267  9218 raft_consensus.cc:515] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.365880  9218 leader_election.cc:290] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 election: Requested vote from peers 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1:36079), 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957)
I20260630 12:37:50.366693  9016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e15f491d8dcb43c599665cf53ab5f81a" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4"
I20260630 12:37:50.366863  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e15f491d8dcb43c599665cf53ab5f81a" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f"
I20260630 12:37:50.367308  9016 raft_consensus.cc:3060] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.367349  9091 raft_consensus.cc:3060] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.374413  9016 raft_consensus.cc:2468] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 1.
I20260630 12:37:50.374416  9091 raft_consensus.cc:2468] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 1.
I20260630 12:37:50.375713  9128 leader_election.cc:304] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3d60daa25cc4428ea51b938f19b87b8f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.376431  9218 raft_consensus.cc:2804] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:50.377542  9218 raft_consensus.cc:697] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Becoming Leader. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Running, Role: LEADER
I20260630 12:37:50.378196  9218 consensus_queue.cc:237] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.386272  8913 catalog_manager.cc:5697] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3). New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:50.389482  9216 raft_consensus.cc:493] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:50.389662  9218 raft_consensus.cc:493] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:50.390195  9218 raft_consensus.cc:515] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.390026  9216 raft_consensus.cc:515] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.392269  9218 leader_election.cc:290] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1:36079), 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957)
I20260630 12:37:50.393959  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d18ceb85a6f943a6a568b6f053ccabee" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f" is_pre_election: true
I20260630 12:37:50.394685  9091 raft_consensus.cc:2468] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 0.
I20260630 12:37:50.395190  9216 leader_election.cc:290] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957), 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3:33789)
I20260630 12:37:50.397260  9130 leader_election.cc:304] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 3d60daa25cc4428ea51b938f19b87b8f; no voters: 
I20260630 12:37:50.400091  9016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d18ceb85a6f943a6a568b6f053ccabee" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" is_pre_election: true
I20260630 12:37:50.400885  9016 raft_consensus.cc:2468] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 0.
I20260630 12:37:50.400885  9218 raft_consensus.cc:2804] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:50.402431  9218 raft_consensus.cc:493] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:50.402869  9218 raft_consensus.cc:3060] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.410171  9218 raft_consensus.cc:515] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.410656  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db254537f6e145b59bde28144ed22351" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f" is_pre_election: true
I20260630 12:37:50.410926  9165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db254537f6e145b59bde28144ed22351" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d60daa25cc4428ea51b938f19b87b8f" is_pre_election: true
I20260630 12:37:50.411339  9091 raft_consensus.cc:2468] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 0.
I20260630 12:37:50.411562  9165 raft_consensus.cc:2468] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 0.
I20260630 12:37:50.412798  8981 leader_election.cc:304] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.413017  9218 leader_election.cc:290] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 election: Requested vote from peers 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1:36079), 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957)
I20260630 12:37:50.413195  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d18ceb85a6f943a6a568b6f053ccabee" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f"
I20260630 12:37:50.413686  9216 raft_consensus.cc:2804] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:50.413918  9091 raft_consensus.cc:3060] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.414117  9216 raft_consensus.cc:493] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:50.414526  9216 raft_consensus.cc:3060] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.413183  9016 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d18ceb85a6f943a6a568b6f053ccabee" candidate_uuid: "3d60daa25cc4428ea51b938f19b87b8f" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4"
I20260630 12:37:50.418018  9016 raft_consensus.cc:3060] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.419188  9091 raft_consensus.cc:2468] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 1.
I20260630 12:37:50.419337  9216 raft_consensus.cc:515] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.420598  9130 leader_election.cc:304] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 3d60daa25cc4428ea51b938f19b87b8f; no voters: 
I20260630 12:37:50.421298  9216 leader_election.cc:290] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 election: Requested vote from peers 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957), 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3:33789)
I20260630 12:37:50.421532  9218 raft_consensus.cc:2804] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:50.422055  9218 raft_consensus.cc:697] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Becoming Leader. State: Replica: 3d60daa25cc4428ea51b938f19b87b8f, State: Running, Role: LEADER
I20260630 12:37:50.422887  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db254537f6e145b59bde28144ed22351" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f"
I20260630 12:37:50.423071  9165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "db254537f6e145b59bde28144ed22351" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d60daa25cc4428ea51b938f19b87b8f"
I20260630 12:37:50.423493  9091 raft_consensus.cc:3060] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.423588  9165 raft_consensus.cc:3060] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.425631  9016 raft_consensus.cc:2468] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3d60daa25cc4428ea51b938f19b87b8f in term 1.
I20260630 12:37:50.422880  9218 consensus_queue.cc:237] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.430191  9091 raft_consensus.cc:2468] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 1.
I20260630 12:37:50.430191  9165 raft_consensus.cc:2468] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 1.
I20260630 12:37:50.431632  8981 leader_election.cc:304] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.432339  9216 raft_consensus.cc:2804] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:50.433573  9216 raft_consensus.cc:697] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Becoming Leader. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Running, Role: LEADER
I20260630 12:37:50.434413  9216 consensus_queue.cc:237] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.434721  8913 catalog_manager.cc:5697] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f reported cstate change: term changed from 0 to 1, leader changed from <none> to 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3). New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:50.442052  8914 catalog_manager.cc:5697] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } health_report { overall_health: UNKNOWN } } }
W20260630 12:37:50.499926  8962 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:50.531057  9216 raft_consensus.cc:493] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:50.531574  9216 raft_consensus.cc:515] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.533466  9216 leader_election.cc:290] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957), 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3:33789)
I20260630 12:37:50.534255  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "521a6cc4c2d342d1ac1c4d4bc3ac6707" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f" is_pre_election: true
I20260630 12:37:50.534497  9165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "521a6cc4c2d342d1ac1c4d4bc3ac6707" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d60daa25cc4428ea51b938f19b87b8f" is_pre_election: true
I20260630 12:37:50.534852  9091 raft_consensus.cc:2468] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 0.
I20260630 12:37:50.535099  9165 raft_consensus.cc:2468] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 0.
I20260630 12:37:50.535912  8981 leader_election.cc:304] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.536562  9216 raft_consensus.cc:2804] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:50.536950  9216 raft_consensus.cc:493] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:50.537232  9216 raft_consensus.cc:3060] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.541917  9216 raft_consensus.cc:515] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.543404  9216 leader_election.cc:290] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 election: Requested vote from peers 2788e91ca00a48d2b2a323c1ab53506f (127.0.197.2:35957), 3d60daa25cc4428ea51b938f19b87b8f (127.0.197.3:33789)
I20260630 12:37:50.544088  9091 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "521a6cc4c2d342d1ac1c4d4bc3ac6707" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2788e91ca00a48d2b2a323c1ab53506f"
I20260630 12:37:50.544375  9165 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "521a6cc4c2d342d1ac1c4d4bc3ac6707" candidate_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3d60daa25cc4428ea51b938f19b87b8f"
I20260630 12:37:50.544591  9091 raft_consensus.cc:3060] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.544945  9165 raft_consensus.cc:3060] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:50.549129  9091 raft_consensus.cc:2468] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 1.
I20260630 12:37:50.549384  9165 raft_consensus.cc:2468] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 99fa7c8a23bd432ab9290fdfbf0c0aa4 in term 1.
I20260630 12:37:50.550158  8981 leader_election.cc:304] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2788e91ca00a48d2b2a323c1ab53506f, 99fa7c8a23bd432ab9290fdfbf0c0aa4; no voters: 
I20260630 12:37:50.550962  9216 raft_consensus.cc:2804] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:50.551409  9216 raft_consensus.cc:697] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Becoming Leader. State: Replica: 99fa7c8a23bd432ab9290fdfbf0c0aa4, State: Running, Role: LEADER
I20260630 12:37:50.552143  9216 consensus_queue.cc:237] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:50.558382  8914 catalog_manager.cc:5697] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: term changed from 0 to 1, leader changed from <none> to 99fa7c8a23bd432ab9290fdfbf0c0aa4 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:50.578119   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:50.583804  9238 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:50.584837  9239 instance_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:50.586338   788 server_base.cc:1061] running on GCE node
W20260630 12:37:50.586393  9241 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:50.587919   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:50.588117   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:50.588249   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823070588239 us; error 0 us; skew 500 ppm
I20260630 12:37:50.588694   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:50.590991   788 webserver.cc:533] Webserver started at http://127.0.197.4:36751/ using document root <none> and password file <none>
I20260630 12:37:50.591404   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:50.591560   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:50.591758   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:50.592751   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "bfc4b1f95e7a4b548318cf2325400f92"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-0dvn"
I20260630 12:37:50.597467   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:37:50.600682  9246 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.601740   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:50.602053   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "bfc4b1f95e7a4b548318cf2325400f92"
format_stamp: "Formatted at 2026-06-30 12:37:50 on dist-test-slave-0dvn"
I20260630 12:37:50.602352   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails.1782822861066773-788-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:50.650171   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:50.651317   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:50.652565   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:50.654649   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:50.654875   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.655376   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:50.655596   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:50.701201   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:37421
I20260630 12:37:50.701442  9308 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:37421 every 8 connection(s)
I20260630 12:37:50.716261  9309 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35635
I20260630 12:37:50.716652  9309 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:50.717324  9309 heartbeater.cc:507] Master 127.0.197.62:35635 requested a full tablet report, sending...
I20260630 12:37:50.719528  8914 ts_manager.cc:194] Registered new tserver with Master: bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421)
I20260630 12:37:50.720949  8914 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48166
I20260630 12:37:50.958711  9314 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:50.959075  9313 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:50.983836  9318 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:50.984990  9313 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:50.986829  9216 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:51.005297  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:51.106611  9235 consensus_queue.cc:1048] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:51.117647  9216 consensus_queue.cc:1048] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:51.523255  9165 consensus_queue.cc:237] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: true } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
I20260630 12:37:51.529048  9091 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.529860  9016 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.531241  9318 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
I20260630 12:37:51.532392  9313 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } 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:51.540856  9314 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: true } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
W20260630 12:37:51.543073  9129 consensus_peers.cc:597] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e15f491d8dcb43c599665cf53ab5f81a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.542877  9091 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: true } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.543542  9016 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: true } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.557170  8914 catalog_manager.cc:5697] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f reported cstate change: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: true } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.566967  9016 consensus_queue.cc:237] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: true } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
I20260630 12:37:51.576303  9165 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.576303  9091 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.578001  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } 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:51.578792  9216 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:51.585672  8980 consensus_peers.cc:597] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: db254537f6e145b59bde28144ed22351. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.585734  9216 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: true } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.588047  9089 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: true } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.588932  9165 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: true } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.598809  8913 catalog_manager.cc:5697] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:51.599826  9164 consensus_queue.cc:237] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: true } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
I20260630 12:37:51.609467  9089 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.609807  9016 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.611007  9314 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } 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:51.611940  9318 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:37:51.614871  9129 consensus_peers.cc:597] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d18ceb85a6f943a6a568b6f053ccabee. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.618798  9318 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: true } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.622112  9016 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: true } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.626971  9089 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: true } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.632419  8913 catalog_manager.cc:5697] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f reported cstate change: config changed from index -1 to 2, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:51.636072  9164 consensus_queue.cc:237] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
I20260630 12:37:51.644908  9016 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:51.645200  9129 consensus_peers.cc:597] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e15f491d8dcb43c599665cf53ab5f81a. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.646771  9314 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } 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:51.647653  9089 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.649299  9314 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, 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.652989  9313 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.654892  9016 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.657130  9089 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
W20260630 12:37:51.664129  8962 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:51.664543  8962 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:51.668877  8911 catalog_manager.cc:5697] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.669898  9016 consensus_queue.cc:237] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
W20260630 12:37:51.676357  8980 consensus_peers.cc:597] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: db254537f6e145b59bde28144ed22351. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.675897  9164 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.678138  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } 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:51.680787  9089 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.682418  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, 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.683223  9165 consensus_queue.cc:237] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:51.687422  9331 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.689182  9164 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.692139  9016 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.693073  9090 raft_consensus.cc:1275] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.693269  9091 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.694615  9313 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, 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.696240  9314 consensus_queue.cc:1048] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:51.702131  9318 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.703883  9088 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.709160  9015 raft_consensus.cc:2955] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
W20260630 12:37:51.712412  8962 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:51.712797  8962 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:51.715909  8901 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet e15f491d8dcb43c599665cf53ab5f81a with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.719182  9164 consensus_queue.cc:237] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } }
I20260630 12:37:51.721482  8913 catalog_manager.cc:5697] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:51.723603  9309 heartbeater.cc:499] Master 127.0.197.62:35635 was elected leader, sending a full tablet report...
I20260630 12:37:51.726549  9091 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: Log matching property violated. Preceding OpId in replica: term: 1 index: 2. Preceding OpId from leader: term: 1 index: 3. (index mismatch)
W20260630 12:37:51.727591  9129 consensus_peers.cc:597] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f -> Peer bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): Couldn't send request to peer bfc4b1f95e7a4b548318cf2325400f92. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d18ceb85a6f943a6a568b6f053ccabee. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:37:51.728420  9318 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } 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:51.729885  9015 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.731333  9318 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 }, 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.740957  9313 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.741909  8913 catalog_manager.cc:5697] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f reported cstate change: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } attrs { replace: false } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.742834  9016 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.744230  9091 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.740455  9015 consensus_queue.cc:237] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } }
W20260630 12:37:51.759415  8962 auto_rebalancer.cc:920] Could not move replica: Illegal state: Injected artificial test failure.
W20260630 12:37:51.759763  8962 auto_rebalancer.cc:340] scheduled replica move failed to complete: Illegal state: Injected artificial test failure.
I20260630 12:37:51.763823  8913 catalog_manager.cc:5697] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f reported cstate change: config changed from index 2 to 3. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } peers { permanent_uuid: "bfc4b1f95e7a4b548318cf2325400f92" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37421 } attrs { promote: true } } }
I20260630 12:37:51.769117  9164 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.769927  9091 raft_consensus.cc:1275] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 99fa7c8a23bd432ab9290fdfbf0c0aa4: 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:51.771567  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 }, 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.774266  9235 consensus_queue.cc:1048] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [LEADER]: Connected to new peer: Peer: permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:51.780441  9216 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } }
I20260630 12:37:51.785315  9274 tablet_service.cc:1558] Processing DeleteTablet for tablet e15f491d8dcb43c599665cf53ab5f81a with delete_type TABLET_DATA_TOMBSTONED (TS bfc4b1f95e7a4b548318cf2325400f92 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56772
I20260630 12:37:51.785833  9165 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } }
I20260630 12:37:51.787639  9164 consensus_queue.cc:237] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [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: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } }
I20260630 12:37:51.790436  9088 raft_consensus.cc:2955] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } } }
I20260630 12:37:51.794344  9091 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.796279  9318 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:37:51.797118  8898 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet db254537f6e145b59bde28144ed22351 with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.800916  9015 raft_consensus.cc:1275] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Refusing update from remote peer 3d60daa25cc4428ea51b938f19b87b8f: 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:51.803807  9314 consensus_queue.cc:1048] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [LEADER]: Connected to new peer: Peer: permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.001s
I20260630 12:37:51.803239  9318 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.805334  9091 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.810185  9016 raft_consensus.cc:2955] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.815495  8901 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet d18ceb85a6f943a6a568b6f053ccabee with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:37:51.818909  8912 catalog_manager.cc:5697] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 reported cstate change: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New cstate: current_term: 1 leader_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } attrs { replace: false } health_report { overall_health: HEALTHY } } }
W20260630 12:37:51.821832  8899 catalog_manager.cc:4995] TS bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): delete failed for tablet e15f491d8dcb43c599665cf53ab5f81a because the tablet was not found. No further retry: Not found: Tablet not found: e15f491d8dcb43c599665cf53ab5f81a
I20260630 12:37:51.825078  8913 catalog_manager.cc:5697] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f reported cstate change: config changed from index 3 to 4, NON_VOTER bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4) evicted. New cstate: current_term: 1 leader_uuid: "3d60daa25cc4428ea51b938f19b87b8f" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "99fa7c8a23bd432ab9290fdfbf0c0aa4" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 36079 } } peers { permanent_uuid: "2788e91ca00a48d2b2a323c1ab53506f" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35957 } attrs { replace: false } } peers { permanent_uuid: "3d60daa25cc4428ea51b938f19b87b8f" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33789 } } }
I20260630 12:37:51.835400  9274 tablet_service.cc:1558] Processing DeleteTablet for tablet db254537f6e145b59bde28144ed22351 with delete_type TABLET_DATA_TOMBSTONED (TS bfc4b1f95e7a4b548318cf2325400f92 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56772
W20260630 12:37:51.837240  8899 catalog_manager.cc:4995] TS bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): delete failed for tablet db254537f6e145b59bde28144ed22351 because the tablet was not found. No further retry: Not found: Tablet not found: db254537f6e145b59bde28144ed22351
I20260630 12:37:51.844868  9274 tablet_service.cc:1558] Processing DeleteTablet for tablet d18ceb85a6f943a6a568b6f053ccabee with delete_type TABLET_DATA_TOMBSTONED (TS bfc4b1f95e7a4b548318cf2325400f92 not found in new config with opid_index 4) from {username='slave'} at 127.0.0.1:56772
W20260630 12:37:51.848487  8899 catalog_manager.cc:4995] TS bfc4b1f95e7a4b548318cf2325400f92 (127.0.197.4:37421): delete failed for tablet d18ceb85a6f943a6a568b6f053ccabee because the tablet was not found. No further retry: Not found: Tablet not found: d18ceb85a6f943a6a568b6f053ccabee
I20260630 12:37:51.871253   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:51.891793   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.892446   788 tablet_replica.cc:333] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: stopping tablet replica
I20260630 12:37:51.893014   788 raft_consensus.cc:2243] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.893967   788 raft_consensus.cc:2272] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.896299   788 tablet_replica.cc:333] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4: stopping tablet replica
I20260630 12:37:51.896840   788 raft_consensus.cc:2243] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.897539   788 raft_consensus.cc:2272] T e15f491d8dcb43c599665cf53ab5f81a P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.899659   788 tablet_replica.cc:333] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4: stopping tablet replica
I20260630 12:37:51.900175   788 raft_consensus.cc:2243] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.900727   788 raft_consensus.cc:2272] T d18ceb85a6f943a6a568b6f053ccabee P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.902933   788 tablet_replica.cc:333] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4: stopping tablet replica
I20260630 12:37:51.903472   788 raft_consensus.cc:2243] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:51.904220   788 raft_consensus.cc:2272] T db254537f6e145b59bde28144ed22351 P 99fa7c8a23bd432ab9290fdfbf0c0aa4 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.927264   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:37:51.940138   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:51.958703   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:51.959568   788 tablet_replica.cc:333] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f: stopping tablet replica
I20260630 12:37:51.960446   788 raft_consensus.cc:2243] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.961428   788 raft_consensus.cc:2272] T db254537f6e145b59bde28144ed22351 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.963701   788 tablet_replica.cc:333] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f: stopping tablet replica
I20260630 12:37:51.964227   788 raft_consensus.cc:2243] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.964779   788 raft_consensus.cc:2272] T e15f491d8dcb43c599665cf53ab5f81a P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.966881   788 tablet_replica.cc:333] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f: stopping tablet replica
I20260630 12:37:51.967393   788 raft_consensus.cc:2243] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.967788   788 raft_consensus.cc:2272] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.969862   788 tablet_replica.cc:333] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f: stopping tablet replica
I20260630 12:37:51.970332   788 raft_consensus.cc:2243] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:51.970894   788 raft_consensus.cc:2272] T d18ceb85a6f943a6a568b6f053ccabee P 2788e91ca00a48d2b2a323c1ab53506f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:51.992226   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:52.004845   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:52.022857   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.023432   788 tablet_replica.cc:333] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f: stopping tablet replica
I20260630 12:37:52.023939   788 raft_consensus.cc:2243] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:52.024683   788 raft_consensus.cc:2272] T e15f491d8dcb43c599665cf53ab5f81a P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.026819   788 tablet_replica.cc:333] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f: stopping tablet replica
I20260630 12:37:52.027474   788 raft_consensus.cc:2243] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:52.028052   788 raft_consensus.cc:2272] T db254537f6e145b59bde28144ed22351 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.030193   788 tablet_replica.cc:333] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f: stopping tablet replica
I20260630 12:37:52.030658   788 raft_consensus.cc:2243] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:52.031442   788 raft_consensus.cc:2272] T d18ceb85a6f943a6a568b6f053ccabee P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.033398   788 tablet_replica.cc:333] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f: stopping tablet replica
I20260630 12:37:52.033913   788 raft_consensus.cc:2243] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:52.034260   788 raft_consensus.cc:2272] T 521a6cc4c2d342d1ac1c4d4bc3ac6707 P 3d60daa25cc4428ea51b938f19b87b8f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.047411   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:52.059182   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:37:52.079465   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:52.095362   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:37:52.103451   788 master.cc:562] Master@127.0.197.62:35635 shutting down...
I20260630 12:37:52.119812   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:52.120353   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:52.120668   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 77f8ff44afc8444188a94d603de1e788: stopping tablet replica
I20260630 12:37:52.140367   788 master.cc:584] Master@127.0.197.62:35635 shutdown complete.
[       OK ] AutoRebalancerTest.TestRemoveReplaceFlagIfMoveFails (3793 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag
I20260630 12:37:52.170652   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:45445
I20260630 12:37:52.171638   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.176545  9346 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.176683  9347 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.177793  9349 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.179209   788 server_base.cc:1061] running on GCE node
I20260630 12:37:52.180059   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.180231   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.180361   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823072180349 us; error 0 us; skew 500 ppm
I20260630 12:37:52.180773   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.186412   788 webserver.cc:533] Webserver started at http://127.0.197.62:39947/ using document root <none> and password file <none>
I20260630 12:37:52.186841   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.186986   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.187180   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.188156   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "380431f43f784f45ac8d42381b1e328f"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.192301   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.003s
I20260630 12:37:52.195492  9354 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.196223   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.002s
I20260630 12:37:52.196463   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "380431f43f784f45ac8d42381b1e328f"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.196686   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/master-0-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.226876   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.227789   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.262593   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:45445
I20260630 12:37:52.262688  9405 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:45445 every 8 connection(s)
I20260630 12:37:52.266310  9406 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:52.276275  9406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f: Bootstrap starting.
I20260630 12:37:52.280335  9406 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:52.283958  9406 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f: No bootstrap required, opened a new log
I20260630 12:37:52.285832  9406 raft_consensus.cc:359] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER }
I20260630 12:37:52.286190  9406 raft_consensus.cc:385] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:52.286363  9406 raft_consensus.cc:740] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 380431f43f784f45ac8d42381b1e328f, State: Initialized, Role: FOLLOWER
I20260630 12:37:52.286943  9406 consensus_queue.cc:260] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER }
I20260630 12:37:52.287348  9406 raft_consensus.cc:399] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:52.287531  9406 raft_consensus.cc:493] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:52.287729  9406 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:52.292078  9406 raft_consensus.cc:515] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER }
I20260630 12:37:52.292507  9406 leader_election.cc:304] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [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: 380431f43f784f45ac8d42381b1e328f; no voters: 
I20260630 12:37:52.293654  9406 leader_election.cc:290] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:52.293967  9409 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:52.295289  9409 raft_consensus.cc:697] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 1 LEADER]: Becoming Leader. State: Replica: 380431f43f784f45ac8d42381b1e328f, State: Running, Role: LEADER
I20260630 12:37:52.295921  9409 consensus_queue.cc:237] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [LEADER]: Queue going to LEADER mode. State: All 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: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER }
I20260630 12:37:52.296567  9406 sys_catalog.cc:565] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:52.298375  9410 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "380431f43f784f45ac8d42381b1e328f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER } }
I20260630 12:37:52.298998  9410 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.298856  9411 sys_catalog.cc:455] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [sys.catalog]: SysCatalogTable state changed. Reason: New leader 380431f43f784f45ac8d42381b1e328f. Latest consensus state: current_term: 1 leader_uuid: "380431f43f784f45ac8d42381b1e328f" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "380431f43f784f45ac8d42381b1e328f" member_type: VOTER } }
I20260630 12:37:52.299371  9411 sys_catalog.cc:458] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:52.301735  9413 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:52.310190  9413 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:52.311195   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:52.319087  9413 catalog_manager.cc:1383] Generated new cluster ID: 1f534bcb899f45eb934cfd11440e9b3e
I20260630 12:37:52.319404  9413 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:52.343463  9413 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:52.344688  9413 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:52.358477  9413 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f: Generated new TSK 0
I20260630 12:37:52.359053  9413 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:52.377496   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.383100  9427 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.384354  9428 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.385994  9430 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.386255   788 server_base.cc:1061] running on GCE node
I20260630 12:37:52.388055   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.388257   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.388473   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823072388438 us; error 0 us; skew 500 ppm
I20260630 12:37:52.389201   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.391505   788 webserver.cc:533] Webserver started at http://127.0.197.1:39865/ using document root <none> and password file <none>
I20260630 12:37:52.391987   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.392163   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.392469   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.393631   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "060c60b715a844f49f5472cba641d35c"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.398073   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.000s
I20260630 12:37:52.401371  9435 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.402235   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:37:52.402522   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "060c60b715a844f49f5472cba641d35c"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.402878   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-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:52.414108   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.415531   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.418049   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.422178   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.422437   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.422714   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.422931   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.476130   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:37633
I20260630 12:37:52.476238  9497 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:37633 every 8 connection(s)
I20260630 12:37:52.482141   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.487986  9502 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.489212  9503 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.492512  9505 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.492996  9498 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45445
I20260630 12:37:52.493340   788 server_base.cc:1061] running on GCE node
I20260630 12:37:52.493520  9498 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.494304   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.494518   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.494400  9498 heartbeater.cc:507] Master 127.0.197.62:45445 requested a full tablet report, sending...
I20260630 12:37:52.494810   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823072494798 us; error 0 us; skew 500 ppm
I20260630 12:37:52.495352   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.496971  9371 ts_manager.cc:194] Registered new tserver with Master: 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633)
I20260630 12:37:52.498157   788 webserver.cc:533] Webserver started at http://127.0.197.2:32899/ using document root <none> and password file <none>
I20260630 12:37:52.498835   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.499063   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.499351   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.499519  9371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40502
I20260630 12:37:52.500823   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "eefb0c3831b54f28acfa7088b68198f3"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.505213   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:37:52.509070  9510 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.510023   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
I20260630 12:37:52.510392   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "eefb0c3831b54f28acfa7088b68198f3"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.510635   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-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:52.584334   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.586105   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.587734   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.590524   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.590711   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.591045   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.591213   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.635008   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:35541
I20260630 12:37:52.635257  9573 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:35541 every 8 connection(s)
I20260630 12:37:52.641496   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:52.649825  9577 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:37:52.651118  9578 instance_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:52.654551   788 server_base.cc:1061] running on GCE node
W20260630 12:37:52.654470  9580 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:37:52.655866   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:52.656128   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:37:52.656410   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823072656388 us; error 0 us; skew 500 ppm
I20260630 12:37:52.657016   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:52.657539  9574 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45445
I20260630 12:37:52.657997  9574 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.658924  9574 heartbeater.cc:507] Master 127.0.197.62:45445 requested a full tablet report, sending...
I20260630 12:37:52.659942   788 webserver.cc:533] Webserver started at http://127.0.197.3:42985/ using document root <none> and password file <none>
I20260630 12:37:52.660588   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:52.660828   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:52.661211   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:52.661710  9371 ts_manager.cc:194] Registered new tserver with Master: eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:52.662978   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "fa972874c91b419493771806af9f8b96"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.663774  9371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40516
I20260630 12:37:52.668134   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:37:52.671726  9585 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.672619   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:52.672866   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "fa972874c91b419493771806af9f8b96"
format_stamp: "Formatted at 2026-06-30 12:37:52 on dist-test-slave-0dvn"
I20260630 12:37:52.673092   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag.1782822861066773-788-0/minicluster-data/ts-2-root/data
Total live blocks: 0
Total live bytes: 0
Total live bytes (after alignment): 0
Total number of LBM containers: 0 (0 full)
Did not check for missing blocks
Did not check for orphaned blocks
Total full LBM containers with extra space: 0 (0 repaired)
Total full LBM container extra space in bytes: 0 (0 repaired)
Total incomplete LBM containers: 0 (0 repaired)
Total LBM partial records: 0 (0 repaired)
Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
I20260630 12:37:52.682723   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:52.683756   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:52.685072   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:52.687239   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:52.687469   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.687690   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:52.687855   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:52.730504   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:37311
I20260630 12:37:52.730607  9647 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:37311 every 8 connection(s)
I20260630 12:37:52.745572  9648 heartbeater.cc:344] Connected to a master server at 127.0.197.62:45445
I20260630 12:37:52.745973  9648 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:52.746778  9648 heartbeater.cc:507] Master 127.0.197.62:45445 requested a full tablet report, sending...
I20260630 12:37:52.748867  9371 ts_manager.cc:194] Registered new tserver with Master: fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:52.749091   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014960956s
I20260630 12:37:52.750378  9371 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40524
I20260630 12:37:53.502526  9498 heartbeater.cc:499] Master 127.0.197.62:45445 was elected leader, sending a full tablet report...
I20260630 12:37:53.666632  9574 heartbeater.cc:499] Master 127.0.197.62:45445 was elected leader, sending a full tablet report...
I20260630 12:37:53.753500  9648 heartbeater.cc:499] Master 127.0.197.62:45445 was elected leader, sending a full tablet report...
I20260630 12:37:53.806746  9371 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:35336:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
  rows: "\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j""\004\001\000UUU\025\004\001\000\252\252\252*\004\001\000\377\377\377?\004\001\000TUUU\004\001\000\251\252\252j"
  indirect_data: """"
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:53.809522  9371 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:53.882050  9610 tablet_service.cc:1511] Processing CreateTablet for tablet 5572a0411a3f466a8607530b3f3c6f57 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:53.883651  9610 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5572a0411a3f466a8607530b3f3c6f57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.883467  9613 tablet_service.cc:1511] Processing CreateTablet for tablet 993f51109e054ccdb889fd8ef6969f39 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:53.884922  9613 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 993f51109e054ccdb889fd8ef6969f39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.886327  9537 tablet_service.cc:1511] Processing CreateTablet for tablet 73264039451041ad8f8169d97e5c4afe (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:53.886605  9536 tablet_service.cc:1511] Processing CreateTablet for tablet 5572a0411a3f466a8607530b3f3c6f57 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:53.887820  9537 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73264039451041ad8f8169d97e5c4afe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.890604  9538 tablet_service.cc:1511] Processing CreateTablet for tablet 5658ed32f14a4fdabf2e092b1f3648aa (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:53.891979  9538 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5658ed32f14a4fdabf2e092b1f3648aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.892973  9535 tablet_service.cc:1511] Processing CreateTablet for tablet d8fa95e6dd1448449b39ffff8758a9d5 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:53.894403  9535 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8fa95e6dd1448449b39ffff8758a9d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.894281  9611 tablet_service.cc:1511] Processing CreateTablet for tablet 73264039451041ad8f8169d97e5c4afe (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:53.895862  9611 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73264039451041ad8f8169d97e5c4afe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.892968  9612 tablet_service.cc:1511] Processing CreateTablet for tablet 5658ed32f14a4fdabf2e092b1f3648aa (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:53.898870  9612 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5658ed32f14a4fdabf2e092b1f3648aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.898694  9539 tablet_service.cc:1511] Processing CreateTablet for tablet 993f51109e054ccdb889fd8ef6969f39 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:53.899564  9609 tablet_service.cc:1511] Processing CreateTablet for tablet d8fa95e6dd1448449b39ffff8758a9d5 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:53.900120  9539 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 993f51109e054ccdb889fd8ef6969f39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.900945  9609 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8fa95e6dd1448449b39ffff8758a9d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.903339  9534 tablet_service.cc:1511] Processing CreateTablet for tablet c0dcd1b74a8a426cb2b83d873f976974 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:53.904693  9534 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0dcd1b74a8a426cb2b83d873f976974. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.905896  9536 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5572a0411a3f466a8607530b3f3c6f57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.906912  9608 tablet_service.cc:1511] Processing CreateTablet for tablet c0dcd1b74a8a426cb2b83d873f976974 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:53.908324  9608 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0dcd1b74a8a426cb2b83d873f976974. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.925823  9462 tablet_service.cc:1511] Processing CreateTablet for tablet 5658ed32f14a4fdabf2e092b1f3648aa (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:37:53.927551  9462 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5658ed32f14a4fdabf2e092b1f3648aa. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.930732  9460 tablet_service.cc:1511] Processing CreateTablet for tablet 5572a0411a3f466a8607530b3f3c6f57 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:37:53.932232  9460 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5572a0411a3f466a8607530b3f3c6f57. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.934653  9459 tablet_service.cc:1511] Processing CreateTablet for tablet d8fa95e6dd1448449b39ffff8758a9d5 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:37:53.936050  9459 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d8fa95e6dd1448449b39ffff8758a9d5. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.938692  9458 tablet_service.cc:1511] Processing CreateTablet for tablet c0dcd1b74a8a426cb2b83d873f976974 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:37:53.940083  9458 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c0dcd1b74a8a426cb2b83d873f976974. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.928970  9461 tablet_service.cc:1511] Processing CreateTablet for tablet 73264039451041ad8f8169d97e5c4afe (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:37:53.942420  9461 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 73264039451041ad8f8169d97e5c4afe. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.927474  9463 tablet_service.cc:1511] Processing CreateTablet for tablet 993f51109e054ccdb889fd8ef6969f39 (DEFAULT_TABLE table=test-workload [id=510601b5f5e742828a98ba069aba9155]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:37:53.953094  9463 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 993f51109e054ccdb889fd8ef6969f39. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:53.972394  9668 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:53.992295  9668 tablet_bootstrap.cc:654] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:53.999424  9669 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.004071  9670 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.012071  9670 tablet_bootstrap.cc:654] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.017994  9669 tablet_bootstrap.cc:654] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.018131  9668 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.018904  9668 ts_tablet_manager.cc:1403] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.047s	user 0.022s	sys 0.006s
I20260630 12:37:54.021732  9668 raft_consensus.cc:359] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.022828  9668 raft_consensus.cc:385] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.023109  9668 raft_consensus.cc:740] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.024243  9670 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.023953  9668 consensus_queue.cc:260] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.024709  9670 ts_tablet_manager.cc:1403] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.007s
I20260630 12:37:54.024811  9669 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.025437  9669 ts_tablet_manager.cc:1403] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.026s	user 0.010s	sys 0.003s
I20260630 12:37:54.027240  9668 ts_tablet_manager.cc:1434] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.008s	user 0.000s	sys 0.007s
I20260630 12:37:54.027871  9670 raft_consensus.cc:359] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.028294  9668 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:54.028625  9670 raft_consensus.cc:385] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.028502  9669 raft_consensus.cc:359] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.029079  9670 raft_consensus.cc:740] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.029367  9669 raft_consensus.cc:385] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.029726  9669 raft_consensus.cc:740] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.029994  9670 consensus_queue.cc:260] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.030468  9669 consensus_queue.cc:260] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.036289  9668 tablet_bootstrap.cc:654] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.039583  9670 ts_tablet_manager.cc:1434] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.007s
I20260630 12:37:54.042011  9669 ts_tablet_manager.cc:1434] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.016s	user 0.012s	sys 0.004s
I20260630 12:37:54.042124  9670 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.048549  9670 tablet_bootstrap.cc:654] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.054705  9675 raft_consensus.cc:493] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.055480  9675 raft_consensus.cc:515] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.058295  9669 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.073685  9670 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.074477  9670 ts_tablet_manager.cc:1403] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.033s	user 0.015s	sys 0.016s
I20260630 12:37:54.077678  9670 raft_consensus.cc:359] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.078471  9670 raft_consensus.cc:385] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.078850  9670 raft_consensus.cc:740] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.079681  9670 consensus_queue.cc:260] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.082266  9670 ts_tablet_manager.cc:1434] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:37:54.084985  9670 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.085615  9675 leader_election.cc:290] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.091687  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.092116  9670 tablet_bootstrap.cc:654] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
W20260630 12:37:54.093765  9437 leader_election.cc:343] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:54.098035  9668 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.098661  9668 ts_tablet_manager.cc:1403] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.071s	user 0.034s	sys 0.036s
I20260630 12:37:54.101760  9668 raft_consensus.cc:359] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.102481  9668 raft_consensus.cc:385] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.103443  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96" is_pre_election: true
I20260630 12:37:54.103791  9669 tablet_bootstrap.cc:654] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.102792  9668 raft_consensus.cc:740] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
W20260630 12:37:54.104990  9439 leader_election.cc:343] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fa972874c91b419493771806af9f8b96 (127.0.197.3:37311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:54.105474  9439 leader_election.cc:304] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [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: 060c60b715a844f49f5472cba641d35c; no voters: eefb0c3831b54f28acfa7088b68198f3, fa972874c91b419493771806af9f8b96
I20260630 12:37:54.105535  9668 consensus_queue.cc:260] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.106630  9674 raft_consensus.cc:493] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.107085  9674 raft_consensus.cc:515] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.107527  9675 raft_consensus.cc:2749] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:54.112850  9674 leader_election.cc:290] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.115356  9668 ts_tablet_manager.cc:1434] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.016s	user 0.008s	sys 0.006s
I20260630 12:37:54.115983  9670 tablet_bootstrap.cc:492] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.116413  9668 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:54.116549  9670 ts_tablet_manager.cc:1403] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.032s	user 0.016s	sys 0.009s
I20260630 12:37:54.119815  9670 raft_consensus.cc:359] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.120639  9670 raft_consensus.cc:385] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.120985  9670 raft_consensus.cc:740] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.121897  9670 consensus_queue.cc:260] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.123299  9668 tablet_bootstrap.cc:654] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.124636  9670 ts_tablet_manager.cc:1434] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:37:54.125795  9670 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.134148  9670 tablet_bootstrap.cc:654] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
W20260630 12:37:54.141192  9575 tablet.cc:2406] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:37:54.149233  9669 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.149825  9669 ts_tablet_manager.cc:1403] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.092s	user 0.020s	sys 0.015s
I20260630 12:37:54.152752  9670 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.153560  9670 ts_tablet_manager.cc:1403] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.003s
I20260630 12:37:54.152802  9669 raft_consensus.cc:359] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.156399  9669 raft_consensus.cc:385] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.156708  9669 raft_consensus.cc:740] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.157907  9670 raft_consensus.cc:359] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.159011  9670 raft_consensus.cc:385] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.159459  9670 raft_consensus.cc:740] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.160630  9670 consensus_queue.cc:260] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.161587  9669 consensus_queue.cc:260] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.165517  9670 ts_tablet_manager.cc:1434] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.004s
I20260630 12:37:54.166556  9670 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.167946  9668 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.168469  9668 ts_tablet_manager.cc:1403] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.052s	user 0.016s	sys 0.032s
I20260630 12:37:54.171365  9668 raft_consensus.cc:359] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.172111  9668 raft_consensus.cc:385] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.172413  9668 raft_consensus.cc:740] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.172855  9670 tablet_bootstrap.cc:654] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.172968  9669 ts_tablet_manager.cc:1434] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.023s	user 0.006s	sys 0.000s
I20260630 12:37:54.176502  9668 consensus_queue.cc:260] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.176991  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c" is_pre_election: true
W20260630 12:37:54.178910  9514 leader_election.cc:343] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:54.180703  9668 ts_tablet_manager.cc:1434] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
I20260630 12:37:54.181777  9668 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:54.181787  9669 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.182108  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96" is_pre_election: true
W20260630 12:37:54.184103  9514 leader_election.cc:343] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer fa972874c91b419493771806af9f8b96 (127.0.197.3:37311): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:37:54.184686  9514 leader_election.cc:304] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [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: eefb0c3831b54f28acfa7088b68198f3; no voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96
I20260630 12:37:54.185850  9674 raft_consensus.cc:2749] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:37:54.188890  9668 tablet_bootstrap.cc:654] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.190582  9669 tablet_bootstrap.cc:654] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.190935  9670 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.191469  9670 ts_tablet_manager.cc:1403] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.025s	user 0.010s	sys 0.012s
I20260630 12:37:54.195626  9670 raft_consensus.cc:359] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.196627  9670 raft_consensus.cc:385] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.197016  9670 raft_consensus.cc:740] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.198063  9670 consensus_queue.cc:260] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.201100  9670 ts_tablet_manager.cc:1434] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.009s	user 0.008s	sys 0.000s
I20260630 12:37:54.202553  9670 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: Bootstrap starting.
I20260630 12:37:54.206143  9668 tablet_bootstrap.cc:492] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.206744  9668 ts_tablet_manager.cc:1403] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.025s	user 0.005s	sys 0.018s
I20260630 12:37:54.207522  9669 tablet_bootstrap.cc:492] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.208069  9669 ts_tablet_manager.cc:1403] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.027s	user 0.014s	sys 0.004s
I20260630 12:37:54.209252  9670 tablet_bootstrap.cc:654] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.209625  9668 raft_consensus.cc:359] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.210398  9668 raft_consensus.cc:385] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.210709  9668 raft_consensus.cc:740] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.211167  9669 raft_consensus.cc:359] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.211949  9669 raft_consensus.cc:385] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.211472  9668 consensus_queue.cc:260] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.212303  9669 raft_consensus.cc:740] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.213397  9669 consensus_queue.cc:260] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.214732  9668 ts_tablet_manager.cc:1434] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:37:54.215984  9668 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:54.217975  9669 ts_tablet_manager.cc:1434] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.010s	user 0.006s	sys 0.000s
I20260630 12:37:54.219137  9669 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.219290  9674 raft_consensus.cc:493] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.219790  9674 raft_consensus.cc:515] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.222173  9674 leader_election.cc:290] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.223752  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c" is_pre_election: true
I20260630 12:37:54.224079  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96" is_pre_election: true
I20260630 12:37:54.224288  9670 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: No bootstrap required, opened a new log
I20260630 12:37:54.224468  9473 raft_consensus.cc:2468] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eefb0c3831b54f28acfa7088b68198f3 in term 0.
I20260630 12:37:54.225000  9670 ts_tablet_manager.cc:1403] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.008s
I20260630 12:37:54.224367  9668 tablet_bootstrap.cc:654] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.226101  9514 leader_election.cc:304] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, eefb0c3831b54f28acfa7088b68198f3; no voters: 
I20260630 12:37:54.228276  9670 raft_consensus.cc:359] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.229197  9670 raft_consensus.cc:385] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.229660  9670 raft_consensus.cc:740] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.230885  9669 tablet_bootstrap.cc:654] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.230696  9670 consensus_queue.cc:260] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.233255  9670 ts_tablet_manager.cc:1434] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260630 12:37:54.225062  9623 raft_consensus.cc:2468] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate eefb0c3831b54f28acfa7088b68198f3 in term 0.
I20260630 12:37:54.237604  9674 raft_consensus.cc:2804] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.238024  9674 raft_consensus.cc:493] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.238386  9674 raft_consensus.cc:3060] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.247373  9669 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.247982  9669 ts_tablet_manager.cc:1403] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.029s	user 0.012s	sys 0.000s
I20260630 12:37:54.248641  9668 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.249150  9668 ts_tablet_manager.cc:1403] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.033s	user 0.009s	sys 0.015s
I20260630 12:37:54.250952  9669 raft_consensus.cc:359] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.251053  9674 raft_consensus.cc:515] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.251863  9669 raft_consensus.cc:385] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.252235  9669 raft_consensus.cc:740] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.252209  9668 raft_consensus.cc:359] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.253101  9668 raft_consensus.cc:385] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.253459  9668 raft_consensus.cc:740] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.253319  9669 consensus_queue.cc:260] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.254225  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c"
I20260630 12:37:54.254840  9473 raft_consensus.cc:3060] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.254467  9668 consensus_queue.cc:260] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.255877  9669 ts_tablet_manager.cc:1434] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:37:54.256937  9669 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.258853  9668 ts_tablet_manager.cc:1434] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.000s
I20260630 12:37:54.259927  9668 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: Bootstrap starting.
I20260630 12:37:54.262226  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5658ed32f14a4fdabf2e092b1f3648aa" candidate_uuid: "eefb0c3831b54f28acfa7088b68198f3" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96"
I20260630 12:37:54.262851  9623 raft_consensus.cc:3060] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.263383  9669 tablet_bootstrap.cc:654] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.266422  9668 tablet_bootstrap.cc:654] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.257071  9674 leader_election.cc:290] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 election: Requested vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.272586  9473 raft_consensus.cc:2468] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eefb0c3831b54f28acfa7088b68198f3 in term 1.
I20260630 12:37:54.273869  9669 tablet_bootstrap.cc:492] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.274811  9669 ts_tablet_manager.cc:1403] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.007s
I20260630 12:37:54.275813  9623 raft_consensus.cc:2468] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate eefb0c3831b54f28acfa7088b68198f3 in term 1.
I20260630 12:37:54.276469  9514 leader_election.cc:304] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, eefb0c3831b54f28acfa7088b68198f3; no voters: 
I20260630 12:37:54.277897  9674 raft_consensus.cc:2804] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.278128  9668 tablet_bootstrap.cc:492] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: No bootstrap required, opened a new log
I20260630 12:37:54.278110  9669 raft_consensus.cc:359] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.279140  9668 ts_tablet_manager.cc:1403] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: Time spent bootstrapping tablet: real 0.019s	user 0.012s	sys 0.005s
I20260630 12:37:54.278383  9674 raft_consensus.cc:697] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 1 LEADER]: Becoming Leader. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Running, Role: LEADER
I20260630 12:37:54.279134  9669 raft_consensus.cc:385] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.280174  9674 consensus_queue.cc:237] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.280643  9669 raft_consensus.cc:740] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.281467  9669 consensus_queue.cc:260] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.282047  9668 raft_consensus.cc:359] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.282774  9668 raft_consensus.cc:385] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.283052  9668 raft_consensus.cc:740] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: eefb0c3831b54f28acfa7088b68198f3, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.283967  9669 ts_tablet_manager.cc:1434] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.009s	user 0.004s	sys 0.003s
I20260630 12:37:54.283903  9668 consensus_queue.cc:260] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.285296  9669 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: Bootstrap starting.
I20260630 12:37:54.286329  9668 ts_tablet_manager.cc:1434] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.001s
I20260630 12:37:54.289286  9676 raft_consensus.cc:493] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.289785  9676 raft_consensus.cc:515] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.292871  9371 catalog_manager.cc:5697] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 reported cstate change: term changed from 0 to 1, leader changed from <none> to eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "eefb0c3831b54f28acfa7088b68198f3" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.295900  9676 leader_election.cc:290] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.296237  9669 tablet_bootstrap.cc:654] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:54.301920  9675 raft_consensus.cc:493] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.302409  9675 raft_consensus.cc:515] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.304322  9675 leader_election.cc:290] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.305555  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8fa95e6dd1448449b39ffff8758a9d5" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.306193  9549 raft_consensus.cc:2468] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 0.
I20260630 12:37:54.307265  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8fa95e6dd1448449b39ffff8758a9d5" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96" is_pre_election: true
I20260630 12:37:54.307888  9623 raft_consensus.cc:2468] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 0.
I20260630 12:37:54.309134  9437 leader_election.cc:304] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, eefb0c3831b54f28acfa7088b68198f3; no voters: 
W20260630 12:37:54.307953  9419 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:37:54.310527  9675 raft_consensus.cc:2804] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.310890  9675 raft_consensus.cc:493] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.311228  9675 raft_consensus.cc:3060] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.313664  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73264039451041ad8f8169d97e5c4afe" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c" is_pre_election: true
I20260630 12:37:54.314208  9669 tablet_bootstrap.cc:492] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: No bootstrap required, opened a new log
I20260630 12:37:54.314301  9473 raft_consensus.cc:2468] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.314824  9669 ts_tablet_manager.cc:1403] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: Time spent bootstrapping tablet: real 0.030s	user 0.004s	sys 0.009s
I20260630 12:37:54.316136  9589 leader_election.cc:304] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.317044  9676 raft_consensus.cc:2804] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.317451  9676 raft_consensus.cc:493] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.317814  9676 raft_consensus.cc:3060] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.319132  9669 raft_consensus.cc:359] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.319860  9669 raft_consensus.cc:385] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:54.320149  9669 raft_consensus.cc:740] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: fa972874c91b419493771806af9f8b96, State: Initialized, Role: FOLLOWER
I20260630 12:37:54.320920  9669 consensus_queue.cc:260] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.322204  9675 raft_consensus.cc:515] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.324977  9675 leader_election.cc:290] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 election: Requested vote from peers eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541), fa972874c91b419493771806af9f8b96 (127.0.197.3:37311)
I20260630 12:37:54.325732  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8fa95e6dd1448449b39ffff8758a9d5" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3"
I20260630 12:37:54.326329  9549 raft_consensus.cc:3060] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.327190  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d8fa95e6dd1448449b39ffff8758a9d5" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96"
I20260630 12:37:54.327565  9676 raft_consensus.cc:515] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.327981  9623 raft_consensus.cc:3060] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.330053  9676 leader_election.cc:290] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Requested vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.332660  9548 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73264039451041ad8f8169d97e5c4afe" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.333427  9548 raft_consensus.cc:2468] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.333736  9547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73264039451041ad8f8169d97e5c4afe" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3"
I20260630 12:37:54.334363  9547 raft_consensus.cc:3060] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.335976  9623 raft_consensus.cc:2468] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 1.
I20260630 12:37:54.336511  9669 ts_tablet_manager.cc:1434] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: Time spent starting tablet: real 0.021s	user 0.017s	sys 0.001s
I20260630 12:37:54.337146  9439 leader_election.cc:304] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.338070  9675 raft_consensus.cc:2804] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.338531  9675 raft_consensus.cc:697] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 1 LEADER]: Becoming Leader. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Running, Role: LEADER
I20260630 12:37:54.338573  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "73264039451041ad8f8169d97e5c4afe" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c"
I20260630 12:37:54.339221  9473 raft_consensus.cc:3060] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.339450  9675 consensus_queue.cc:237] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.340601  9547 raft_consensus.cc:2468] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.342276  9587 leader_election.cc:304] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: eefb0c3831b54f28acfa7088b68198f3, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.343263  9701 raft_consensus.cc:2804] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.343935  9701 raft_consensus.cc:697] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Becoming Leader. State: Replica: fa972874c91b419493771806af9f8b96, State: Running, Role: LEADER
I20260630 12:37:54.348047  9473 raft_consensus.cc:2468] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.348338  9549 raft_consensus.cc:2468] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 1.
I20260630 12:37:54.350153  9701 consensus_queue.cc:237] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.356264  9371 catalog_manager.cc:5697] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c reported cstate change: term changed from 0 to 1, leader changed from <none> to 060c60b715a844f49f5472cba641d35c (127.0.197.1). New cstate: current_term: 1 leader_uuid: "060c60b715a844f49f5472cba641d35c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.358953  9369 catalog_manager.cc:5697] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 reported cstate change: term changed from 0 to 1, leader changed from <none> to fa972874c91b419493771806af9f8b96 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "fa972874c91b419493771806af9f8b96" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:54.362571  9675 raft_consensus.cc:493] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.363106  9675 raft_consensus.cc:515] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.365650  9675 leader_election.cc:290] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers fa972874c91b419493771806af9f8b96 (127.0.197.3:37311), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.365908  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "993f51109e054ccdb889fd8ef6969f39" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96" is_pre_election: true
I20260630 12:37:54.366358  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "993f51109e054ccdb889fd8ef6969f39" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.366554  9623 raft_consensus.cc:2468] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 0.
I20260630 12:37:54.367003  9549 raft_consensus.cc:2468] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 0.
I20260630 12:37:54.367326  9701 raft_consensus.cc:493] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.367865  9439 leader_election.cc:304] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.367790  9701 raft_consensus.cc:515] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.368703  9675 raft_consensus.cc:2804] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.369424  9675 raft_consensus.cc:493] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.369789  9675 raft_consensus.cc:3060] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.369953  9701 leader_election.cc:290] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.370812  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5572a0411a3f466a8607530b3f3c6f57" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c" is_pre_election: true
I20260630 12:37:54.371127  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5572a0411a3f466a8607530b3f3c6f57" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.371451  9473 raft_consensus.cc:2468] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.371752  9549 raft_consensus.cc:2468] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.372462  9589 leader_election.cc:304] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.373220  9701 raft_consensus.cc:2804] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.373545  9701 raft_consensus.cc:493] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.373801  9701 raft_consensus.cc:3060] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.375845  9675 raft_consensus.cc:515] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.377557  9675 leader_election.cc:290] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 election: Requested vote from peers fa972874c91b419493771806af9f8b96 (127.0.197.3:37311), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.378185  9623 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "993f51109e054ccdb889fd8ef6969f39" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "fa972874c91b419493771806af9f8b96"
I20260630 12:37:54.378661  9623 raft_consensus.cc:3060] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.379336  9549 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "993f51109e054ccdb889fd8ef6969f39" candidate_uuid: "060c60b715a844f49f5472cba641d35c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3"
I20260630 12:37:54.379573  9701 raft_consensus.cc:515] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.379913  9549 raft_consensus.cc:3060] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.381716  9701 leader_election.cc:290] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Requested vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.382819  9547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5572a0411a3f466a8607530b3f3c6f57" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3"
I20260630 12:37:54.383320  9547 raft_consensus.cc:3060] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.385458  9623 raft_consensus.cc:2468] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 1.
I20260630 12:37:54.386739  9439 leader_election.cc:304] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.386907  9549 raft_consensus.cc:2468] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 060c60b715a844f49f5472cba641d35c in term 1.
I20260630 12:37:54.387305  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5572a0411a3f466a8607530b3f3c6f57" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c"
I20260630 12:37:54.387682  9675 raft_consensus.cc:2804] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.387846  9473 raft_consensus.cc:3060] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.389042  9547 raft_consensus.cc:2468] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.389324  9675 raft_consensus.cc:697] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 1 LEADER]: Becoming Leader. State: Replica: 060c60b715a844f49f5472cba641d35c, State: Running, Role: LEADER
I20260630 12:37:54.390130  9587 leader_election.cc:304] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: eefb0c3831b54f28acfa7088b68198f3, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.390211  9675 consensus_queue.cc:237] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } }
I20260630 12:37:54.391059  9701 raft_consensus.cc:2804] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.391533  9701 raft_consensus.cc:697] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Becoming Leader. State: Replica: fa972874c91b419493771806af9f8b96, State: Running, Role: LEADER
I20260630 12:37:54.392316  9701 consensus_queue.cc:237] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.394168  9473 raft_consensus.cc:2468] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.400985  9369 catalog_manager.cc:5697] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 reported cstate change: term changed from 0 to 1, leader changed from <none> to fa972874c91b419493771806af9f8b96 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "fa972874c91b419493771806af9f8b96" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:54.403040  9371 catalog_manager.cc:5697] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c reported cstate change: term changed from 0 to 1, leader changed from <none> to 060c60b715a844f49f5472cba641d35c (127.0.197.1). New cstate: current_term: 1 leader_uuid: "060c60b715a844f49f5472cba641d35c" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: UNKNOWN } } }
I20260630 12:37:54.482466  9701 raft_consensus.cc:493] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:54.483059  9701 raft_consensus.cc:515] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.484871  9701 leader_election.cc:290] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.485773  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c" is_pre_election: true
I20260630 12:37:54.486092  9547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3" is_pre_election: true
I20260630 12:37:54.486379  9473 raft_consensus.cc:2468] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.486817  9547 raft_consensus.cc:2468] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 0.
I20260630 12:37:54.487437  9589 leader_election.cc:304] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 060c60b715a844f49f5472cba641d35c, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.488288  9701 raft_consensus.cc:2804] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:54.488678  9701 raft_consensus.cc:493] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:54.488940  9701 raft_consensus.cc:3060] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.493745  9701 raft_consensus.cc:515] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.495463  9701 leader_election.cc:290] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Requested vote from peers 060c60b715a844f49f5472cba641d35c (127.0.197.1:37633), eefb0c3831b54f28acfa7088b68198f3 (127.0.197.2:35541)
I20260630 12:37:54.496237  9473 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "060c60b715a844f49f5472cba641d35c"
I20260630 12:37:54.496515  9547 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "c0dcd1b74a8a426cb2b83d873f976974" candidate_uuid: "fa972874c91b419493771806af9f8b96" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "eefb0c3831b54f28acfa7088b68198f3"
I20260630 12:37:54.496932  9473 raft_consensus.cc:3060] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.497051  9547 raft_consensus.cc:3060] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:54.504132  9473 raft_consensus.cc:2468] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.504127  9547 raft_consensus.cc:2468] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate fa972874c91b419493771806af9f8b96 in term 1.
I20260630 12:37:54.505595  9587 leader_election.cc:304] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: eefb0c3831b54f28acfa7088b68198f3, fa972874c91b419493771806af9f8b96; no voters: 
I20260630 12:37:54.506346  9701 raft_consensus.cc:2804] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:54.506819  9701 raft_consensus.cc:697] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Becoming Leader. State: Replica: fa972874c91b419493771806af9f8b96, State: Running, Role: LEADER
I20260630 12:37:54.507545  9701 consensus_queue.cc:237] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } }
I20260630 12:37:54.515009  9371 catalog_manager.cc:5697] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 reported cstate change: term changed from 0 to 1, leader changed from <none> to fa972874c91b419493771806af9f8b96 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "fa972874c91b419493771806af9f8b96" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:54.694998  9674 consensus_queue.cc:1048] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.736500  9683 consensus_queue.cc:1048] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:54.741117  9676 consensus_queue.cc:1048] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.789482  9676 consensus_queue.cc:1048] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.792372  9675 consensus_queue.cc:1048] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.814592  9675 consensus_queue.cc:1048] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [LEADER]: Connected to new peer: Peer: permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:54.819867  9675 consensus_queue.cc:1048] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [LEADER]: Connected to new peer: Peer: permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:54.838339  9726 consensus_queue.cc:1048] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [LEADER]: Connected to new peer: Peer: permanent_uuid: "fa972874c91b419493771806af9f8b96" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 37311 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.851006  9701 consensus_queue.cc:1048] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.901819  9676 consensus_queue.cc:1048] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:54.938562  9701 consensus_queue.cc:1048] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "060c60b715a844f49f5472cba641d35c" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 37633 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:37:54.956283  9701 consensus_queue.cc:1048] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [LEADER]: Connected to new peer: Peer: permanent_uuid: "eefb0c3831b54f28acfa7088b68198f3" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35541 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:37:55.304949  9587 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.2:35541, user_credentials={real_user=slave}} blocked reactor thread for 43683.9us
W20260630 12:37:55.319661  9744 log.cc:927] Time spent T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: Append to log took a long time: real 0.071s	user 0.000s	sys 0.003s
I20260630 12:37:56.200186   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:56.238229   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:56.238950   788 tablet_replica.cc:333] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.239570   788 raft_consensus.cc:2243] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.240188   788 raft_consensus.cc:2272] T 73264039451041ad8f8169d97e5c4afe P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.242976   788 tablet_replica.cc:333] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.243553   788 raft_consensus.cc:2243] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.244072   788 raft_consensus.cc:2272] T 5572a0411a3f466a8607530b3f3c6f57 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.246572   788 tablet_replica.cc:333] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.247134   788 raft_consensus.cc:2243] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.247927   788 raft_consensus.cc:2272] T d8fa95e6dd1448449b39ffff8758a9d5 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.250192   788 tablet_replica.cc:333] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.250798   788 raft_consensus.cc:2243] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.251343   788 raft_consensus.cc:2272] T c0dcd1b74a8a426cb2b83d873f976974 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.254168   788 tablet_replica.cc:333] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.254751   788 raft_consensus.cc:2243] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.255568   788 raft_consensus.cc:2272] T 993f51109e054ccdb889fd8ef6969f39 P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.257850   788 tablet_replica.cc:333] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c: stopping tablet replica
I20260630 12:37:56.258335   788 raft_consensus.cc:2243] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.258836   788 raft_consensus.cc:2272] T 5658ed32f14a4fdabf2e092b1f3648aa P 060c60b715a844f49f5472cba641d35c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.288309   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:37:56.304690   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:56.328744   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:56.329550   788 tablet_replica.cc:333] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.330190   788 raft_consensus.cc:2243] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.330811   788 raft_consensus.cc:2272] T 5572a0411a3f466a8607530b3f3c6f57 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.333261   788 tablet_replica.cc:333] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.333848   788 raft_consensus.cc:2243] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.334396   788 raft_consensus.cc:2272] T 73264039451041ad8f8169d97e5c4afe P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.336671   788 tablet_replica.cc:333] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.337198   788 raft_consensus.cc:2243] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.338044   788 raft_consensus.cc:2272] T 5658ed32f14a4fdabf2e092b1f3648aa P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.340194   788 tablet_replica.cc:333] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.340723   788 raft_consensus.cc:2243] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.341225   788 raft_consensus.cc:2272] T d8fa95e6dd1448449b39ffff8758a9d5 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.343418   788 tablet_replica.cc:333] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.343926   788 raft_consensus.cc:2243] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.344419   788 raft_consensus.cc:2272] T c0dcd1b74a8a426cb2b83d873f976974 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.346848   788 tablet_replica.cc:333] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3: stopping tablet replica
I20260630 12:37:56.347321   788 raft_consensus.cc:2243] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.347777   788 raft_consensus.cc:2272] T 993f51109e054ccdb889fd8ef6969f39 P eefb0c3831b54f28acfa7088b68198f3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.374769   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:56.390951   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:56.412678   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:56.413357   788 tablet_replica.cc:333] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.414135   788 raft_consensus.cc:2243] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.415024   788 raft_consensus.cc:2272] T 73264039451041ad8f8169d97e5c4afe P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.417315   788 tablet_replica.cc:333] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.417903   788 raft_consensus.cc:2243] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.418565   788 raft_consensus.cc:2272] T 5572a0411a3f466a8607530b3f3c6f57 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.420778   788 tablet_replica.cc:333] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.421257   788 raft_consensus.cc:2243] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.421761   788 raft_consensus.cc:2272] T d8fa95e6dd1448449b39ffff8758a9d5 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.424108   788 tablet_replica.cc:333] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.424587   788 raft_consensus.cc:2243] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.425046   788 raft_consensus.cc:2272] T 5658ed32f14a4fdabf2e092b1f3648aa P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.427258   788 tablet_replica.cc:333] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.427713   788 raft_consensus.cc:2243] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.428380   788 raft_consensus.cc:2272] T c0dcd1b74a8a426cb2b83d873f976974 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.430601   788 tablet_replica.cc:333] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96: stopping tablet replica
I20260630 12:37:56.431023   788 raft_consensus.cc:2243] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:56.431469   788 raft_consensus.cc:2272] T 993f51109e054ccdb889fd8ef6969f39 P fa972874c91b419493771806af9f8b96 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.457643   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:56.472918   788 master.cc:562] Master@127.0.197.62:45445 shutting down...
I20260630 12:37:56.493985   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:56.494521   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:56.494853   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 380431f43f784f45ac8d42381b1e328f: stopping tablet replica
I20260630 12:37:56.514632   788 master.cc:584] Master@127.0.197.62:45445 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoPopulatesFollowersByTableAndTag (4381 ms)
[ RUN      ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap
I20260630 12:37:56.552858   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:44333
I20260630 12:37:56.554029   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:56.559027  9770 instance_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:56.559024  9769 instance_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:56.561995   788 server_base.cc:1061] running on GCE node
W20260630 12:37:56.562202  9772 instance_detector.cc: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:56.563138   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:56.563367   788 system_unsync_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:56.563535   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823076563520 us; error 0 us; skew 500 ppm
I20260630 12:37:56.564034   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:56.566584   788 webserver.cc:533] Webserver started at http://127.0.197.62:33831/ using document root <none> and password file <none>
I20260630 12:37:56.567075   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:56.567282   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:56.567560   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:56.568611   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "75a9338a02454eb8ad2fbfc95efbb48e"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.573017   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:56.576390  9777 log_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:56.577133   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:56.577500   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "75a9338a02454eb8ad2fbfc95efbb48e"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.577802   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-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:56.601858   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:56.602962   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:56.641713   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:44333
I20260630 12:37:56.641860  9828 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:44333 every 8 connection(s)
I20260630 12:37:56.645499  9829 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:56.656220  9829 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e: Bootstrap starting.
I20260630 12:37:56.660813  9829 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:56.664906  9829 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e: No bootstrap required, opened a new log
I20260630 12:37:56.666972  9829 raft_consensus.cc:359] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER }
I20260630 12:37:56.667389  9829 raft_consensus.cc:385] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:56.667606  9829 raft_consensus.cc:740] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 75a9338a02454eb8ad2fbfc95efbb48e, State: Initialized, Role: FOLLOWER
I20260630 12:37:56.668228  9829 consensus_queue.cc:260] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER }
I20260630 12:37:56.668685  9829 raft_consensus.cc:399] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:56.668879  9829 raft_consensus.cc:493] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:56.669179  9829 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:56.673810  9829 raft_consensus.cc:515] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER }
I20260630 12:37:56.674321  9829 leader_election.cc:304] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [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: 75a9338a02454eb8ad2fbfc95efbb48e; no voters: 
I20260630 12:37:56.675427  9829 leader_election.cc:290] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:56.675777  9832 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:56.677114  9832 raft_consensus.cc:697] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 1 LEADER]: Becoming Leader. State: Replica: 75a9338a02454eb8ad2fbfc95efbb48e, State: Running, Role: LEADER
I20260630 12:37:56.677819  9832 consensus_queue.cc:237] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [LEADER]: Queue going to LEADER mode. State: All 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: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER }
I20260630 12:37:56.678236  9829 sys_catalog.cc:565] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:56.682561  9834 sys_catalog.cc:455] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 75a9338a02454eb8ad2fbfc95efbb48e. Latest consensus state: current_term: 1 leader_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER } }
I20260630 12:37:56.682502  9833 sys_catalog.cc:455] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "75a9338a02454eb8ad2fbfc95efbb48e" member_type: VOTER } }
I20260630 12:37:56.683275  9834 sys_catalog.cc:458] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:56.683300  9833 sys_catalog.cc:458] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:56.687772  9839 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:56.692549  9839 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:56.693835   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:56.701082  9839 catalog_manager.cc:1383] Generated new cluster ID: 6c230d9b9bd04f89a3e6d4c7c29044ab
I20260630 12:37:56.701377  9839 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:56.721771  9839 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:56.723057  9839 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:56.736727  9839 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e: Generated new TSK 0
I20260630 12:37:56.737308  9839 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:56.760346   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:56.765949  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:37:56.767285  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
I20260630 12:37:56.768630   788 server_base.cc:1061] running on GCE node
W20260630 12:37:56.769281  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:37:56.770183   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:56.770411   788 system_unsync_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:56.770589   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823076770567 us; error 0 us; skew 500 ppm
I20260630 12:37:56.771070   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:56.773260   788 webserver.cc:533] Webserver started at http://127.0.197.1:35269/ using document root <none> and password file <none>
I20260630 12:37:56.773739   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:56.773952   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:56.774215   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:56.775262   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "8e00ae0b6cf04bd8b89536cb0984dcae"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.779693   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:37:56.782855  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:37:56.783564   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:56.783843   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "8e00ae0b6cf04bd8b89536cb0984dcae"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.784137   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-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:56.811295   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:56.812371   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:56.813828   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:56.816030   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:56.816262   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.816497   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:56.816671   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.853212   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:45407
I20260630 12:37:56.853320  9920 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:45407 every 8 connection(s)
I20260630 12:37:56.857983   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:56.865264  9925 instance_detector.cc: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:56.866756  9926 instance_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:56.868777  9928 instance_detector.cc: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:56.870446   788 server_base.cc:1061] running on GCE node
I20260630 12:37:56.872664   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:56.872898   788 system_unsync_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:56.873098   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823076873080 us; error 0 us; skew 500 ppm
I20260630 12:37:56.873787   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:56.875875  9921 heartbeater.cc:344] Connected to a master server at 127.0.197.62:44333
I20260630 12:37:56.876226  9921 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:56.876570   788 webserver.cc:533] Webserver started at http://127.0.197.2:42787/ using document root <none> and password file <none>
I20260630 12:37:56.876992  9921 heartbeater.cc:507] Master 127.0.197.62:44333 requested a full tablet report, sending...
I20260630 12:37:56.877075   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:56.877463   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:56.877753   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:56.879005   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "6e03d847f92044059034919e0162895c"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.879230  9794 ts_manager.cc:194] Registered new tserver with Master: 8e00ae0b6cf04bd8b89536cb0984dcae (127.0.197.1:45407)
I20260630 12:37:56.880976  9794 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40612
I20260630 12:37:56.883806   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:37:56.887048  9933 log_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:56.888032   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:37:56.888347   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "6e03d847f92044059034919e0162895c"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.888640   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-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:56.911567   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:56.912695   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:56.914259   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:56.916569   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:56.916816   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.917070   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:56.917268   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:56.956144   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:35501
I20260630 12:37:56.956275  9995 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:35501 every 8 connection(s)
I20260630 12:37:56.961328   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:56.968715 10000 instance_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:56.969251  9999 instance_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:56.973852  9996 heartbeater.cc:344] Connected to a master server at 127.0.197.62:44333
I20260630 12:37:56.974316  9996 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:56.974448 10002 instance_detector.cc: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:56.974778   788 server_base.cc:1061] running on GCE node
I20260630 12:37:56.975278  9996 heartbeater.cc:507] Master 127.0.197.62:44333 requested a full tablet report, sending...
I20260630 12:37:56.975905   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:56.976181   788 system_unsync_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:56.976437   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823076976418 us; error 0 us; skew 500 ppm
I20260630 12:37:56.977051   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:56.977612  9794 ts_manager.cc:194] Registered new tserver with Master: 6e03d847f92044059034919e0162895c (127.0.197.2:35501)
I20260630 12:37:56.979503  9794 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40628
I20260630 12:37:56.980068   788 webserver.cc:533] Webserver started at http://127.0.197.3:36077/ using document root <none> and password file <none>
I20260630 12:37:56.980669   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:56.980894   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:56.981210   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:56.982590   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.986795   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:37:56.989864 10007 log_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:56.990698   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:37:56.991042   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce"
format_stamp: "Formatted at 2026-06-30 12:37:56 on dist-test-slave-0dvn"
I20260630 12:37:56.991288   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap.1782822861066773-788-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:57.006902   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:57.007900   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:57.009277   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:57.011498   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:57.011698   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:57.011955   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:57.012120   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:57.051374   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:33263
I20260630 12:37:57.051465 10069 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:33263 every 8 connection(s)
I20260630 12:37:57.065683 10070 heartbeater.cc:344] Connected to a master server at 127.0.197.62:44333
I20260630 12:37:57.066172 10070 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:57.066884 10070 heartbeater.cc:507] Master 127.0.197.62:44333 requested a full tablet report, sending...
I20260630 12:37:57.068799  9794 ts_manager.cc:194] Registered new tserver with Master: a7ebf3b0da3c4c0fbd6221b865d949ce (127.0.197.3:33263)
I20260630 12:37:57.069666   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014665296s
I20260630 12:37:57.070449  9794 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40638
I20260630 12:37:57.883522  9921 heartbeater.cc:499] Master 127.0.197.62:44333 was elected leader, sending a full tablet report...
I20260630 12:37:57.982532  9996 heartbeater.cc:499] Master 127.0.197.62:44333 was elected leader, sending a full tablet report...
I20260630 12:37:58.073251 10070 heartbeater.cc:499] Master 127.0.197.62:44333 was elected leader, sending a full tablet report...
I20260630 12:37:58.127605  9794 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40644:
name: "test-workload"
schema {
  columns {
    name: "key"
    type: INT32
    is_key: true
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "int_val"
    type: INT32
    is_key: false
    is_nullable: false
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
  columns {
    name: "string_val"
    type: STRING
    is_key: false
    is_nullable: true
    encoding: AUTO_ENCODING
    compression: DEFAULT_COMPRESSION
    cfile_block_size: 0
    immutable: false
  }
}
num_replicas: 3
split_rows_range_bounds {
}
partition_schema {
  range_schema {
    columns {
      name: "key"
    }
  }
}
W20260630 12:37:58.129310  9794 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:58.173369 10035 tablet_service.cc:1511] Processing CreateTablet for tablet d6ec80713b6348a697fdd12e4b7d72da (DEFAULT_TABLE table=test-workload [id=b173563982f4431381e38a9fddfcbec6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:58.174971 10035 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6ec80713b6348a697fdd12e4b7d72da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:58.190536  9961 tablet_service.cc:1511] Processing CreateTablet for tablet d6ec80713b6348a697fdd12e4b7d72da (DEFAULT_TABLE table=test-workload [id=b173563982f4431381e38a9fddfcbec6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:58.191969  9961 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6ec80713b6348a697fdd12e4b7d72da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:58.195614 10090 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: Bootstrap starting.
I20260630 12:37:58.195324  9886 tablet_service.cc:1511] Processing CreateTablet for tablet d6ec80713b6348a697fdd12e4b7d72da (DEFAULT_TABLE table=test-workload [id=b173563982f4431381e38a9fddfcbec6]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:37:58.196782  9886 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d6ec80713b6348a697fdd12e4b7d72da. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:37:58.201751 10090 tablet_bootstrap.cc:654] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:58.206502 10090 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: No bootstrap required, opened a new log
I20260630 12:37:58.207041 10090 ts_tablet_manager.cc:1403] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: Time spent bootstrapping tablet: real 0.012s	user 0.011s	sys 0.000s
I20260630 12:37:58.208300 10092 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: Bootstrap starting.
I20260630 12:37:58.209795 10090 raft_consensus.cc:359] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.210530 10090 raft_consensus.cc:385] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:58.210775 10090 raft_consensus.cc:740] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a7ebf3b0da3c4c0fbd6221b865d949ce, State: Initialized, Role: FOLLOWER
I20260630 12:37:58.212153 10090 consensus_queue.cc:260] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.214648 10092 tablet_bootstrap.cc:654] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:58.214840 10090 ts_tablet_manager.cc:1434] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.002s
I20260630 12:37:58.215188 10094 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: Bootstrap starting.
I20260630 12:37:58.221276 10094 tablet_bootstrap.cc:654] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:58.225731 10092 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: No bootstrap required, opened a new log
I20260630 12:37:58.226140 10092 ts_tablet_manager.cc:1403] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: Time spent bootstrapping tablet: real 0.018s	user 0.011s	sys 0.005s
I20260630 12:37:58.226681 10094 tablet_bootstrap.cc:492] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: No bootstrap required, opened a new log
I20260630 12:37:58.227185 10094 ts_tablet_manager.cc:1403] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:37:58.228381 10092 raft_consensus.cc:359] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.228996 10092 raft_consensus.cc:385] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:58.229235 10092 raft_consensus.cc:740] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 6e03d847f92044059034919e0162895c, State: Initialized, Role: FOLLOWER
I20260630 12:37:58.229566 10094 raft_consensus.cc:359] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.230136 10094 raft_consensus.cc:385] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:58.229888 10092 consensus_queue.cc:260] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.230402 10094 raft_consensus.cc:740] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8e00ae0b6cf04bd8b89536cb0984dcae, State: Initialized, Role: FOLLOWER
I20260630 12:37:58.232046 10094 consensus_queue.cc:260] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.232676 10092 ts_tablet_manager.cc:1434] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.002s
I20260630 12:37:58.232941 10098 raft_consensus.cc:493] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:58.233525 10098 raft_consensus.cc:515] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.238003 10098 leader_election.cc:290] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a7ebf3b0da3c4c0fbd6221b865d949ce (127.0.197.3:33263), 6e03d847f92044059034919e0162895c (127.0.197.2:35501)
I20260630 12:37:58.240689 10094 ts_tablet_manager.cc:1434] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: Time spent starting tablet: real 0.013s	user 0.004s	sys 0.005s
I20260630 12:37:58.243726 10097 raft_consensus.cc:493] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:37:58.244220 10097 raft_consensus.cc:515] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.252717 10045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" is_pre_election: true
I20260630 12:37:58.253646 10045 raft_consensus.cc:2468] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in term 0.
I20260630 12:37:58.257092  9860 leader_election.cc:304] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8e00ae0b6cf04bd8b89536cb0984dcae, a7ebf3b0da3c4c0fbd6221b865d949ce; no voters: 
I20260630 12:37:58.258186 10098 raft_consensus.cc:2804] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:58.258175  9971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e03d847f92044059034919e0162895c" is_pre_election: true
I20260630 12:37:58.259125  9971 raft_consensus.cc:2468] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in term 0.
I20260630 12:37:58.260915 10098 raft_consensus.cc:493] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:58.261399 10098 raft_consensus.cc:3060] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.266233 10097 leader_election.cc:290] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers a7ebf3b0da3c4c0fbd6221b865d949ce (127.0.197.3:33263), 8e00ae0b6cf04bd8b89536cb0984dcae (127.0.197.1:45407)
I20260630 12:37:58.270577 10098 raft_consensus.cc:515] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.271414 10045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "6e03d847f92044059034919e0162895c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" is_pre_election: true
I20260630 12:37:58.272059 10045 raft_consensus.cc:2468] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 6e03d847f92044059034919e0162895c in term 0.
I20260630 12:37:58.272115  9896 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "6e03d847f92044059034919e0162895c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" is_pre_election: true
I20260630 12:37:58.273008  9896 raft_consensus.cc:2393] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 6e03d847f92044059034919e0162895c in current term 1: Already voted for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in this term.
I20260630 12:37:58.273293  9935 leader_election.cc:304] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 6e03d847f92044059034919e0162895c, a7ebf3b0da3c4c0fbd6221b865d949ce; no voters: 
I20260630 12:37:58.274181 10097 raft_consensus.cc:2804] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:37:58.274603 10097 raft_consensus.cc:493] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:37:58.274940 10097 raft_consensus.cc:3060] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.275326 10045 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce"
I20260630 12:37:58.275561 10098 leader_election.cc:290] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [CANDIDATE]: Term 1 election: Requested vote from peers a7ebf3b0da3c4c0fbd6221b865d949ce (127.0.197.3:33263), 6e03d847f92044059034919e0162895c (127.0.197.2:35501)
I20260630 12:37:58.275893 10045 raft_consensus.cc:3060] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:58.275795  9971 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "6e03d847f92044059034919e0162895c"
I20260630 12:37:58.280529 10097 raft_consensus.cc:515] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.281530  9971 raft_consensus.cc:2393] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 8e00ae0b6cf04bd8b89536cb0984dcae in current term 1: Already voted for candidate 6e03d847f92044059034919e0162895c in this term.
I20260630 12:37:58.282473 10045 raft_consensus.cc:2468] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in term 1.
I20260630 12:37:58.283663  9860 leader_election.cc:304] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 8e00ae0b6cf04bd8b89536cb0984dcae, a7ebf3b0da3c4c0fbd6221b865d949ce; no voters: 
I20260630 12:37:58.283775 10044 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "6e03d847f92044059034919e0162895c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce"
I20260630 12:37:58.284580  9896 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d6ec80713b6348a697fdd12e4b7d72da" candidate_uuid: "6e03d847f92044059034919e0162895c" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae"
I20260630 12:37:58.282534 10097 leader_election.cc:290] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [CANDIDATE]: Term 1 election: Requested vote from peers a7ebf3b0da3c4c0fbd6221b865d949ce (127.0.197.3:33263), 8e00ae0b6cf04bd8b89536cb0984dcae (127.0.197.1:45407)
I20260630 12:37:58.285465  9896 raft_consensus.cc:2393] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6e03d847f92044059034919e0162895c in current term 1: Already voted for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in this term.
I20260630 12:37:58.284626 10044 raft_consensus.cc:2393] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 6e03d847f92044059034919e0162895c in current term 1: Already voted for candidate 8e00ae0b6cf04bd8b89536cb0984dcae in this term.
I20260630 12:37:58.286897 10098 raft_consensus.cc:2804] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:58.286936  9935 leader_election.cc:304] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [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: 6e03d847f92044059034919e0162895c; no voters: 8e00ae0b6cf04bd8b89536cb0984dcae, a7ebf3b0da3c4c0fbd6221b865d949ce
I20260630 12:37:58.287691 10097 raft_consensus.cc:2749] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:37:58.288394 10098 raft_consensus.cc:697] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 LEADER]: Becoming Leader. State: Replica: 8e00ae0b6cf04bd8b89536cb0984dcae, State: Running, Role: LEADER
I20260630 12:37:58.289247 10098 consensus_queue.cc:237] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } }
I20260630 12:37:58.298658  9793 catalog_manager.cc:5697] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae reported cstate change: term changed from 0 to 1, leader changed from <none> to 8e00ae0b6cf04bd8b89536cb0984dcae (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8e00ae0b6cf04bd8b89536cb0984dcae" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 45407 } health_report { overall_health: HEALTHY } } }
I20260630 12:37:58.503366 10044 raft_consensus.cc:1275] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 1 FOLLOWER]: Refusing update from remote peer 8e00ae0b6cf04bd8b89536cb0984dcae: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:58.503376  9971 raft_consensus.cc:1275] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Refusing update from remote peer 8e00ae0b6cf04bd8b89536cb0984dcae: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
I20260630 12:37:58.505191 10104 consensus_queue.cc:1048] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [LEADER]: Connected to new peer: Peer: permanent_uuid: "a7ebf3b0da3c4c0fbd6221b865d949ce" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 33263 }, 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.505918 10098 consensus_queue.cc:1048] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [LEADER]: Connected to new peer: Peer: permanent_uuid: "6e03d847f92044059034919e0162895c" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35501 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:37:59.006413   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:37:59.027068   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.027632   788 tablet_replica.cc:333] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae: stopping tablet replica
I20260630 12:37:59.028097   788 raft_consensus.cc:2243] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.028900   788 raft_consensus.cc:2272] T d6ec80713b6348a697fdd12e4b7d72da P 8e00ae0b6cf04bd8b89536cb0984dcae [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.050570   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:37:59.060072   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:37:59.080246   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.080835   788 tablet_replica.cc:333] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c: stopping tablet replica
I20260630 12:37:59.081295   788 raft_consensus.cc:2243] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.081841   788 raft_consensus.cc:2272] T d6ec80713b6348a697fdd12e4b7d72da P 6e03d847f92044059034919e0162895c [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.102270   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:37:59.111443   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:37:59.130254   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:37:59.130800   788 tablet_replica.cc:333] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce: stopping tablet replica
I20260630 12:37:59.131249   788 raft_consensus.cc:2243] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:37:59.131662   788 raft_consensus.cc:2272] T d6ec80713b6348a697fdd12e4b7d72da P a7ebf3b0da3c4c0fbd6221b865d949ce [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.151507   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:37:59.160355   788 master.cc:562] Master@127.0.197.62:44333 shutting down...
I20260630 12:37:59.176779   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:37:59.177304   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:37:59.177660   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 75a9338a02454eb8ad2fbfc95efbb48e: stopping tablet replica
I20260630 12:37:59.195850   788 master.cc:584] Master@127.0.197.62:44333 shutdown complete.
[       OK ] AutoRebalancerTest.BuildClusterInfoExcludesMovingFollowerSourceFromFollowerMap (2667 ms)
[ RUN      ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash
I20260630 12:37:59.222440   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:46503
I20260630 12:37:59.223583   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:59.228760 10127 instance_detector.cc: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:59.228937 10128 instance_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:59.230350 10130 instance_detector.cc: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:59.231495   788 server_base.cc:1061] running on GCE node
I20260630 12:37:59.232312   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:59.232612   788 system_unsync_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:59.232806   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823079232787 us; error 0 us; skew 500 ppm
I20260630 12:37:59.233498   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:59.235849   788 webserver.cc:533] Webserver started at http://127.0.197.62:46773/ using document root <none> and password file <none>
I20260630 12:37:59.236347   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:59.236554   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:59.236831   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:59.237972   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "4cc7d970f45d4e4ba5aba57124739ee8"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.242468   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.001s
I20260630 12:37:59.246019 10135 log_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:59.247011   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:37:59.247370   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "4cc7d970f45d4e4ba5aba57124739ee8"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.247646   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-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:59.259033   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:59.259927   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:59.293751   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:46503
I20260630 12:37:59.293854 10186 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:46503 every 8 connection(s)
I20260630 12:37:59.297489 10187 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:59.307745 10187 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8: Bootstrap starting.
I20260630 12:37:59.311939 10187 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8: Neither blocks nor log segments found. Creating new log.
I20260630 12:37:59.315727 10187 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8: No bootstrap required, opened a new log
I20260630 12:37:59.317682 10187 raft_consensus.cc:359] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER }
I20260630 12:37:59.318077 10187 raft_consensus.cc:385] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:37:59.318288 10187 raft_consensus.cc:740] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4cc7d970f45d4e4ba5aba57124739ee8, State: Initialized, Role: FOLLOWER
I20260630 12:37:59.318897 10187 consensus_queue.cc:260] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER }
I20260630 12:37:59.319360 10187 raft_consensus.cc:399] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:37:59.319577 10187 raft_consensus.cc:493] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:37:59.319847 10187 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:37:59.324200 10187 raft_consensus.cc:515] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER }
I20260630 12:37:59.324704 10187 leader_election.cc:304] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [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: 4cc7d970f45d4e4ba5aba57124739ee8; no voters: 
I20260630 12:37:59.325855 10187 leader_election.cc:290] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:37:59.326154 10190 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:37:59.327467 10190 raft_consensus.cc:697] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 1 LEADER]: Becoming Leader. State: Replica: 4cc7d970f45d4e4ba5aba57124739ee8, State: Running, Role: LEADER
I20260630 12:37:59.328099 10190 consensus_queue.cc:237] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [LEADER]: Queue going to LEADER mode. State: All 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: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER }
I20260630 12:37:59.328696 10187 sys_catalog.cc:565] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:37:59.332271 10191 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER } }
I20260630 12:37:59.333164 10191 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:59.332928 10192 sys_catalog.cc:455] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 4cc7d970f45d4e4ba5aba57124739ee8. Latest consensus state: current_term: 1 leader_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "4cc7d970f45d4e4ba5aba57124739ee8" member_type: VOTER } }
I20260630 12:37:59.334620 10192 sys_catalog.cc:458] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [sys.catalog]: This master's current role is: LEADER
I20260630 12:37:59.336302 10197 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:37:59.344323 10197 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:37:59.345327   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:37:59.352934 10197 catalog_manager.cc:1383] Generated new cluster ID: f1e4a33c17ac49898cdc43ac7c0714ce
I20260630 12:37:59.353255 10197 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:37:59.370718 10197 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:37:59.371963 10197 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:37:59.386899 10197 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8: Generated new TSK 0
I20260630 12:37:59.387458 10197 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:37:59.412086   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:59.418413 10208 instance_detector.cc: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:59.419409 10209 instance_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:59.421192 10211 instance_detector.cc: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:59.421727   788 server_base.cc:1061] running on GCE node
I20260630 12:37:59.422489   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:59.422667   788 system_unsync_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:59.422791   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823079422779 us; error 0 us; skew 500 ppm
I20260630 12:37:59.423206   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:59.425271   788 webserver.cc:533] Webserver started at http://127.0.197.1:34579/ using document root <none> and password file <none>
I20260630 12:37:59.425726   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:59.425887   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:59.426090   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:59.427062   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "528e7ed875e04e969a197d838b6170ef"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.431245   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:37:59.434283 10216 log_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:59.435123   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:59.435429   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "528e7ed875e04e969a197d838b6170ef"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.435729   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-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:59.462950   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:59.464054   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:59.465473   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:59.467608   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:59.467842   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.468076   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:59.468482   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.505134   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:38277
I20260630 12:37:59.505244 10278 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:38277 every 8 connection(s)
I20260630 12:37:59.510061   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:59.518200 10283 instance_detector.cc: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:59.519802 10284 instance_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:59.522645   788 server_base.cc:1061] running on GCE node
I20260630 12:37:59.523763 10279 heartbeater.cc:344] Connected to a master server at 127.0.197.62:46503
I20260630 12:37:59.524163 10279 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:59.524101 10286 instance_detector.cc: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:59.525166 10279 heartbeater.cc:507] Master 127.0.197.62:46503 requested a full tablet report, sending...
I20260630 12:37:59.526010   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:59.526278   788 system_unsync_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:59.526463   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823079526443 us; error 0 us; skew 500 ppm
I20260630 12:37:59.526988   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:59.527462 10152 ts_manager.cc:194] Registered new tserver with Master: 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277)
I20260630 12:37:59.529462   788 webserver.cc:533] Webserver started at http://127.0.197.2:39269/ using document root <none> and password file <none>
I20260630 12:37:59.529506 10152 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51792
I20260630 12:37:59.530232   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:59.530521   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:59.530864   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:59.532212   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "5efb0e232d01457e96c2388b2ed3c673"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.537367   788 fs_manager.cc:696] Time spent creating directory manager: real 0.005s	user 0.003s	sys 0.004s
I20260630 12:37:59.540548 10291 log_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:59.541301   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:37:59.541647   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "5efb0e232d01457e96c2388b2ed3c673"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.541905   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-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:59.567965   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:59.568959   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:59.570343   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:59.572453   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:59.572690   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.572938   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:59.573115   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.609802   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:33993
I20260630 12:37:59.609920 10353 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:33993 every 8 connection(s)
I20260630 12:37:59.614630   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:37:59.621841 10357 instance_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:59.625275 10354 heartbeater.cc:344] Connected to a master server at 127.0.197.62:46503
I20260630 12:37:59.625766 10354 heartbeater.cc:461] Registering TS with master...
W20260630 12:37:59.625751 10358 instance_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:59.626947 10354 heartbeater.cc:507] Master 127.0.197.62:46503 requested a full tablet report, sending...
I20260630 12:37:59.627449   788 server_base.cc:1061] running on GCE node
W20260630 12:37:59.627813 10360 instance_detector.cc: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:59.628947   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:37:59.629194   788 system_unsync_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:59.629387   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823079629371 us; error 0 us; skew 500 ppm
I20260630 12:37:59.629508 10152 ts_manager.cc:194] Registered new tserver with Master: 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:37:59.630179   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:37:59.631237 10152 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51800
I20260630 12:37:59.633807   788 webserver.cc:533] Webserver started at http://127.0.197.3:40243/ using document root <none> and password file <none>
I20260630 12:37:59.634330   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:37:59.634578   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:37:59.634896   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:37:59.636005   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.640462   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.001s
I20260630 12:37:59.644048 10365 log_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:59.644831   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:37:59.645141   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
format_stamp: "Formatted at 2026-06-30 12:37:59 on dist-test-slave-0dvn"
I20260630 12:37:59.645408   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-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:59.667312   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:37:59.668313   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:37:59.669852   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:37:59.671994   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:37:59.672214   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.672453   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:37:59.672624   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:37:59.709964   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:36305
I20260630 12:37:59.710049 10427 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:36305 every 8 connection(s)
I20260630 12:37:59.723574 10428 heartbeater.cc:344] Connected to a master server at 127.0.197.62:46503
I20260630 12:37:59.723923 10428 heartbeater.cc:461] Registering TS with master...
I20260630 12:37:59.724653 10428 heartbeater.cc:507] Master 127.0.197.62:46503 requested a full tablet report, sending...
I20260630 12:37:59.726470 10152 ts_manager.cc:194] Registered new tserver with Master: 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:37:59.726580   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013484094s
I20260630 12:37:59.727828 10152 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51816
I20260630 12:38:00.532318 10279 heartbeater.cc:499] Master 127.0.197.62:46503 was elected leader, sending a full tablet report...
I20260630 12:38:00.633782 10354 heartbeater.cc:499] Master 127.0.197.62:46503 was elected leader, sending a full tablet report...
I20260630 12:38:00.730794 10428 heartbeater.cc:499] Master 127.0.197.62:46503 was elected leader, sending a full tablet report...
I20260630 12:38:00.782460 10152 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51832:
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:00.846884 10244 tablet_service.cc:1511] Processing CreateTablet for tablet 8cbff9b205d5471ca97d9c5932aa3353 (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:00.847452 10243 tablet_service.cc:1511] Processing CreateTablet for tablet a5ebc1c8c2654c9a9a8d9397cfa009b3 (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:00.848387 10244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8cbff9b205d5471ca97d9c5932aa3353. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.849048 10243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a5ebc1c8c2654c9a9a8d9397cfa009b3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.852046 10319 tablet_service.cc:1511] Processing CreateTablet for tablet b6dd06ee64844886b581b73d7f766aa4 (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:00.852955 10318 tablet_service.cc:1511] Processing CreateTablet for tablet e961bb5a695b47a3a956f3130f60785f (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:00.853467 10319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet b6dd06ee64844886b581b73d7f766aa4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.854382 10318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e961bb5a695b47a3a956f3130f60785f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.855412 10393 tablet_service.cc:1511] Processing CreateTablet for tablet c1625aa73642425ea786c771a73e4662 (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:00.856760 10393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet c1625aa73642425ea786c771a73e4662. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.866869 10392 tablet_service.cc:1511] Processing CreateTablet for tablet 36871d58078849f9a8c4aacefe3ff124 (DEFAULT_TABLE table=test-workload [id=603124de6e9d4a8e9873131fe9862858]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:00.868216 10392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 36871d58078849f9a8c4aacefe3ff124. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:00.876897 10448 tablet_bootstrap.cc:492] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:00.882901 10448 tablet_bootstrap.cc:654] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:00.887470 10449 tablet_bootstrap.cc:492] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:00.891297 10448 tablet_bootstrap.cc:492] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:00.894915 10448 ts_tablet_manager.cc:1403] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.015s	user 0.003s	sys 0.008s
I20260630 12:38:00.896983 10449 tablet_bootstrap.cc:654] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:00.897890 10448 raft_consensus.cc:359] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.898520 10448 raft_consensus.cc:385] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:00.898913 10448 raft_consensus.cc:740] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:00.899647 10451 tablet_bootstrap.cc:492] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:00.899626 10448 consensus_queue.cc:260] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.900429 10448 raft_consensus.cc:399] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:00.900790 10448 raft_consensus.cc:493] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:00.901150 10448 raft_consensus.cc:3060] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:00.902451 10449 tablet_bootstrap.cc:492] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:00.902881 10449 ts_tablet_manager.cc:1403] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:38:00.904922 10449 raft_consensus.cc:359] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.905368 10449 raft_consensus.cc:385] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:00.905678 10449 raft_consensus.cc:740] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:00.906205 10451 tablet_bootstrap.cc:654] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:00.906313 10449 consensus_queue.cc:260] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.907004 10449 raft_consensus.cc:399] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:00.907254 10449 raft_consensus.cc:493] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:00.907554 10449 raft_consensus.cc:3060] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:00.908716 10448 raft_consensus.cc:515] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.909614 10448 leader_election.cc:304] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [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: 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:00.911073 10448 leader_election.cc:290] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:00.911533 10454 raft_consensus.cc:2804] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:00.914737 10449 raft_consensus.cc:515] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.915426 10451 tablet_bootstrap.cc:492] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:00.915982 10449 leader_election.cc:304] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [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: 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:00.916273 10451 ts_tablet_manager.cc:1403] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.017s	user 0.013s	sys 0.000s
I20260630 12:38:00.919534 10448 ts_tablet_manager.cc:1434] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.024s	user 0.016s	sys 0.007s
I20260630 12:38:00.919952 10454 raft_consensus.cc:697] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Becoming Leader. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Running, Role: LEADER
I20260630 12:38:00.920049 10451 raft_consensus.cc:359] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:00.920653 10451 raft_consensus.cc:385] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:00.921234 10448 tablet_bootstrap.cc:492] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:00.920882 10454 consensus_queue.cc:237] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [LEADER]: Queue going to LEADER mode. State: All 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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.921993 10449 leader_election.cc:290] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:00.920954 10451 raft_consensus.cc:740] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:00.923535 10457 raft_consensus.cc:2804] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:00.924081 10451 consensus_queue.cc:260] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:00.925081 10451 raft_consensus.cc:399] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:00.925485 10451 raft_consensus.cc:493] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:00.925928 10451 raft_consensus.cc:3060] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:00.928997 10448 tablet_bootstrap.cc:654] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:00.931378 10457 raft_consensus.cc:697] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Becoming Leader. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Running, Role: LEADER
I20260630 12:38:00.932206 10457 consensus_queue.cc:237] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Queue going to LEADER mode. State: All 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: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.939951 10449 ts_tablet_manager.cc:1434] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.037s	user 0.019s	sys 0.006s
I20260630 12:38:00.941184 10449 tablet_bootstrap.cc:492] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:00.948235 10448 tablet_bootstrap.cc:492] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:00.948791 10448 ts_tablet_manager.cc:1403] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.013s
I20260630 12:38:00.951802 10448 raft_consensus.cc:359] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.952201 10451 raft_consensus.cc:515] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:00.952426 10448 raft_consensus.cc:385] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:00.952997 10448 raft_consensus.cc:740] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:00.953864 10448 consensus_queue.cc:260] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.954603 10448 raft_consensus.cc:399] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:00.954373 10151 catalog_manager.cc:5697] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 528e7ed875e04e969a197d838b6170ef (127.0.197.1). New cstate: current_term: 1 leader_uuid: "528e7ed875e04e969a197d838b6170ef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:00.954929 10448 raft_consensus.cc:493] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:00.955344 10448 raft_consensus.cc:3060] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:00.955693 10449 tablet_bootstrap.cc:654] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:00.956887 10152 catalog_manager.cc:5697] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5efb0e232d01457e96c2388b2ed3c673" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:00.958140 10451 leader_election.cc:304] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [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: 2cb7503f2c304eb8838b42c1d57e8e41; no voters: 
I20260630 12:38:00.964284 10465 raft_consensus.cc:2804] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:00.964553 10448 raft_consensus.cc:515] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.964845 10451 leader_election.cc:290] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:00.965364 10448 leader_election.cc:304] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [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: 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:00.966055 10448 leader_election.cc:290] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:00.966243 10454 raft_consensus.cc:2804] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:00.967006 10454 raft_consensus.cc:697] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Becoming Leader. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Running, Role: LEADER
I20260630 12:38:00.967715 10448 ts_tablet_manager.cc:1434] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.019s	user 0.010s	sys 0.006s
I20260630 12:38:00.967936 10454 consensus_queue.cc:237] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [LEADER]: Queue going to LEADER mode. State: All 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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } }
I20260630 12:38:00.978030 10449 tablet_bootstrap.cc:492] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:00.978542 10449 ts_tablet_manager.cc:1403] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.038s	user 0.012s	sys 0.005s
I20260630 12:38:00.978421 10465 raft_consensus.cc:697] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Becoming Leader. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Running, Role: LEADER
I20260630 12:38:00.979832 10465 consensus_queue.cc:237] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Queue going to LEADER mode. State: All 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: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:00.980211 10151 catalog_manager.cc:5697] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 528e7ed875e04e969a197d838b6170ef (127.0.197.1). New cstate: current_term: 1 leader_uuid: "528e7ed875e04e969a197d838b6170ef" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:00.981653 10449 raft_consensus.cc:359] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.984931 10451 ts_tablet_manager.cc:1434] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.068s	user 0.017s	sys 0.015s
I20260630 12:38:00.983134 10449 raft_consensus.cc:385] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:00.985916 10449 raft_consensus.cc:740] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:00.986716 10449 consensus_queue.cc:260] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.987448 10449 raft_consensus.cc:399] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:00.987758 10449 raft_consensus.cc:493] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:00.988102 10449 raft_consensus.cc:3060] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:00.998219 10449 raft_consensus.cc:515] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:00.999188 10449 leader_election.cc:304] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [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: 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:01.000231 10457 raft_consensus.cc:2804] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:01.000862 10457 raft_consensus.cc:697] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Becoming Leader. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Running, Role: LEADER
I20260630 12:38:01.002192 10457 consensus_queue.cc:237] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Queue going to LEADER mode. State: All 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: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } }
I20260630 12:38:01.008666 10449 leader_election.cc:290] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:01.010792 10451 tablet_bootstrap.cc:492] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:01.015483 10449 ts_tablet_manager.cc:1434] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.036s	user 0.019s	sys 0.001s
I20260630 12:38:01.018177 10451 tablet_bootstrap.cc:654] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.017189 10152 catalog_manager.cc:5697] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:01.032573 10151 catalog_manager.cc:5697] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5efb0e232d01457e96c2388b2ed3c673" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:01.034633 10451 tablet_bootstrap.cc:492] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:01.035164 10451 ts_tablet_manager.cc:1403] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.025s	user 0.014s	sys 0.005s
I20260630 12:38:01.038254 10451 raft_consensus.cc:359] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.038869 10451 raft_consensus.cc:385] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:01.039160 10451 raft_consensus.cc:740] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:01.039870 10451 consensus_queue.cc:260] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.040544 10451 raft_consensus.cc:399] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:01.040839 10451 raft_consensus.cc:493] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:01.041174 10451 raft_consensus.cc:3060] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:01.047209 10451 raft_consensus.cc:515] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.047878 10451 leader_election.cc:304] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [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: 2cb7503f2c304eb8838b42c1d57e8e41; no voters: 
I20260630 12:38:01.048491 10451 leader_election.cc:290] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:01.048879 10468 raft_consensus.cc:2804] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:01.049615 10468 raft_consensus.cc:697] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Becoming Leader. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Running, Role: LEADER
I20260630 12:38:01.050405 10468 consensus_queue.cc:237] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Queue going to LEADER mode. State: All 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: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.050690 10451 ts_tablet_manager.cc:1434] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.015s	user 0.014s	sys 0.000s
I20260630 12:38:01.058782 10150 catalog_manager.cc:5697] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:01.793496 10147 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51840:
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:01.795794 10147 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:01.836143 10243 tablet_service.cc:1511] Processing CreateTablet for tablet 6fe6f027f76b4e56a7ee27a155724d74 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:01.837729 10243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fe6f027f76b4e56a7ee27a155724d74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.837324 10318 tablet_service.cc:1511] Processing CreateTablet for tablet 6fe6f027f76b4e56a7ee27a155724d74 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:01.838692 10393 tablet_service.cc:1511] Processing CreateTablet for tablet 6fe6f027f76b4e56a7ee27a155724d74 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:01.839792 10318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fe6f027f76b4e56a7ee27a155724d74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.839944 10393 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6fe6f027f76b4e56a7ee27a155724d74. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.840226 10244 tablet_service.cc:1511] Processing CreateTablet for tablet e1a2bf6c447341d290ec5d4bf1df831e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:01.841952 10244 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1a2bf6c447341d290ec5d4bf1df831e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.842942 10392 tablet_service.cc:1511] Processing CreateTablet for tablet e1a2bf6c447341d290ec5d4bf1df831e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:01.844225 10392 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1a2bf6c447341d290ec5d4bf1df831e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.846117 10319 tablet_service.cc:1511] Processing CreateTablet for tablet e1a2bf6c447341d290ec5d4bf1df831e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:01.847349 10319 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1a2bf6c447341d290ec5d4bf1df831e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.864923 10242 tablet_service.cc:1511] Processing CreateTablet for tablet 6e78811bbbc84547ab629a4b7dd94ffd (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:01.866374 10242 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e78811bbbc84547ab629a4b7dd94ffd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.867447 10317 tablet_service.cc:1511] Processing CreateTablet for tablet 6e78811bbbc84547ab629a4b7dd94ffd (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:01.868889 10317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e78811bbbc84547ab629a4b7dd94ffd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.869025 10391 tablet_service.cc:1511] Processing CreateTablet for tablet 6e78811bbbc84547ab629a4b7dd94ffd (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:01.870333 10391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 6e78811bbbc84547ab629a4b7dd94ffd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.871238 10241 tablet_service.cc:1511] Processing CreateTablet for tablet 981cbde1b8334f0a83cf5e532dabc2de (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:01.872659 10241 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 981cbde1b8334f0a83cf5e532dabc2de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.875308 10316 tablet_service.cc:1511] Processing CreateTablet for tablet 981cbde1b8334f0a83cf5e532dabc2de (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:01.876561 10316 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 981cbde1b8334f0a83cf5e532dabc2de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.878978 10390 tablet_service.cc:1511] Processing CreateTablet for tablet 981cbde1b8334f0a83cf5e532dabc2de (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:01.880398 10390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 981cbde1b8334f0a83cf5e532dabc2de. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.889169 10508 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:01.893069 10240 tablet_service.cc:1511] Processing CreateTablet for tablet 8804ba870d944d98968adb764f0d524e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:01.894501 10240 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8804ba870d944d98968adb764f0d524e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.910619 10507 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:01.916199 10507 tablet_bootstrap.cc:654] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.917258 10509 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:01.922744 10318 tablet_service.cc:1511] Processing CreateTablet for tablet 8804ba870d944d98968adb764f0d524e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:01.923357 10390 tablet_service.cc:1511] Processing CreateTablet for tablet 8804ba870d944d98968adb764f0d524e (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:01.924480 10318 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8804ba870d944d98968adb764f0d524e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.926904 10317 tablet_service.cc:1511] Processing CreateTablet for tablet 70fb620928e046868c58a383bc8e45a8 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:01.927471 10507 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:01.927433 10391 tablet_service.cc:1511] Processing CreateTablet for tablet 70fb620928e046868c58a383bc8e45a8 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:01.928222 10507 ts_tablet_manager.cc:1403] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.018s	user 0.005s	sys 0.011s
I20260630 12:38:01.924714 10390 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8804ba870d944d98968adb764f0d524e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.930032 10508 tablet_bootstrap.cc:654] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.931296 10507 raft_consensus.cc:359] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.932113 10507 raft_consensus.cc:385] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:01.928303 10317 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70fb620928e046868c58a383bc8e45a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.933651 10509 tablet_bootstrap.cc:654] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.936046 10243 tablet_service.cc:1511] Processing CreateTablet for tablet 70fb620928e046868c58a383bc8e45a8 (DEFAULT_TABLE table=test-workload-rf3 [id=23a5d9c74b6040b39fd64621c7500705]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:01.932420 10507 raft_consensus.cc:740] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:01.938027 10507 consensus_queue.cc:260] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.937338 10243 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70fb620928e046868c58a383bc8e45a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.932309 10391 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 70fb620928e046868c58a383bc8e45a8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:01.946827 10507 ts_tablet_manager.cc:1434] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.018s	user 0.007s	sys 0.000s
I20260630 12:38:01.948215 10507 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:01.959637 10507 tablet_bootstrap.cc:654] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.967602 10508 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:01.968438 10508 ts_tablet_manager.cc:1403] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.080s	user 0.011s	sys 0.000s
I20260630 12:38:01.972242 10508 raft_consensus.cc:359] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.973012 10508 raft_consensus.cc:385] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:01.973304 10508 raft_consensus.cc:740] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:01.974392 10509 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:01.974100 10508 consensus_queue.cc:260] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.974924 10509 ts_tablet_manager.cc:1403] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.058s	user 0.012s	sys 0.018s
I20260630 12:38:01.974941 10507 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:01.975597 10507 ts_tablet_manager.cc:1403] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.028s	user 0.013s	sys 0.000s
I20260630 12:38:01.978303 10509 raft_consensus.cc:359] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.978570 10507 raft_consensus.cc:359] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.979036 10509 raft_consensus.cc:385] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:01.979338 10507 raft_consensus.cc:385] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:01.979405 10509 raft_consensus.cc:740] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:01.979658 10507 raft_consensus.cc:740] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:01.980440 10507 consensus_queue.cc:260] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.982373 10508 ts_tablet_manager.cc:1434] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:38:01.982496 10507 ts_tablet_manager.cc:1434] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:01.980278 10509 consensus_queue.cc:260] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:01.983484 10508 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:01.986738 10509 ts_tablet_manager.cc:1434] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.001s
I20260630 12:38:01.987927 10509 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:01.990489 10508 tablet_bootstrap.cc:654] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.983494 10507 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:01.997624 10507 tablet_bootstrap.cc:654] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:01.998289 10508 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:01.998881 10508 ts_tablet_manager.cc:1403] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.016s	user 0.009s	sys 0.004s
I20260630 12:38:01.999009 10509 tablet_bootstrap.cc:654] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.005187 10508 raft_consensus.cc:359] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.005916 10508 raft_consensus.cc:385] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.006006 10507 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:02.006255 10508 raft_consensus.cc:740] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.006538 10507 ts_tablet_manager.cc:1403] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.023s	user 0.004s	sys 0.009s
I20260630 12:38:02.006966 10509 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:02.007504 10509 ts_tablet_manager.cc:1403] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.020s	user 0.008s	sys 0.004s
I20260630 12:38:02.007095 10508 consensus_queue.cc:260] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.009366 10508 ts_tablet_manager.cc:1434] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.010s	user 0.003s	sys 0.000s
I20260630 12:38:02.009210 10507 raft_consensus.cc:359] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.010059 10507 raft_consensus.cc:385] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.010504 10508 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:02.010388 10507 raft_consensus.cc:740] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.010291 10509 raft_consensus.cc:359] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.011402 10509 raft_consensus.cc:385] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.011790 10509 raft_consensus.cc:740] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.011654 10507 consensus_queue.cc:260] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.012733 10509 consensus_queue.cc:260] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.016113 10507 ts_tablet_manager.cc:1434] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.009s	user 0.003s	sys 0.003s
I20260630 12:38:02.017220 10507 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:02.022881 10507 tablet_bootstrap.cc:654] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.024905 10509 ts_tablet_manager.cc:1434] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.017s	user 0.009s	sys 0.009s
I20260630 12:38:02.025969 10509 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:02.032934 10509 tablet_bootstrap.cc:654] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.046427 10507 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:02.047026 10507 ts_tablet_manager.cc:1403] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.030s	user 0.007s	sys 0.021s
I20260630 12:38:02.048590 10508 tablet_bootstrap.cc:654] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.049814 10507 raft_consensus.cc:359] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.050333 10509 tablet_bootstrap.cc:492] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:02.050382 10507 raft_consensus.cc:385] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.050904 10507 raft_consensus.cc:740] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.051019 10509 ts_tablet_manager.cc:1403] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.025s	user 0.016s	sys 0.005s
I20260630 12:38:02.051743 10507 consensus_queue.cc:260] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.053596 10508 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:02.054021 10507 ts_tablet_manager.cc:1434] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:02.054189 10508 ts_tablet_manager.cc:1403] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.044s	user 0.011s	sys 0.000s
I20260630 12:38:02.054039 10509 raft_consensus.cc:359] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.055106 10509 raft_consensus.cc:385] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.055291 10507 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:02.055485 10509 raft_consensus.cc:740] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.056416 10509 consensus_queue.cc:260] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.058691 10509 ts_tablet_manager.cc:1434] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:02.059682 10509 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:02.061885 10507 tablet_bootstrap.cc:654] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.065255 10509 tablet_bootstrap.cc:654] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.071015 10507 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:02.071512 10507 ts_tablet_manager.cc:1403] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.008s
I20260630 12:38:02.073743 10507 raft_consensus.cc:359] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.074275 10507 raft_consensus.cc:385] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.074520 10507 raft_consensus.cc:740] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.075126 10507 consensus_queue.cc:260] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.074782 10508 raft_consensus.cc:359] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.075831 10508 raft_consensus.cc:385] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.076083 10508 raft_consensus.cc:740] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.076681 10508 consensus_queue.cc:260] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.078191 10509 tablet_bootstrap.cc:492] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:02.078691 10508 ts_tablet_manager.cc:1434] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.024s	user 0.002s	sys 0.004s
I20260630 12:38:02.078732 10509 ts_tablet_manager.cc:1403] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.019s	user 0.015s	sys 0.004s
I20260630 12:38:02.079267 10507 ts_tablet_manager.cc:1434] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:38:02.080003 10508 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:02.080308 10507 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: Bootstrap starting.
I20260630 12:38:02.082046 10509 raft_consensus.cc:359] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.082751 10509 raft_consensus.cc:385] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.083086 10509 raft_consensus.cc:740] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.083912 10509 consensus_queue.cc:260] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.086153 10507 tablet_bootstrap.cc:654] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.086419 10508 tablet_bootstrap.cc:654] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.088636 10509 ts_tablet_manager.cc:1434] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.000s
I20260630 12:38:02.089751 10509 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:02.095378 10508 tablet_bootstrap.cc:492] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:02.095763 10509 tablet_bootstrap.cc:654] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.096187 10508 ts_tablet_manager.cc:1403] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.016s	user 0.015s	sys 0.000s
I20260630 12:38:02.099510 10508 raft_consensus.cc:359] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.101419 10508 raft_consensus.cc:385] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.101765 10508 raft_consensus.cc:740] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.102936 10507 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: No bootstrap required, opened a new log
I20260630 12:38:02.102533 10508 consensus_queue.cc:260] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.103509 10507 ts_tablet_manager.cc:1403] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: Time spent bootstrapping tablet: real 0.023s	user 0.013s	sys 0.007s
I20260630 12:38:02.105211 10508 ts_tablet_manager.cc:1434] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.008s	user 0.002s	sys 0.003s
I20260630 12:38:02.106309 10508 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:02.106428 10507 raft_consensus.cc:359] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.107230 10507 raft_consensus.cc:385] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.107573 10507 raft_consensus.cc:740] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.108433 10507 consensus_queue.cc:260] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.113055 10457 raft_consensus.cc:493] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.113559 10507 ts_tablet_manager.cc:1434] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:38:02.113181 10508 tablet_bootstrap.cc:654] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.113624 10457 raft_consensus.cc:515] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.116451 10457 leader_election.cc:290] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.123792 10508 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:02.124401 10509 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:02.124541 10508 ts_tablet_manager.cc:1403] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.018s	user 0.013s	sys 0.000s
I20260630 12:38:02.128562 10465 raft_consensus.cc:493] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.129067 10465 raft_consensus.cc:515] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.129313 10508 raft_consensus.cc:359] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.130090 10508 raft_consensus.cc:385] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.130388 10508 raft_consensus.cc:740] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.131138 10508 consensus_queue.cc:260] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.133518 10508 ts_tablet_manager.cc:1434] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:02.134573 10508 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: Bootstrap starting.
I20260630 12:38:02.137706 10509 ts_tablet_manager.cc:1403] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.048s	user 0.009s	sys 0.016s
I20260630 12:38:02.141100 10508 tablet_bootstrap.cc:654] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.140765 10509 raft_consensus.cc:359] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.141786 10509 raft_consensus.cc:385] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.143180 10509 raft_consensus.cc:740] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.142563 10465 leader_election.cc:290] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:38:02.145833 10509 consensus_queue.cc:260] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.148541 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fe6f027f76b4e56a7ee27a155724d74" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef" is_pre_election: true
I20260630 12:38:02.149299 10254 raft_consensus.cc:2468] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 0.
I20260630 12:38:02.149927 10509 ts_tablet_manager.cc:1434] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260630 12:38:02.151010 10509 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: Bootstrap starting.
I20260630 12:38:02.150904 10294 leader_election.cc:304] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 528e7ed875e04e969a197d838b6170ef, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.151906 10457 raft_consensus.cc:2804] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.152287 10457 raft_consensus.cc:493] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.152623 10457 raft_consensus.cc:3060] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.161062 10509 tablet_bootstrap.cc:654] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:02.161249 10460 raft_consensus.cc:493] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.161728 10460 raft_consensus.cc:515] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.163920 10460 leader_election.cc:290] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.165283 10457 raft_consensus.cc:515] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.167618 10457 leader_election.cc:290] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Requested vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.172331 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e78811bbbc84547ab629a4b7dd94ffd" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef" is_pre_election: true
I20260630 12:38:02.173174 10254 raft_consensus.cc:2468] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 0.
I20260630 12:38:02.173321 10455 raft_consensus.cc:493] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.173894 10509 tablet_bootstrap.cc:492] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: No bootstrap required, opened a new log
I20260630 12:38:02.173851 10455 raft_consensus.cc:515] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.174508 10509 ts_tablet_manager.cc:1403] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: Time spent bootstrapping tablet: real 0.024s	user 0.006s	sys 0.005s
I20260630 12:38:02.175554 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fe6f027f76b4e56a7ee27a155724d74" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef"
I20260630 12:38:02.176141 10254 raft_consensus.cc:3060] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.179786 10329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673" is_pre_election: true
I20260630 12:38:02.179654 10509 raft_consensus.cc:359] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.180526 10329 raft_consensus.cc:2468] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 0.
I20260630 12:38:02.181272 10403 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fe6f027f76b4e56a7ee27a155724d74" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.181957 10403 raft_consensus.cc:2468] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 0.
I20260630 12:38:02.182390 10402 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e78811bbbc84547ab629a4b7dd94ffd" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.183045 10402 raft_consensus.cc:2468] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 0.
I20260630 12:38:02.183177 10366 leader_election.cc:304] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.184065 10465 raft_consensus.cc:2804] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.184259 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6fe6f027f76b4e56a7ee27a155724d74" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
I20260630 12:38:02.184475 10465 raft_consensus.cc:493] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.184844 10465 raft_consensus.cc:3060] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.184904 10401 raft_consensus.cc:3060] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.186837 10455 leader_election.cc:290] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.188820 10254 raft_consensus.cc:2468] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 1.
I20260630 12:38:02.183099 10294 leader_election.cc:304] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 528e7ed875e04e969a197d838b6170ef, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.190481 10457 raft_consensus.cc:2804] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.190940 10457 raft_consensus.cc:493] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.191321 10457 raft_consensus.cc:3060] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.191915 10465 raft_consensus.cc:515] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.192260 10401 raft_consensus.cc:2468] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 1.
I20260630 12:38:02.180514 10509 raft_consensus.cc:385] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.193778 10509 raft_consensus.cc:740] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.195056 10509 consensus_queue.cc:260] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.195798 10329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673"
I20260630 12:38:02.196399 10329 raft_consensus.cc:3060] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.199061 10294 leader_election.cc:304] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.199612 10509 ts_tablet_manager.cc:1434] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: Time spent starting tablet: real 0.025s	user 0.007s	sys 0.000s
I20260630 12:38:02.200047 10460 raft_consensus.cc:2804] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.204113 10329 raft_consensus.cc:2468] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 1.
I20260630 12:38:02.205389 10366 leader_election.cc:304] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.206292 10468 raft_consensus.cc:2804] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.206776 10468 raft_consensus.cc:697] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Becoming Leader. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Running, Role: LEADER
I20260630 12:38:02.207567 10468 consensus_queue.cc:237] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.208030 10457 raft_consensus.cc:515] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.208011 10508 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: No bootstrap required, opened a new log
I20260630 12:38:02.201028 10465 leader_election.cc:290] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Requested vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:38:02.211375 10457 leader_election.cc:290] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Requested vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.212524 10508 ts_tablet_manager.cc:1403] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent bootstrapping tablet: real 0.078s	user 0.016s	sys 0.008s
I20260630 12:38:02.211953 10460 raft_consensus.cc:697] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Becoming Leader. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Running, Role: LEADER
I20260630 12:38:02.216693 10460 consensus_queue.cc:237] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.218333 10508 raft_consensus.cc:359] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.219197 10508 raft_consensus.cc:385] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:02.219660 10508 raft_consensus.cc:740] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Initialized, Role: FOLLOWER
I20260630 12:38:02.220536 10508 consensus_queue.cc:260] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.223227 10508 ts_tablet_manager.cc:1434] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:38:02.226085 10455 raft_consensus.cc:493] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.226145 10253 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef" is_pre_election: true
I20260630 12:38:02.227048 10455 raft_consensus.cc:515] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.227456 10252 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef"
I20260630 12:38:02.227348 10253 raft_consensus.cc:2468] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 0.
I20260630 12:38:02.229022 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e78811bbbc84547ab629a4b7dd94ffd" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef"
I20260630 12:38:02.229285 10455 leader_election.cc:290] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.229699 10254 raft_consensus.cc:3060] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.233122 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "6e78811bbbc84547ab629a4b7dd94ffd" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
I20260630 12:38:02.233765 10401 raft_consensus.cc:3060] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.240134 10538 raft_consensus.cc:493] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.241999 10538 raft_consensus.cc:515] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.244263 10403 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.245078 10403 raft_consensus.cc:2468] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 0.
I20260630 12:38:02.247529 10219 leader_election.cc:304] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:02.249647 10402 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.251216 10455 raft_consensus.cc:2804] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.253562 10254 raft_consensus.cc:2468] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 1.
I20260630 12:38:02.254439 10455 raft_consensus.cc:493] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.256630 10455 raft_consensus.cc:3060] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.257226 10294 leader_election.cc:304] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 528e7ed875e04e969a197d838b6170ef, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.260946 10460 raft_consensus.cc:2804] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.261523 10460 raft_consensus.cc:697] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Becoming Leader. State: Replica: 5efb0e232d01457e96c2388b2ed3c673, State: Running, Role: LEADER
I20260630 12:38:02.259181 10401 raft_consensus.cc:2468] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 1.
I20260630 12:38:02.263407 10538 leader_election.cc:290] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.263825 10329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e1a2bf6c447341d290ec5d4bf1df831e" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673" is_pre_election: true
I20260630 12:38:02.266311 10329 raft_consensus.cc:2393] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 528e7ed875e04e969a197d838b6170ef in current term 1: Already voted for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in this term.
I20260630 12:38:02.266186 10328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673" is_pre_election: true
I20260630 12:38:02.265897 10460 consensus_queue.cc:237] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.269727 10217 leader_election.cc:304] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [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: 528e7ed875e04e969a197d838b6170ef; no voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673
I20260630 12:38:02.270428 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef" is_pre_election: true
I20260630 12:38:02.267520 10328 raft_consensus.cc:2468] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 0.
I20260630 12:38:02.274695 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "5efb0e232d01457e96c2388b2ed3c673" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.275528 10401 raft_consensus.cc:2468] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5efb0e232d01457e96c2388b2ed3c673 in term 0.
I20260630 12:38:02.276161 10144 catalog_manager.cc:5697] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:02.280805 10455 raft_consensus.cc:515] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.282387 10254 raft_consensus.cc:2393] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 5efb0e232d01457e96c2388b2ed3c673 in current term 1: Already voted for candidate 528e7ed875e04e969a197d838b6170ef in this term.
I20260630 12:38:02.283725 10455 leader_election.cc:290] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Requested vote from peers 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.284348 10455 raft_consensus.cc:3060] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.284881 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
I20260630 12:38:02.285487 10401 raft_consensus.cc:3060] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.288138 10468 raft_consensus.cc:493] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.289152 10468 raft_consensus.cc:515] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.289714 10328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "981cbde1b8334f0a83cf5e532dabc2de" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673"
I20260630 12:38:02.290323 10328 raft_consensus.cc:3060] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.291939 10468 leader_election.cc:290] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:38:02.293056 10329 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8804ba870d944d98968adb764f0d524e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673" is_pre_election: true
I20260630 12:38:02.293725 10329 raft_consensus.cc:2468] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 0.
I20260630 12:38:02.295239 10455 raft_consensus.cc:2749] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:02.295460 10366 leader_election.cc:304] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.297582 10468 raft_consensus.cc:2804] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.298002 10468 raft_consensus.cc:493] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.293445 10147 catalog_manager.cc:5697] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5efb0e232d01457e96c2388b2ed3c673" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:02.302917 10468 raft_consensus.cc:3060] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.294042 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8804ba870d944d98968adb764f0d524e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef" is_pre_election: true
I20260630 12:38:02.303922 10254 raft_consensus.cc:2468] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 0.
I20260630 12:38:02.305116 10294 leader_election.cc:304] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.308301 10401 raft_consensus.cc:2468] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 1.
I20260630 12:38:02.310058 10219 leader_election.cc:304] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:02.307401 10328 raft_consensus.cc:2468] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 1.
I20260630 12:38:02.310472 10468 raft_consensus.cc:515] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.311096 10541 raft_consensus.cc:2804] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.311311 10460 raft_consensus.cc:2764] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:38:02.312554 10541 raft_consensus.cc:697] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Becoming Leader. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Running, Role: LEADER
I20260630 12:38:02.313426 10254 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8804ba870d944d98968adb764f0d524e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "528e7ed875e04e969a197d838b6170ef"
I20260630 12:38:02.314051 10254 raft_consensus.cc:3060] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.313572 10541 consensus_queue.cc:237] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.318969 10147 catalog_manager.cc:5697] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5efb0e232d01457e96c2388b2ed3c673" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:02.321174 10254 raft_consensus.cc:2468] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 1.
I20260630 12:38:02.321523 10144 catalog_manager.cc:5697] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 528e7ed875e04e969a197d838b6170ef (127.0.197.1). New cstate: current_term: 1 leader_uuid: "528e7ed875e04e969a197d838b6170ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:02.322575 10368 leader_election.cc:304] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:02.323062 10328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8804ba870d944d98968adb764f0d524e" candidate_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673"
I20260630 12:38:02.323498 10465 raft_consensus.cc:2804] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.323639 10328 raft_consensus.cc:3060] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.324045 10465 raft_consensus.cc:697] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Becoming Leader. State: Replica: 2cb7503f2c304eb8838b42c1d57e8e41, State: Running, Role: LEADER
I20260630 12:38:02.324872 10465 consensus_queue.cc:237] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.328819 10328 raft_consensus.cc:2468] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2cb7503f2c304eb8838b42c1d57e8e41 in term 1.
I20260630 12:38:02.330399 10468 leader_election.cc:290] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [CANDIDATE]: Term 1 election: Requested vote from peers 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277), 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:38:02.335474 10147 catalog_manager.cc:5697] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: term changed from 0 to 1, leader changed from <none> to 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: HEALTHY } } }
W20260630 12:38:02.370759 10200 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:02.449223 10541 raft_consensus.cc:493] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:02.449831 10541 raft_consensus.cc:515] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.451551 10541 leader_election.cc:290] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.452382 10328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70fb620928e046868c58a383bc8e45a8" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673" is_pre_election: true
I20260630 12:38:02.452557 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70fb620928e046868c58a383bc8e45a8" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" is_pre_election: true
I20260630 12:38:02.452971 10328 raft_consensus.cc:2468] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 0.
I20260630 12:38:02.453200 10401 raft_consensus.cc:2468] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 0.
I20260630 12:38:02.453991 10217 leader_election.cc:304] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 528e7ed875e04e969a197d838b6170ef, 5efb0e232d01457e96c2388b2ed3c673; no voters: 
I20260630 12:38:02.454712 10541 raft_consensus.cc:2804] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:02.455096 10541 raft_consensus.cc:493] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:02.455366 10541 raft_consensus.cc:3060] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.460251 10541 raft_consensus.cc:515] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.461948 10541 leader_election.cc:290] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Requested vote from peers 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993), 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:02.462549 10328 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70fb620928e046868c58a383bc8e45a8" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5efb0e232d01457e96c2388b2ed3c673"
I20260630 12:38:02.462908 10401 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "70fb620928e046868c58a383bc8e45a8" candidate_uuid: "528e7ed875e04e969a197d838b6170ef" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2cb7503f2c304eb8838b42c1d57e8e41"
I20260630 12:38:02.463197 10328 raft_consensus.cc:3060] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.463507 10401 raft_consensus.cc:3060] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:02.470160 10401 raft_consensus.cc:2468] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 1.
I20260630 12:38:02.470163 10328 raft_consensus.cc:2468] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 528e7ed875e04e969a197d838b6170ef in term 1.
I20260630 12:38:02.471498 10219 leader_election.cc:304] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2cb7503f2c304eb8838b42c1d57e8e41, 528e7ed875e04e969a197d838b6170ef; no voters: 
I20260630 12:38:02.472108 10541 raft_consensus.cc:2804] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:02.472612 10541 raft_consensus.cc:697] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Becoming Leader. State: Replica: 528e7ed875e04e969a197d838b6170ef, State: Running, Role: LEADER
I20260630 12:38:02.473455 10541 consensus_queue.cc:237] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } }
I20260630 12:38:02.483127 10147 catalog_manager.cc:5697] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef reported cstate change: term changed from 0 to 1, leader changed from <none> to 528e7ed875e04e969a197d838b6170ef (127.0.197.1). New cstate: current_term: 1 leader_uuid: "528e7ed875e04e969a197d838b6170ef" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:02.701567 10465 consensus_queue.cc:1048] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:02.714919 10460 consensus_queue.cc:1048] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:02.730134 10460 consensus_queue.cc:1048] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:02.761826 10465 consensus_queue.cc:1048] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:02.764236 10460 consensus_queue.cc:1048] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260630 12:38:02.782460 10541 consensus_queue.cc:1048] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:02.794277 10541 consensus_queue.cc:1048] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:02.881718 10468 consensus_queue.cc:1048] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:38:02.877619 10465 consensus_queue.cc:1048] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.008s
I20260630 12:38:02.908697 10460 consensus_queue.cc:1048] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:02.965317 10567 consensus_queue.cc:1048] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260630 12:38:02.989724 10455 consensus_queue.cc:1048] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
W20260630 12:38:03.721915 10219 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.3:36305, user_credentials={real_user=slave}} blocked reactor thread for 112449us
W20260630 12:38:04.022537 10549 meta_cache.cc:1261] Time spent looking up entry by key: real 0.053s	user 0.002s	sys 0.000s
W20260630 12:38:04.139734 10549 meta_cache.cc:1261] Time spent looking up entry by key: real 0.050s	user 0.001s	sys 0.000s
W20260630 12:38:04.143165 10548 meta_cache.cc:1261] Time spent looking up entry by key: real 0.054s	user 0.006s	sys 0.003s
W20260630 12:38:04.256912 10217 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.2:33993, user_credentials={real_user=slave}} blocked reactor thread for 189564us
I20260630 12:38:04.345479   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:04.352988 10610 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:04.354719 10613 instance_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:38:04.354913 10611 instance_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:04.357044   788 server_base.cc:1061] running on GCE node
I20260630 12:38:04.358413   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:04.358616   788 system_unsync_time.cc:38] NTP support is disabled. Clock error bounds will not be accurate. This configuration is not suitable for distributed clusters.
I20260630 12:38:04.358762   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823084358750 us; error 0 us; skew 500 ppm
I20260630 12:38:04.359292   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:04.361928   788 webserver.cc:533] Webserver started at http://127.0.197.4:42319/ using document root <none> and password file <none>
I20260630 12:38:04.362454   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:04.362665   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:04.363000   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:04.364291   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "646992171b4f4ea1aaab271c75e9ba69"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-0dvn"
I20260630 12:38:04.369100   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.007s
I20260630 12:38:04.372453 10618 log_block_manager.cc:4031] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.373267   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:04.373601   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "646992171b4f4ea1aaab271c75e9ba69"
format_stamp: "Formatted at 2026-06-30 12:38:04 on dist-test-slave-0dvn"
I20260630 12:38:04.373885   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash.1782822861066773-788-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:04.401168   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:04.402439   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:04.404040   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:04.406404   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:04.406633   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.406872   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:04.407059   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:04.448343   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:42101
I20260630 12:38:04.448457 10680 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:42101 every 8 connection(s)
I20260630 12:38:04.462791 10681 heartbeater.cc:344] Connected to a master server at 127.0.197.62:46503
I20260630 12:38:04.463174 10681 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:04.463873 10681 heartbeater.cc:507] Master 127.0.197.62:46503 requested a full tablet report, sending...
I20260630 12:38:04.465816 10144 ts_manager.cc:194] Registered new tserver with Master: 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4:42101)
I20260630 12:38:04.467456 10144 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:58688
I20260630 12:38:04.555260 10402 consensus_queue.cc:237] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:04.561852 10252 raft_consensus.cc:1275] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Refusing update from remote peer 2cb7503f2c304eb8838b42c1d57e8e41: 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:04.563370 10329 raft_consensus.cc:1275] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Refusing update from remote peer 2cb7503f2c304eb8838b42c1d57e8e41: 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:04.563760 10566 consensus_queue.cc:1048] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } 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:04.564975 10607 consensus_queue.cc:1048] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:04.571250 10467 raft_consensus.cc:2955] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.573599 10252 raft_consensus.cc:2955] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.573966 10329 raft_consensus.cc:2955] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
W20260630 12:38:04.576452 10366 consensus_peers.cc:597] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 -> Peer 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4:42101): Couldn't send request to peer 646992171b4f4ea1aaab271c75e9ba69. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8804ba870d944d98968adb764f0d524e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:04.592106 10144 catalog_manager.cc:5697] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:04.606379 10329 consensus_queue.cc:237] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:04.613037 10402 raft_consensus.cc:1275] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Refusing update from remote peer 5efb0e232d01457e96c2388b2ed3c673: 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:04.613638 10252 raft_consensus.cc:1275] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Refusing update from remote peer 5efb0e232d01457e96c2388b2ed3c673: 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:04.614705 10558 consensus_queue.cc:1048] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } 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:04.615540 10603 consensus_queue.cc:1048] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:04.622529 10460 raft_consensus.cc:2955] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.624521 10402 raft_consensus.cc:2955] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.631836 10252 raft_consensus.cc:2955] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
W20260630 12:38:04.635375 10292 consensus_peers.cc:597] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 -> Peer 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4:42101): Couldn't send request to peer 646992171b4f4ea1aaab271c75e9ba69. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 6e78811bbbc84547ab629a4b7dd94ffd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:04.644320 10148 catalog_manager.cc:5697] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 reported cstate change: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "5efb0e232d01457e96c2388b2ed3c673" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.645186 10402 consensus_queue.cc:237] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:04.651569 10329 raft_consensus.cc:1275] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Refusing update from remote peer 2cb7503f2c304eb8838b42c1d57e8e41: 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:04.652057 10252 raft_consensus.cc:1275] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Refusing update from remote peer 2cb7503f2c304eb8838b42c1d57e8e41: Log matching property violated. Preceding OpId in replica: term: 1 index: 15. Preceding OpId from leader: term: 1 index: 16. (index mismatch)
W20260630 12:38:04.652153 10366 consensus_peers.cc:597] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 -> Peer 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4:42101): Couldn't send request to peer 646992171b4f4ea1aaab271c75e9ba69. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e1a2bf6c447341d290ec5d4bf1df831e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:04.653189 10607 consensus_queue.cc:1048] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } 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:04.655179 10467 consensus_queue.cc:1048] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [LEADER]: Connected to new peer: Peer: permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:04.661145 10607 raft_consensus.cc:2955] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.662952 10329 raft_consensus.cc:2955] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.665679 10254 raft_consensus.cc:2955] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.677799 10148 catalog_manager.cc:5697] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 reported cstate change: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.690838 10254 consensus_queue.cc:237] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:04.697585 10402 raft_consensus.cc:1275] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Refusing update from remote peer 528e7ed875e04e969a197d838b6170ef: 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:04.699273 10567 consensus_queue.cc:1048] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } 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:04.703143 10329 raft_consensus.cc:1275] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Refusing update from remote peer 528e7ed875e04e969a197d838b6170ef: 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:04.704689 10609 consensus_queue.cc:1048] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [LEADER]: Connected to new peer: Peer: permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 16, Last known committed idx: 15, Time since last communication: 0.000s
I20260630 12:38:04.706044 10608 raft_consensus.cc:2955] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.707695 10402 raft_consensus.cc:2955] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.713964 10329 raft_consensus.cc:2955] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Committing config change with OpId 1.16: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New config: { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } } }
I20260630 12:38:04.720196 10150 catalog_manager.cc:5697] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef reported cstate change: config changed from index -1 to 16, NON_VOTER 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "528e7ed875e04e969a197d838b6170ef" committed_config { opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
W20260630 12:38:04.723354 10217 consensus_peers.cc:597] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef -> Peer 646992171b4f4ea1aaab271c75e9ba69 (127.0.197.4:42101): Couldn't send request to peer 646992171b4f4ea1aaab271c75e9ba69. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 981cbde1b8334f0a83cf5e532dabc2de. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:04.945168 10697 ts_tablet_manager.cc:933] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: Initiating tablet copy from peer 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
I20260630 12:38:04.946686 10697 tablet_copy_client.cc:323] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:36305
I20260630 12:38:04.956738 10413 tablet_copy_service.cc:140] P 2cb7503f2c304eb8838b42c1d57e8e41: Received BeginTabletCopySession request for tablet 8804ba870d944d98968adb764f0d524e from peer 646992171b4f4ea1aaab271c75e9ba69 ({username='slave'} at 127.0.0.1:33924)
I20260630 12:38:04.957342 10413 tablet_copy_service.cc:161] P 2cb7503f2c304eb8838b42c1d57e8e41: Beginning new tablet copy session on tablet 8804ba870d944d98968adb764f0d524e from peer 646992171b4f4ea1aaab271c75e9ba69 at {username='slave'} at 127.0.0.1:33924: session id = 646992171b4f4ea1aaab271c75e9ba69-8804ba870d944d98968adb764f0d524e
I20260630 12:38:04.965865 10413 tablet_copy_source_session.cc:215] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:04.968827 10697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8804ba870d944d98968adb764f0d524e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:04.969429   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:04.993170 10697 tablet_copy_client.cc:806] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:04.993956 10697 tablet_copy_client.cc:670] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:04.998865 10697 tablet_copy_client.cc:538] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:05.009106 10697 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: Bootstrap starting.
I20260630 12:38:05.027392   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:05.029721   788 tablet_replica.cc:333] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.030715   788 raft_consensus.cc:2243] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.031728   788 raft_consensus.cc:2272] T 70fb620928e046868c58a383bc8e45a8 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.035590   788 tablet_replica.cc:333] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.036419   788 raft_consensus.cc:2243] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.037140   788 raft_consensus.cc:2272] T 8804ba870d944d98968adb764f0d524e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.040486   788 tablet_replica.cc:333] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.041278   788 raft_consensus.cc:2243] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.041939   788 raft_consensus.cc:2272] T 6fe6f027f76b4e56a7ee27a155724d74 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.045331   788 tablet_replica.cc:333] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.046205   788 raft_consensus.cc:2243] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.046999   788 raft_consensus.cc:2272] T a5ebc1c8c2654c9a9a8d9397cfa009b3 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:05.047384 10368 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:05.050436   788 tablet_replica.cc:333] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.051369   788 raft_consensus.cc:2243] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.053525   788 raft_consensus.cc:2272] T 981cbde1b8334f0a83cf5e532dabc2de P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.057070   788 tablet_replica.cc:333] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.057842   788 raft_consensus.cc:2243] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.058480   788 raft_consensus.cc:2272] T e1a2bf6c447341d290ec5d4bf1df831e P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.061842   788 tablet_replica.cc:333] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.062589   788 raft_consensus.cc:2243] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.063320   788 raft_consensus.cc:2272] T 6e78811bbbc84547ab629a4b7dd94ffd P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:05.067083 10368 consensus_peers.cc:597] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 -> Peer 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277): Couldn't send request to peer 528e7ed875e04e969a197d838b6170ef. 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:05.068477   788 tablet_replica.cc:333] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef: stopping tablet replica
I20260630 12:38:05.069180   788 raft_consensus.cc:2243] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.069814   788 raft_consensus.cc:2272] T 8cbff9b205d5471ca97d9c5932aa3353 P 528e7ed875e04e969a197d838b6170ef [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.082500 10701 ts_tablet_manager.cc:933] T 6e78811bbbc84547ab629a4b7dd94ffd P 646992171b4f4ea1aaab271c75e9ba69: Initiating tablet copy from peer 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993)
I20260630 12:38:05.095449 10701 tablet_copy_client.cc:323] T 6e78811bbbc84547ab629a4b7dd94ffd P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:33993
I20260630 12:38:05.111944   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:05.139557 10697 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: 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:05.140599 10697 tablet_bootstrap.cc:492] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: Bootstrap complete.
I20260630 12:38:05.141376 10697 ts_tablet_manager.cc:1403] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: Time spent bootstrapping tablet: real 0.133s	user 0.103s	sys 0.020s
I20260630 12:38:05.144361 10697 raft_consensus.cc:359] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:05.144977   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:05.145232 10697 raft_consensus.cc:740] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 646992171b4f4ea1aaab271c75e9ba69, State: Initialized, Role: LEARNER
I20260630 12:38:05.146025 10697 consensus_queue.cc:260] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69 [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } attrs { replace: true } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:05.160415 10697 ts_tablet_manager.cc:1434] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: Time spent starting tablet: real 0.019s	user 0.007s	sys 0.007s
I20260630 12:38:05.161372 10681 heartbeater.cc:499] Master 127.0.197.62:46503 was elected leader, sending a full tablet report...
I20260630 12:38:05.162479 10413 tablet_copy_service.cc:342] P 2cb7503f2c304eb8838b42c1d57e8e41: Request end of tablet copy session 646992171b4f4ea1aaab271c75e9ba69-8804ba870d944d98968adb764f0d524e received from {username='slave'} at 127.0.0.1:33924
I20260630 12:38:05.163021 10413 tablet_copy_service.cc:434] P 2cb7503f2c304eb8838b42c1d57e8e41: ending tablet copy session 646992171b4f4ea1aaab271c75e9ba69-8804ba870d944d98968adb764f0d524e on tablet 8804ba870d944d98968adb764f0d524e with peer 646992171b4f4ea1aaab271c75e9ba69
I20260630 12:38:05.167132 10697 ts_tablet_manager.cc:933] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Initiating tablet copy from peer 2cb7503f2c304eb8838b42c1d57e8e41 (127.0.197.3:36305)
W20260630 12:38:05.171452 10294 consensus_peers.cc:597] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 -> Peer 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277): Couldn't send request to peer 528e7ed875e04e969a197d838b6170ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.185736 10697 tablet_copy_client.cc:323] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:36305
I20260630 12:38:05.187603 10413 tablet_copy_service.cc:140] P 2cb7503f2c304eb8838b42c1d57e8e41: Received BeginTabletCopySession request for tablet e1a2bf6c447341d290ec5d4bf1df831e from peer 646992171b4f4ea1aaab271c75e9ba69 ({username='slave'} at 127.0.0.1:33924)
I20260630 12:38:05.188174 10413 tablet_copy_service.cc:161] P 2cb7503f2c304eb8838b42c1d57e8e41: Beginning new tablet copy session on tablet e1a2bf6c447341d290ec5d4bf1df831e from peer 646992171b4f4ea1aaab271c75e9ba69 at {username='slave'} at 127.0.0.1:33924: session id = 646992171b4f4ea1aaab271c75e9ba69-e1a2bf6c447341d290ec5d4bf1df831e
W20260630 12:38:05.189123 10368 consensus_peers.cc:597] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 -> Peer 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277): Couldn't send request to peer 528e7ed875e04e969a197d838b6170ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.196566 10413 tablet_copy_source_session.cc:215] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:05.199620 10697 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e1a2bf6c447341d290ec5d4bf1df831e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:05.215615 10697 tablet_copy_client.cc:806] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:05.216156 10697 tablet_copy_client.cc:670] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Starting download of 1 WAL segments...
W20260630 12:38:05.224879 10294 consensus_peers.cc:597] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 -> Peer 528e7ed875e04e969a197d838b6170ef (127.0.197.1:38277): Couldn't send request to peer 528e7ed875e04e969a197d838b6170ef. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:38277: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.227551 10697 tablet_copy_client.cc:538] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:05.230954   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:05.231901   788 tablet_replica.cc:333] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.232774   788 raft_consensus.cc:2243] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.233613   788 raft_consensus.cc:2272] T 70fb620928e046868c58a383bc8e45a8 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.235059 10697 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Bootstrap starting.
I20260630 12:38:05.237190   788 tablet_replica.cc:333] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.238055   788 raft_consensus.cc:2243] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.238736   788 raft_consensus.cc:2272] T 8804ba870d944d98968adb764f0d524e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.242159   788 tablet_replica.cc:333] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.243157   788 raft_consensus.cc:2243] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.244259   788 raft_consensus.cc:2272] T 6fe6f027f76b4e56a7ee27a155724d74 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.247814   788 tablet_replica.cc:333] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.248622   788 raft_consensus.cc:2243] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.249505   788 raft_consensus.cc:2272] T b6dd06ee64844886b581b73d7f766aa4 P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.253345   788 tablet_replica.cc:333] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.254195   788 raft_consensus.cc:2243] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.254958   788 raft_consensus.cc:2272] T e961bb5a695b47a3a956f3130f60785f P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.258231   788 tablet_replica.cc:333] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.258986   788 raft_consensus.cc:2243] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.259569   788 raft_consensus.cc:2272] T 981cbde1b8334f0a83cf5e532dabc2de P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.262924   788 tablet_replica.cc:333] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.263652   788 raft_consensus.cc:2243] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.264866   788 raft_consensus.cc:2272] T 6e78811bbbc84547ab629a4b7dd94ffd P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.269306   788 tablet_replica.cc:333] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673: stopping tablet replica
I20260630 12:38:05.270071   788 raft_consensus.cc:2243] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.270740   788 raft_consensus.cc:2272] T e1a2bf6c447341d290ec5d4bf1df831e P 5efb0e232d01457e96c2388b2ed3c673 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:05.299428 10621 connection.cc:466] server connection from 127.0.0.1:42166 torn down before Call kudu.consensus.ConsensusService.StartTabletCopy from 127.0.0.1:42166 (request call id 1) could send its response
I20260630 12:38:05.300066   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:05.313665 10697 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Bootstrap replayed 1/1 log segments. Stats: ops{read=16 overwritten=0 applied=16 ignored=0} inserts{seen=124 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:05.314476 10697 tablet_bootstrap.cc:492] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Bootstrap complete.
I20260630 12:38:05.315052 10697 ts_tablet_manager.cc:1403] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Time spent bootstrapping tablet: real 0.080s	user 0.079s	sys 0.000s
I20260630 12:38:05.316948 10697 raft_consensus.cc:359] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 16 OBSOLETE_local: false peers { permanent_uuid: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:05.317581 10697 raft_consensus.cc:740] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 646992171b4f4ea1aaab271c75e9ba69, State: Initialized, Role: LEARNER
I20260630 12:38:05.318089 10697 consensus_queue.cc:260] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69 [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: "528e7ed875e04e969a197d838b6170ef" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 38277 } } peers { permanent_uuid: "5efb0e232d01457e96c2388b2ed3c673" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33993 } attrs { replace: true } } peers { permanent_uuid: "2cb7503f2c304eb8838b42c1d57e8e41" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36305 } } peers { permanent_uuid: "646992171b4f4ea1aaab271c75e9ba69" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 42101 } attrs { promote: true } }
I20260630 12:38:05.319880 10697 ts_tablet_manager.cc:1434] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:38:05.321798 10413 tablet_copy_service.cc:342] P 2cb7503f2c304eb8838b42c1d57e8e41: Request end of tablet copy session 646992171b4f4ea1aaab271c75e9ba69-e1a2bf6c447341d290ec5d4bf1df831e received from {username='slave'} at 127.0.0.1:33924
I20260630 12:38:05.322244 10413 tablet_copy_service.cc:434] P 2cb7503f2c304eb8838b42c1d57e8e41: ending tablet copy session 646992171b4f4ea1aaab271c75e9ba69-e1a2bf6c447341d290ec5d4bf1df831e on tablet e1a2bf6c447341d290ec5d4bf1df831e with peer 646992171b4f4ea1aaab271c75e9ba69
I20260630 12:38:05.332952   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
W20260630 12:38:05.344009 10366 consensus_peers.cc:597] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 -> Peer 5efb0e232d01457e96c2388b2ed3c673 (127.0.197.2:33993): Couldn't send request to peer 5efb0e232d01457e96c2388b2ed3c673. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.2:33993: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:05.364890   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:05.365804   788 tablet_replica.cc:333] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.366955   788 raft_consensus.cc:2243] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.368031   788 raft_consensus.cc:2272] T 8804ba870d944d98968adb764f0d524e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.371119   788 tablet_replica.cc:333] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.371757   788 raft_consensus.cc:2243] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.372236   788 raft_consensus.cc:2272] T 70fb620928e046868c58a383bc8e45a8 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.374359   788 tablet_replica.cc:333] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.374915   788 raft_consensus.cc:2243] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.375461   788 raft_consensus.cc:2272] T 981cbde1b8334f0a83cf5e532dabc2de P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.377995   788 tablet_replica.cc:333] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.378556   788 raft_consensus.cc:2243] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.379559   788 raft_consensus.cc:2272] T e1a2bf6c447341d290ec5d4bf1df831e P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.382294   788 tablet_replica.cc:333] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.382880   788 raft_consensus.cc:2243] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.383424   788 raft_consensus.cc:2272] T 6e78811bbbc84547ab629a4b7dd94ffd P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.386039   788 tablet_replica.cc:333] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.386580   788 raft_consensus.cc:2243] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:05.387065   788 raft_consensus.cc:2272] T 6fe6f027f76b4e56a7ee27a155724d74 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.389077   788 tablet_replica.cc:333] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.389623   788 raft_consensus.cc:2243] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.390139   788 raft_consensus.cc:2272] T 36871d58078849f9a8c4aacefe3ff124 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.392455   788 tablet_replica.cc:333] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41: stopping tablet replica
I20260630 12:38:05.392930   788 raft_consensus.cc:2243] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.393566   788 raft_consensus.cc:2272] T c1625aa73642425ea786c771a73e4662 P 2cb7503f2c304eb8838b42c1d57e8e41 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.422978   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:05.446013   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:38:05.469549   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:05.470706   788 tablet_replica.cc:333] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69: stopping tablet replica
I20260630 12:38:05.471479   788 raft_consensus.cc:2243] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:05.471946   788 raft_consensus.cc:2272] T e1a2bf6c447341d290ec5d4bf1df831e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:05.474839   788 tablet_replica.cc:333] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69: stopping tablet replica
I20260630 12:38:05.475502   788 raft_consensus.cc:2243] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:05.475971   788 raft_consensus.cc:2272] T 8804ba870d944d98968adb764f0d524e P 646992171b4f4ea1aaab271c75e9ba69 [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:05.488130   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:38:05.503404   788 master.cc:562] Master@127.0.197.62:46503 shutting down...
W20260630 12:38:05.526795 10200 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:05.528023   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:05.528545   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:05.528894   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 4cc7d970f45d4e4ba5aba57124739ee8: stopping tablet replica
I20260630 12:38:05.551961   788 master.cc:584] Master@127.0.197.62:46503 shutdown complete.
[       OK ] AutoRebalancerTest.TestReplicaRebalancingMixedRFNoCrash (6379 ms)
[ RUN      ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale
I20260630 12:38:05.602784   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:33701
I20260630 12:38:05.604156   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:05.609524 10709 instance_detector.cc: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:05.609692 10710 instance_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:05.612421   788 server_base.cc:1061] running on GCE node
W20260630 12:38:05.612320 10712 instance_detector.cc: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:05.613770   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:05.613992   788 system_unsync_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:05.614135   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823085614122 us; error 0 us; skew 500 ppm
I20260630 12:38:05.614674   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:05.617165   788 webserver.cc:533] Webserver started at http://127.0.197.62:37669/ using document root <none> and password file <none>
I20260630 12:38:05.617676   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:05.617861   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:05.618147   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:05.619225   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "3869dbaac7f2437c9e1f841cde36ad99"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.623615   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:05.627126 10717 log_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:05.628031   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:05.628283   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "3869dbaac7f2437c9e1f841cde36ad99"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.628515   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-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:05.670535   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:05.671597   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:05.707814   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:33701
I20260630 12:38:05.707921 10768 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:33701 every 8 connection(s)
I20260630 12:38:05.711798 10769 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:05.721971 10769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99: Bootstrap starting.
I20260630 12:38:05.727144 10769 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:05.731488 10769 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99: No bootstrap required, opened a new log
I20260630 12:38:05.733943 10769 raft_consensus.cc:359] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER }
I20260630 12:38:05.734349 10769 raft_consensus.cc:385] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:05.734555 10769 raft_consensus.cc:740] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3869dbaac7f2437c9e1f841cde36ad99, State: Initialized, Role: FOLLOWER
I20260630 12:38:05.735142 10769 consensus_queue.cc:260] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER }
I20260630 12:38:05.735612 10769 raft_consensus.cc:399] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:05.735819 10769 raft_consensus.cc:493] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:05.736076 10769 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:05.740754 10769 raft_consensus.cc:515] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER }
I20260630 12:38:05.741281 10769 leader_election.cc:304] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [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: 3869dbaac7f2437c9e1f841cde36ad99; no voters: 
I20260630 12:38:05.742457 10769 leader_election.cc:290] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:05.742918 10772 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:05.744596 10772 raft_consensus.cc:697] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 1 LEADER]: Becoming Leader. State: Replica: 3869dbaac7f2437c9e1f841cde36ad99, State: Running, Role: LEADER
I20260630 12:38:05.745189 10769 sys_catalog.cc:565] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:05.745281 10772 consensus_queue.cc:237] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [LEADER]: Queue going to LEADER mode. State: All 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: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER }
I20260630 12:38:05.750298 10773 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "3869dbaac7f2437c9e1f841cde36ad99" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER } }
I20260630 12:38:05.750945 10773 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:05.751102 10774 sys_catalog.cc:455] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 3869dbaac7f2437c9e1f841cde36ad99. Latest consensus state: current_term: 1 leader_uuid: "3869dbaac7f2437c9e1f841cde36ad99" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "3869dbaac7f2437c9e1f841cde36ad99" member_type: VOTER } }
I20260630 12:38:05.751760 10774 sys_catalog.cc:458] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:05.754527 10782 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:05.760694 10782 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:05.761941   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:05.769729 10782 catalog_manager.cc:1383] Generated new cluster ID: b0a1633b8163497c976b3bc04cda3a0c
I20260630 12:38:05.770072 10782 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:05.783495 10782 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:05.784754 10782 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:05.796166 10782 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99: Generated new TSK 0
I20260630 12:38:05.796717 10782 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:05.828668   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:05.834852 10790 instance_detector.cc: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:05.835666 10791 instance_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:05.837225 10793 instance_detector.cc: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:05.838231   788 server_base.cc:1061] running on GCE node
I20260630 12:38:05.839092   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:05.839322   788 system_unsync_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:05.839498   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823085839463 us; error 0 us; skew 500 ppm
I20260630 12:38:05.840001   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:05.842263   788 webserver.cc:533] Webserver started at http://127.0.197.1:36677/ using document root <none> and password file <none>
I20260630 12:38:05.842718   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:05.842912   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:05.843178   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:05.844228   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "d4167ed2e44149199e512787ee19b40d"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.848697   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:05.851972 10798 log_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:05.852787   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:05.853073   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "d4167ed2e44149199e512787ee19b40d"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.853351   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-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:05.863029   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:05.864007   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:05.865340   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:05.867561   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:05.867760   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.868027   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:05.868170   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.905133   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:42845
I20260630 12:38:05.905246 10860 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:42845 every 8 connection(s)
I20260630 12:38:05.910126   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:05.917110 10865 instance_detector.cc: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:05.917658 10866 instance_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:05.921083   788 server_base.cc:1061] running on GCE node
W20260630 12:38:05.921919 10869 instance_detector.cc: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:05.922784 10861 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33701
I20260630 12:38:05.923169 10861 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:05.923950 10861 heartbeater.cc:507] Master 127.0.197.62:33701 requested a full tablet report, sending...
I20260630 12:38:05.924304   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:05.924593   788 system_unsync_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:05.924818   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823085924795 us; error 0 us; skew 500 ppm
I20260630 12:38:05.925549   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:05.926244 10734 ts_manager.cc:194] Registered new tserver with Master: d4167ed2e44149199e512787ee19b40d (127.0.197.1:42845)
I20260630 12:38:05.928158 10734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51028
I20260630 12:38:05.928280   788 webserver.cc:533] Webserver started at http://127.0.197.2:35859/ using document root <none> and password file <none>
I20260630 12:38:05.928869   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:05.929121   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:05.929482   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:05.930720   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "b2f587cbd1304f82a373e75a50f5e079"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.935060   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:05.938386 10873 log_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:05.939164   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:05.939453   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "b2f587cbd1304f82a373e75a50f5e079"
format_stamp: "Formatted at 2026-06-30 12:38:05 on dist-test-slave-0dvn"
I20260630 12:38:05.939760   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-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:05.953526   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:05.954651   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:05.955998   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:05.958149   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:05.958369   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.958604   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:05.958786   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:05.995883   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:42215
I20260630 12:38:05.995991 10935 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:42215 every 8 connection(s)
I20260630 12:38:06.000576   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:06.007494 10939 instance_detector.cc: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:06.009184 10940 instance_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:06.012251   788 server_base.cc:1061] running on GCE node
W20260630 12:38:06.012794 10942 instance_detector.cc: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:06.013491 10936 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33701
I20260630 12:38:06.013916 10936 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:06.014045   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:06.014338   788 system_unsync_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:06.014537   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823086014518 us; error 0 us; skew 500 ppm
I20260630 12:38:06.014797 10936 heartbeater.cc:507] Master 127.0.197.62:33701 requested a full tablet report, sending...
I20260630 12:38:06.015277   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:06.017160 10734 ts_manager.cc:194] Registered new tserver with Master: b2f587cbd1304f82a373e75a50f5e079 (127.0.197.2:42215)
I20260630 12:38:06.018217   788 webserver.cc:533] Webserver started at http://127.0.197.3:32821/ using document root <none> and password file <none>
I20260630 12:38:06.018869   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:06.019094   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:06.019068 10734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51030
I20260630 12:38:06.019652   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:06.021142   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "3f3ee19063cd45cf88240280124489e3"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.025540   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:06.028556 10947 log_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:06.029309   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:06.029644   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "3f3ee19063cd45cf88240280124489e3"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.029912   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale.1782822861066773-788-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:06.064240   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:06.065845   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:06.067978   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:06.071422   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:06.071710   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:06.071970   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:06.072247   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:06.110838   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:36027
I20260630 12:38:06.110958 11009 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:36027 every 8 connection(s)
I20260630 12:38:06.124033 11010 heartbeater.cc:344] Connected to a master server at 127.0.197.62:33701
I20260630 12:38:06.124478 11010 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:06.125190 11010 heartbeater.cc:507] Master 127.0.197.62:33701 requested a full tablet report, sending...
I20260630 12:38:06.127149 10734 ts_manager.cc:194] Registered new tserver with Master: 3f3ee19063cd45cf88240280124489e3 (127.0.197.3:36027)
I20260630 12:38:06.127322   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013387461s
I20260630 12:38:06.128516 10734 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:51036
I20260630 12:38:06.154238 10734 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:51042:
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:06.156260 10734 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:06.199023 10826 tablet_service.cc:1511] Processing CreateTablet for tablet 101e836742c2477dbf4c22d06b038fde (DEFAULT_TABLE table=test-workload [id=2d54357aa168464199c2e2fefe1c427c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:06.199453 10901 tablet_service.cc:1511] Processing CreateTablet for tablet 101e836742c2477dbf4c22d06b038fde (DEFAULT_TABLE table=test-workload [id=2d54357aa168464199c2e2fefe1c427c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:06.200379 10826 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 101e836742c2477dbf4c22d06b038fde. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.200659 10901 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 101e836742c2477dbf4c22d06b038fde. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.214224 10975 tablet_service.cc:1511] Processing CreateTablet for tablet 101e836742c2477dbf4c22d06b038fde (DEFAULT_TABLE table=test-workload [id=2d54357aa168464199c2e2fefe1c427c]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:06.215593 10975 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 101e836742c2477dbf4c22d06b038fde. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:06.217123 11025 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: Bootstrap starting.
I20260630 12:38:06.223089 11025 tablet_bootstrap.cc:654] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.223462 11026 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Bootstrap starting.
I20260630 12:38:06.227876 11025 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: No bootstrap required, opened a new log
I20260630 12:38:06.228335 11025 ts_tablet_manager.cc:1403] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: Time spent bootstrapping tablet: real 0.012s	user 0.010s	sys 0.000s
I20260630 12:38:06.230296 11026 tablet_bootstrap.cc:654] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.231407 11025 raft_consensus.cc:359] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.232239 11025 raft_consensus.cc:385] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.232523 11025 raft_consensus.cc:740] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b2f587cbd1304f82a373e75a50f5e079, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.233418 11025 consensus_queue.cc:260] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.235754 10936 heartbeater.cc:499] Master 127.0.197.62:33701 was elected leader, sending a full tablet report...
I20260630 12:38:06.236248 11025 ts_tablet_manager.cc:1434] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: Time spent starting tablet: real 0.008s	user 0.008s	sys 0.000s
I20260630 12:38:06.239071 11030 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: Bootstrap starting.
I20260630 12:38:06.239379 11026 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: No bootstrap required, opened a new log
I20260630 12:38:06.239866 11026 ts_tablet_manager.cc:1403] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Time spent bootstrapping tablet: real 0.017s	user 0.010s	sys 0.005s
I20260630 12:38:06.242268 11026 raft_consensus.cc:359] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.243016 11026 raft_consensus.cc:385] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.243294 11026 raft_consensus.cc:740] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d4167ed2e44149199e512787ee19b40d, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.244343 11026 consensus_queue.cc:260] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.246214 11030 tablet_bootstrap.cc:654] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.247836 10861 heartbeater.cc:499] Master 127.0.197.62:33701 was elected leader, sending a full tablet report...
I20260630 12:38:06.249269 11026 ts_tablet_manager.cc:1434] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Time spent starting tablet: real 0.009s	user 0.009s	sys 0.000s
I20260630 12:38:06.252399 11030 tablet_bootstrap.cc:492] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: No bootstrap required, opened a new log
I20260630 12:38:06.252976 11030 ts_tablet_manager.cc:1403] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: Time spent bootstrapping tablet: real 0.014s	user 0.011s	sys 0.000s
I20260630 12:38:06.255597 11030 raft_consensus.cc:359] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.256126 11030 raft_consensus.cc:385] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.256371 11030 raft_consensus.cc:740] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3f3ee19063cd45cf88240280124489e3, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.256990 11030 consensus_queue.cc:260] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.258656 11010 heartbeater.cc:499] Master 127.0.197.62:33701 was elected leader, sending a full tablet report...
I20260630 12:38:06.259186 11030 ts_tablet_manager.cc:1434] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.003s
I20260630 12:38:06.357818 11031 raft_consensus.cc:493] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:06.358369 11031 raft_consensus.cc:515] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.360433 11031 leader_election.cc:290] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers b2f587cbd1304f82a373e75a50f5e079 (127.0.197.2:42215), 3f3ee19063cd45cf88240280124489e3 (127.0.197.3:36027)
I20260630 12:38:06.369017 10911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "101e836742c2477dbf4c22d06b038fde" candidate_uuid: "d4167ed2e44149199e512787ee19b40d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2f587cbd1304f82a373e75a50f5e079" is_pre_election: true
I20260630 12:38:06.369930 10911 raft_consensus.cc:2468] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4167ed2e44149199e512787ee19b40d in term 0.
I20260630 12:38:06.370971 10800 leader_election.cc:304] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b2f587cbd1304f82a373e75a50f5e079, d4167ed2e44149199e512787ee19b40d; no voters: 
I20260630 12:38:06.371068 10985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "101e836742c2477dbf4c22d06b038fde" candidate_uuid: "d4167ed2e44149199e512787ee19b40d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f3ee19063cd45cf88240280124489e3" is_pre_election: true
I20260630 12:38:06.371717 11031 raft_consensus.cc:2804] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:06.371785 10985 raft_consensus.cc:2468] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d4167ed2e44149199e512787ee19b40d in term 0.
I20260630 12:38:06.372071 11031 raft_consensus.cc:493] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:06.372470 11031 raft_consensus.cc:3060] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.377851 11031 raft_consensus.cc:515] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.379599 11031 leader_election.cc:290] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [CANDIDATE]: Term 1 election: Requested vote from peers b2f587cbd1304f82a373e75a50f5e079 (127.0.197.2:42215), 3f3ee19063cd45cf88240280124489e3 (127.0.197.3:36027)
I20260630 12:38:06.380322 10911 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "101e836742c2477dbf4c22d06b038fde" candidate_uuid: "d4167ed2e44149199e512787ee19b40d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b2f587cbd1304f82a373e75a50f5e079"
I20260630 12:38:06.380615 10985 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "101e836742c2477dbf4c22d06b038fde" candidate_uuid: "d4167ed2e44149199e512787ee19b40d" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3f3ee19063cd45cf88240280124489e3"
I20260630 12:38:06.380905 10911 raft_consensus.cc:3060] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.381201 10985 raft_consensus.cc:3060] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.386219 10911 raft_consensus.cc:2468] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4167ed2e44149199e512787ee19b40d in term 1.
I20260630 12:38:06.386289 10985 raft_consensus.cc:2468] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d4167ed2e44149199e512787ee19b40d in term 1.
I20260630 12:38:06.387482 10800 leader_election.cc:304] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: b2f587cbd1304f82a373e75a50f5e079, d4167ed2e44149199e512787ee19b40d; no voters: 
I20260630 12:38:06.388139 11031 raft_consensus.cc:2804] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.389231 11031 raft_consensus.cc:697] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 LEADER]: Becoming Leader. State: Replica: d4167ed2e44149199e512787ee19b40d, State: Running, Role: LEADER
I20260630 12:38:06.390019 11031 consensus_queue.cc:237] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } }
I20260630 12:38:06.396631 10733 catalog_manager.cc:5697] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d reported cstate change: term changed from 0 to 1, leader changed from <none> to d4167ed2e44149199e512787ee19b40d (127.0.197.1). New cstate: current_term: 1 leader_uuid: "d4167ed2e44149199e512787ee19b40d" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "d4167ed2e44149199e512787ee19b40d" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "b2f587cbd1304f82a373e75a50f5e079" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42215 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3f3ee19063cd45cf88240280124489e3" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 36027 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:06.443995   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:06.462809   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:06.463601   788 tablet_replica.cc:333] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: stopping tablet replica
I20260630 12:38:06.464111   788 raft_consensus.cc:2243] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:06.464725   788 pending_rounds.cc:70] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Trying to abort 1 pending ops.
I20260630 12:38:06.464941   788 pending_rounds.cc:77] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443361860018176 op_type: NO_OP noop_request { }
I20260630 12:38:06.465247   788 raft_consensus.cc:2889] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:06.465553   788 raft_consensus.cc:2272] T 101e836742c2477dbf4c22d06b038fde P d4167ed2e44149199e512787ee19b40d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:06.485240   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:06.494068   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:06.512913   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:06.513736   788 tablet_replica.cc:333] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079: stopping tablet replica
I20260630 12:38:06.514263   788 raft_consensus.cc:2243] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:06.514683   788 raft_consensus.cc:2272] T 101e836742c2477dbf4c22d06b038fde P b2f587cbd1304f82a373e75a50f5e079 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:06.532773   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:06.541956   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:06.559689   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:06.560582   788 tablet_replica.cc:333] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3: stopping tablet replica
I20260630 12:38:06.561087   788 raft_consensus.cc:2243] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:06.561587   788 raft_consensus.cc:2272] T 101e836742c2477dbf4c22d06b038fde P 3f3ee19063cd45cf88240280124489e3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:06.579645   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:06.588464   788 master.cc:562] Master@127.0.197.62:33701 shutting down...
I20260630 12:38:06.602540   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:06.603097   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:06.603430   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 3869dbaac7f2437c9e1f841cde36ad99: stopping tablet replica
I20260630 12:38:06.612548   788 master.cc:584] Master@127.0.197.62:33701 shutdown complete.
[       OK ] AutoRebalancerTest.CheckMoveCompletedWaitsWhileCatalogIsStale (1040 ms)
[ RUN      ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully
I20260630 12:38:06.644630   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:36643
I20260630 12:38:06.646014   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:06.651786 11037 instance_detector.cc: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:06.652185 11038 instance_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:06.653667 11040 instance_detector.cc: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:06.654445   788 server_base.cc:1061] running on GCE node
I20260630 12:38:06.655228   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:06.655524   788 system_unsync_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:06.655704   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823086655672 us; error 0 us; skew 500 ppm
I20260630 12:38:06.656493   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:06.659008   788 webserver.cc:533] Webserver started at http://127.0.197.62:33339/ using document root <none> and password file <none>
I20260630 12:38:06.659493   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:06.659698   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:06.660004   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:06.661100   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "25024d2956d24ce4ac6763d0817a12d9"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.665503   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:38:06.668716 11045 log_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:06.669518   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.000s	sys 0.003s
I20260630 12:38:06.669802   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "25024d2956d24ce4ac6763d0817a12d9"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.670089   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-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:06.685002   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:06.686239   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:06.720500   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:36643
I20260630 12:38:06.720604 11096 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:36643 every 8 connection(s)
I20260630 12:38:06.724277 11097 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:06.734674 11097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9: Bootstrap starting.
I20260630 12:38:06.738912 11097 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:06.742727 11097 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9: No bootstrap required, opened a new log
I20260630 12:38:06.744639 11097 raft_consensus.cc:359] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER }
I20260630 12:38:06.745003 11097 raft_consensus.cc:385] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:06.745173 11097 raft_consensus.cc:740] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 25024d2956d24ce4ac6763d0817a12d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:06.745810 11097 consensus_queue.cc:260] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER }
I20260630 12:38:06.746222 11097 raft_consensus.cc:399] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:06.746413 11097 raft_consensus.cc:493] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:06.746613 11097 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:06.751399 11097 raft_consensus.cc:515] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER }
I20260630 12:38:06.751834 11097 leader_election.cc:304] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [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: 25024d2956d24ce4ac6763d0817a12d9; no voters: 
I20260630 12:38:06.752868 11097 leader_election.cc:290] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:06.753216 11100 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:06.754616 11100 raft_consensus.cc:697] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 1 LEADER]: Becoming Leader. State: Replica: 25024d2956d24ce4ac6763d0817a12d9, State: Running, Role: LEADER
I20260630 12:38:06.755178 11100 consensus_queue.cc:237] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [LEADER]: Queue going to LEADER mode. State: All 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: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER }
I20260630 12:38:06.755728 11097 sys_catalog.cc:565] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:06.757992 11102 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 25024d2956d24ce4ac6763d0817a12d9. Latest consensus state: current_term: 1 leader_uuid: "25024d2956d24ce4ac6763d0817a12d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER } }
I20260630 12:38:06.757951 11101 sys_catalog.cc:455] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "25024d2956d24ce4ac6763d0817a12d9" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "25024d2956d24ce4ac6763d0817a12d9" member_type: VOTER } }
I20260630 12:38:06.758638 11102 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:06.758728 11101 sys_catalog.cc:458] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:06.766680 11105 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:06.772742 11105 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:06.773896   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:06.781111 11105 catalog_manager.cc:1383] Generated new cluster ID: 45f51b56d82b4484af9bf7a37258ae5c
I20260630 12:38:06.781436 11105 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:06.793884 11105 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:06.795123 11105 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:06.808598 11105 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9: Generated new TSK 0
I20260630 12:38:06.809229 11105 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:06.840468   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:06.845985 11118 instance_detector.cc: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:06.847083 11119 instance_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:06.848759   788 server_base.cc:1061] running on GCE node
W20260630 12:38:06.848831 11121 instance_detector.cc: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:06.849911   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:06.850095   788 system_unsync_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:06.850214   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823086850202 us; error 0 us; skew 500 ppm
I20260630 12:38:06.850771   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:06.853008   788 webserver.cc:533] Webserver started at http://127.0.197.1:35483/ using document root <none> and password file <none>
I20260630 12:38:06.853528   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:06.853734   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:06.854000   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:06.855038   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "8ffd048c25204d7784de6e313e0ec27a"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.859525   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.005s
I20260630 12:38:06.862663 11126 log_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:06.863417   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:06.863705   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "8ffd048c25204d7784de6e313e0ec27a"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.863998   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-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:06.885079   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:06.886176   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:06.887535   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:06.889772   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:06.889992   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:06.890221   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:06.890393   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:06.927114   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:42427
I20260630 12:38:06.927217 11188 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:42427 every 8 connection(s)
I20260630 12:38:06.932471   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:06.938822 11193 instance_detector.cc: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:06.941587 11194 instance_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:06.942651 11196 instance_detector.cc: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:06.944952 11189 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36643
I20260630 12:38:06.944965   788 server_base.cc:1061] running on GCE node
I20260630 12:38:06.945473 11189 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:06.946255   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:06.946552   788 system_unsync_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:06.946542 11189 heartbeater.cc:507] Master 127.0.197.62:36643 requested a full tablet report, sending...
I20260630 12:38:06.946970   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823086946932 us; error 0 us; skew 500 ppm
I20260630 12:38:06.947593   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:06.949052 11062 ts_manager.cc:194] Registered new tserver with Master: 8ffd048c25204d7784de6e313e0ec27a (127.0.197.1:42427)
I20260630 12:38:06.950161   788 webserver.cc:533] Webserver started at http://127.0.197.2:39953/ using document root <none> and password file <none>
I20260630 12:38:06.950747   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:06.950950   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:06.951229   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:06.951376 11062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41028
I20260630 12:38:06.952333   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "b8d1959313bd4a1d9edf7eeb296af3f2"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.956632   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:06.960029 11201 log_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:06.960806   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:06.961061   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "b8d1959313bd4a1d9edf7eeb296af3f2"
format_stamp: "Formatted at 2026-06-30 12:38:06 on dist-test-slave-0dvn"
I20260630 12:38:06.961298   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-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:06.978830   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:06.979789   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:06.981109   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:06.983325   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:06.983516   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:06.983800   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:06.983968   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.021632   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:38327
I20260630 12:38:07.021752 11263 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:38327 every 8 connection(s)
I20260630 12:38:07.026450   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.032895 11267 instance_detector.cc: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.034396 11268 instance_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:07.038475 11264 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36643
I20260630 12:38:07.038966 11264 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.039623   788 server_base.cc:1061] running on GCE node
I20260630 12:38:07.039659 11264 heartbeater.cc:507] Master 127.0.197.62:36643 requested a full tablet report, sending...
W20260630 12:38:07.040119 11270 instance_detector.cc: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.041129   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.041433   788 system_unsync_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.041643   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823087041624 us; error 0 us; skew 500 ppm
I20260630 12:38:07.042208   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.042263 11062 ts_manager.cc:194] Registered new tserver with Master: b8d1959313bd4a1d9edf7eeb296af3f2 (127.0.197.2:38327)
I20260630 12:38:07.043897 11062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41034
I20260630 12:38:07.044713   788 webserver.cc:533] Webserver started at http://127.0.197.3:36953/ using document root <none> and password file <none>
I20260630 12:38:07.045379   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.045652   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.045976   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.047084   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "35bfcabc357e4abaa722953537229653"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.051652   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:07.054908 11275 log_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.055739   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:07.055982   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "35bfcabc357e4abaa722953537229653"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.056216   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-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.073046   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.074085   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.075481   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.077673   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.077917   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.078172   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.078311   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.115588   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:40163
I20260630 12:38:07.115684 11337 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:40163 every 8 connection(s)
I20260630 12:38:07.120440   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.126804 11341 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
W20260630 12:38:07.127303 11342 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
I20260630 12:38:07.129822   788 server_base.cc:1061] running on GCE node
W20260630 12:38:07.130700 11345 instance_detector.cc: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.131765 11338 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36643
I20260630 12:38:07.131785   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.132295   788 system_unsync_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.132310 11338 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.132507   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823087132488 us; error 0 us; skew 500 ppm
I20260630 12:38:07.133172   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.133189 11338 heartbeater.cc:507] Master 127.0.197.62:36643 requested a full tablet report, sending...
I20260630 12:38:07.135509 11062 ts_manager.cc:194] Registered new tserver with Master: 35bfcabc357e4abaa722953537229653 (127.0.197.3:40163)
I20260630 12:38:07.135857   788 webserver.cc:533] Webserver started at http://127.0.197.4:44807/ using document root <none> and password file <none>
I20260630 12:38:07.136377   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.136588   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.136857   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.137099 11062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41048
I20260630 12:38:07.138012   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "fb377f34c654445b93e9800af357eabb"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.142282   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:38:07.145351 11349 log_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.146162   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:07.146451   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "fb377f34c654445b93e9800af357eabb"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.146735   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully.1782822861066773-788-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:07.161213   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.162348   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.163815   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.166092   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.166383   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.166620   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.166802   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.204531   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:43415
I20260630 12:38:07.204667 11411 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:43415 every 8 connection(s)
I20260630 12:38:07.217932 11412 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36643
I20260630 12:38:07.218395 11412 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.219100 11412 heartbeater.cc:507] Master 127.0.197.62:36643 requested a full tablet report, sending...
I20260630 12:38:07.221000 11062 ts_manager.cc:194] Registered new tserver with Master: fb377f34c654445b93e9800af357eabb (127.0.197.4:43415)
I20260630 12:38:07.221706   788 internal_mini_cluster.cc:371] 4 TS(s) registered with all masters after 0.01398967s
I20260630 12:38:07.222425 11062 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:41064
I20260630 12:38:07.246436 11062 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:41074:
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:07.288471 11303 tablet_service.cc:1511] Processing CreateTablet for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a (DEFAULT_TABLE table=test-workload [id=34006135458740348fb7f8ba725b0217]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:07.289827 11303 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.290124 11229 tablet_service.cc:1511] Processing CreateTablet for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a (DEFAULT_TABLE table=test-workload [id=34006135458740348fb7f8ba725b0217]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:07.291383 11229 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.294516 11154 tablet_service.cc:1511] Processing CreateTablet for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a (DEFAULT_TABLE table=test-workload [id=34006135458740348fb7f8ba725b0217]), partition=RANGE (key) PARTITION UNBOUNDED
I20260630 12:38:07.295826 11154 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:07.305313 11427 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: Bootstrap starting.
I20260630 12:38:07.310614 11428 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: Bootstrap starting.
I20260630 12:38:07.312685 11427 tablet_bootstrap.cc:654] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.313910 11429 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Bootstrap starting.
I20260630 12:38:07.317978 11428 tablet_bootstrap.cc:654] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.318213 11427 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: No bootstrap required, opened a new log
I20260630 12:38:07.318756 11427 ts_tablet_manager.cc:1403] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: Time spent bootstrapping tablet: real 0.014s	user 0.007s	sys 0.004s
I20260630 12:38:07.320209 11429 tablet_bootstrap.cc:654] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.321903 11427 raft_consensus.cc:359] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.322775 11428 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: No bootstrap required, opened a new log
I20260630 12:38:07.322705 11427 raft_consensus.cc:385] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.323381 11427 raft_consensus.cc:740] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: b8d1959313bd4a1d9edf7eeb296af3f2, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.323414 11428 ts_tablet_manager.cc:1403] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: Time spent bootstrapping tablet: real 0.013s	user 0.005s	sys 0.006s
I20260630 12:38:07.324344 11427 consensus_queue.cc:260] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.325506 11429 tablet_bootstrap.cc:492] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: No bootstrap required, opened a new log
I20260630 12:38:07.326031 11429 ts_tablet_manager.cc:1403] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Time spent bootstrapping tablet: real 0.012s	user 0.009s	sys 0.003s
I20260630 12:38:07.326877 11264 heartbeater.cc:499] Master 127.0.197.62:36643 was elected leader, sending a full tablet report...
I20260630 12:38:07.327323 11427 ts_tablet_manager.cc:1434] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
I20260630 12:38:07.326886 11428 raft_consensus.cc:359] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.327834 11428 raft_consensus.cc:385] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.328161 11428 raft_consensus.cc:740] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 35bfcabc357e4abaa722953537229653, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.328852 11428 consensus_queue.cc:260] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.329295 11429 raft_consensus.cc:359] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.330096 11429 raft_consensus.cc:385] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.330384 11429 raft_consensus.cc:740] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 8ffd048c25204d7784de6e313e0ec27a, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.331130 11429 consensus_queue.cc:260] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.333703 11189 heartbeater.cc:499] Master 127.0.197.62:36643 was elected leader, sending a full tablet report...
I20260630 12:38:07.334108 11429 ts_tablet_manager.cc:1434] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Time spent starting tablet: real 0.008s	user 0.007s	sys 0.000s
I20260630 12:38:07.336866 11428 ts_tablet_manager.cc:1434] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: Time spent starting tablet: real 0.013s	user 0.008s	sys 0.003s
I20260630 12:38:07.337316 11338 heartbeater.cc:499] Master 127.0.197.62:36643 was elected leader, sending a full tablet report...
I20260630 12:38:07.355105 11435 raft_consensus.cc:493] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:07.355615 11435 raft_consensus.cc:515] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.357977 11435 leader_election.cc:290] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 35bfcabc357e4abaa722953537229653 (127.0.197.3:40163), b8d1959313bd4a1d9edf7eeb296af3f2 (127.0.197.2:38327)
I20260630 12:38:07.368171 11313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f1c3fbc08f44e13a6b87dce7cdcb89a" candidate_uuid: "8ffd048c25204d7784de6e313e0ec27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35bfcabc357e4abaa722953537229653" is_pre_election: true
I20260630 12:38:07.368950 11313 raft_consensus.cc:2468] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ffd048c25204d7784de6e313e0ec27a in term 0.
I20260630 12:38:07.369623 11239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f1c3fbc08f44e13a6b87dce7cdcb89a" candidate_uuid: "8ffd048c25204d7784de6e313e0ec27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" is_pre_election: true
I20260630 12:38:07.370359 11127 leader_election.cc:304] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 35bfcabc357e4abaa722953537229653, 8ffd048c25204d7784de6e313e0ec27a; no voters: 
I20260630 12:38:07.370411 11239 raft_consensus.cc:2468] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 8ffd048c25204d7784de6e313e0ec27a in term 0.
I20260630 12:38:07.371249 11435 raft_consensus.cc:2804] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:07.371697 11435 raft_consensus.cc:493] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:07.371997 11435 raft_consensus.cc:3060] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.377177 11435 raft_consensus.cc:515] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.378911 11435 leader_election.cc:290] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [CANDIDATE]: Term 1 election: Requested vote from peers 35bfcabc357e4abaa722953537229653 (127.0.197.3:40163), b8d1959313bd4a1d9edf7eeb296af3f2 (127.0.197.2:38327)
I20260630 12:38:07.379886 11313 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f1c3fbc08f44e13a6b87dce7cdcb89a" candidate_uuid: "8ffd048c25204d7784de6e313e0ec27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "35bfcabc357e4abaa722953537229653"
I20260630 12:38:07.380038 11239 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7f1c3fbc08f44e13a6b87dce7cdcb89a" candidate_uuid: "8ffd048c25204d7784de6e313e0ec27a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2"
I20260630 12:38:07.380514 11313 raft_consensus.cc:3060] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.380630 11239 raft_consensus.cc:3060] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.386433 11313 raft_consensus.cc:2468] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ffd048c25204d7784de6e313e0ec27a in term 1.
I20260630 12:38:07.386610 11239 raft_consensus.cc:2468] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 8ffd048c25204d7784de6e313e0ec27a in term 1.
I20260630 12:38:07.387876 11127 leader_election.cc:304] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [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: 35bfcabc357e4abaa722953537229653, 8ffd048c25204d7784de6e313e0ec27a, b8d1959313bd4a1d9edf7eeb296af3f2; no voters: 
I20260630 12:38:07.388645 11435 raft_consensus.cc:2804] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.389567 11435 raft_consensus.cc:697] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 LEADER]: Becoming Leader. State: Replica: 8ffd048c25204d7784de6e313e0ec27a, State: Running, Role: LEADER
I20260630 12:38:07.390379 11435 consensus_queue.cc:237] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } }
I20260630 12:38:07.397373 11061 catalog_manager.cc:5697] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a reported cstate change: term changed from 0 to 1, leader changed from <none> to 8ffd048c25204d7784de6e313e0ec27a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "8ffd048c25204d7784de6e313e0ec27a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "35bfcabc357e4abaa722953537229653" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40163 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "b8d1959313bd4a1d9edf7eeb296af3f2" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 38327 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "8ffd048c25204d7784de6e313e0ec27a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 42427 } health_report { overall_health: HEALTHY } } }
W20260630 12:38:07.439004   788 auto_rebalancer.cc:639] Failed to schedule move for tablet 7f1c3fbc08f44e13a6b87dce7cdcb89a: Illegal state: Leader has not yet committed an operation in its own term
I20260630 12:38:07.440299   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:07.459951   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.460753   788 tablet_replica.cc:333] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: stopping tablet replica
I20260630 12:38:07.461316   788 raft_consensus.cc:2243] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.461982   788 pending_rounds.cc:70] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Trying to abort 1 pending ops.
I20260630 12:38:07.462159   788 pending_rounds.cc:77] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a: Aborting op as it isn't in flight: id { term: 1 index: 1 } timestamp: 7302443365959512064 op_type: NO_OP noop_request { }
I20260630 12:38:07.462386   788 raft_consensus.cc:2889] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 LEADER]: NO_OP replication failed: Aborted: Op aborted
I20260630 12:38:07.462615   788 raft_consensus.cc:2272] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 8ffd048c25204d7784de6e313e0ec27a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.483345   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:07.492436   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:07.509897   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.510773   788 tablet_replica.cc:333] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2: stopping tablet replica
I20260630 12:38:07.511303   788 raft_consensus.cc:2243] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.511704   788 raft_consensus.cc:2272] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P b8d1959313bd4a1d9edf7eeb296af3f2 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.530495   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:07.539475   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:07.556265   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.557126   788 tablet_replica.cc:333] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653: stopping tablet replica
I20260630 12:38:07.557821   788 raft_consensus.cc:2243] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:07.558208   788 raft_consensus.cc:2272] T 7f1c3fbc08f44e13a6b87dce7cdcb89a P 35bfcabc357e4abaa722953537229653 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.578210   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:07.586970   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:38:07.603085   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:07.618734   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:38:07.626770   788 master.cc:562] Master@127.0.197.62:36643 shutting down...
I20260630 12:38:07.643080   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:07.643649   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:07.643985   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 25024d2956d24ce4ac6763d0817a12d9: stopping tablet replica
I20260630 12:38:07.653532   788 master.cc:584] Master@127.0.197.62:36643 shutdown complete.
[       OK ] AutoRebalancerTest.ExecuteMovesCASRejectionDropsMoveGracefully (1043 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsFollowerMoves
I20260630 12:38:07.686748   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:36467
I20260630 12:38:07.687810   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.692559 11441 instance_detector.cc: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.692623 11442 instance_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.695724 11444 instance_detector.cc: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.695760   788 server_base.cc:1061] running on GCE node
I20260630 12:38:07.696799   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.697037   788 system_unsync_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.697217   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823087697201 us; error 0 us; skew 500 ppm
I20260630 12:38:07.697863   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.700133   788 webserver.cc:533] Webserver started at http://127.0.197.62:43401/ using document root <none> and password file <none>
I20260630 12:38:07.700605   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.700807   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.701089   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.702208   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "57e4496489974b4db06b72751a4f651e"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.706470   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:07.709708 11449 log_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.710404   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:07.710669   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "57e4496489974b4db06b72751a4f651e"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.710953   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-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.726698   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.727694   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.762692   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:36467
I20260630 12:38:07.762822 11500 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:36467 every 8 connection(s)
I20260630 12:38:07.766517 11501 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.777626 11501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e: Bootstrap starting.
I20260630 12:38:07.782023 11501 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:07.785974 11501 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e: No bootstrap required, opened a new log
I20260630 12:38:07.787910 11501 raft_consensus.cc:359] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57e4496489974b4db06b72751a4f651e" member_type: VOTER }
I20260630 12:38:07.788275 11501 raft_consensus.cc:385] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:07.788455 11501 raft_consensus.cc:740] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 57e4496489974b4db06b72751a4f651e, State: Initialized, Role: FOLLOWER
I20260630 12:38:07.788945 11501 consensus_queue.cc:260] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "57e4496489974b4db06b72751a4f651e" member_type: VOTER }
I20260630 12:38:07.789330 11501 raft_consensus.cc:399] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:07.789542 11501 raft_consensus.cc:493] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:07.789744 11501 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:07.794391 11501 raft_consensus.cc:515] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57e4496489974b4db06b72751a4f651e" member_type: VOTER }
I20260630 12:38:07.794847 11501 leader_election.cc:304] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [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: 57e4496489974b4db06b72751a4f651e; no voters: 
I20260630 12:38:07.796032 11501 leader_election.cc:290] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:07.796363 11504 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:07.797644 11504 raft_consensus.cc:697] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 1 LEADER]: Becoming Leader. State: Replica: 57e4496489974b4db06b72751a4f651e, State: Running, Role: LEADER
I20260630 12:38:07.798272 11504 consensus_queue.cc:237] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [LEADER]: Queue going to LEADER mode. State: All 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: "57e4496489974b4db06b72751a4f651e" member_type: VOTER }
I20260630 12:38:07.798951 11501 sys_catalog.cc:565] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:07.801659 11505 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "57e4496489974b4db06b72751a4f651e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57e4496489974b4db06b72751a4f651e" member_type: VOTER } }
I20260630 12:38:07.801668 11506 sys_catalog.cc:455] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [sys.catalog]: SysCatalogTable state changed. Reason: New leader 57e4496489974b4db06b72751a4f651e. Latest consensus state: current_term: 1 leader_uuid: "57e4496489974b4db06b72751a4f651e" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "57e4496489974b4db06b72751a4f651e" member_type: VOTER } }
I20260630 12:38:07.802475 11506 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:07.802496 11505 sys_catalog.cc:458] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:07.806424 11509 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:07.811566 11509 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:07.815641   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:07.820382 11509 catalog_manager.cc:1383] Generated new cluster ID: 5f373cc22e2c44739a6cff0c982bef69
I20260630 12:38:07.820653 11509 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:07.841344 11509 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:07.842623 11509 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:07.858281 11509 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e: Generated new TSK 0
I20260630 12:38:07.858877 11509 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:07.881829   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.887315 11522 instance_detector.cc: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.888554 11523 instance_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.890342 11525 instance_detector.cc: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.890802   788 server_base.cc:1061] running on GCE node
I20260630 12:38:07.891737   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.891917   788 system_unsync_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.892127   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823087892107 us; error 0 us; skew 500 ppm
I20260630 12:38:07.892673   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.895011   788 webserver.cc:533] Webserver started at http://127.0.197.1:36391/ using document root <none> and password file <none>
I20260630 12:38:07.895474   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.895656   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.895947   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.897006   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "7a593388eae4464b86f0a73c71b21032"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.901582   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.001s
I20260630 12:38:07.904812 11530 log_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.905761   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:07.906008   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "7a593388eae4464b86f0a73c71b21032"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.906255   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-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.925232   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:07.926236   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:07.927619   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:07.929944   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:07.930117   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.930419   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:07.930578   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:07.968698   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:44281
I20260630 12:38:07.968799 11592 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:44281 every 8 connection(s)
I20260630 12:38:07.973779   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:07.980273 11597 instance_detector.cc: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.981163 11598 instance_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.983705 11600 instance_detector.cc: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.984097   788 server_base.cc:1061] running on GCE node
I20260630 12:38:07.985167   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:07.985354   788 system_unsync_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.985553   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823087985538 us; error 0 us; skew 500 ppm
I20260630 12:38:07.986047   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:07.988816   788 webserver.cc:533] Webserver started at http://127.0.197.2:38895/ using document root <none> and password file <none>
I20260630 12:38:07.989199 11593 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36467
I20260630 12:38:07.989481   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:07.989663 11593 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:07.989759   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:07.990176   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:07.990630 11593 heartbeater.cc:507] Master 127.0.197.62:36467 requested a full tablet report, sending...
I20260630 12:38:07.991598   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "817bed85597c430c877567f5c721d66b"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:07.993000 11466 ts_manager.cc:194] Registered new tserver with Master: 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281)
I20260630 12:38:07.995433 11466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38930
I20260630 12:38:07.997815   788 fs_manager.cc:696] Time spent creating directory manager: real 0.006s	user 0.007s	sys 0.000s
I20260630 12:38:08.001246 11605 log_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:08.002198   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:08.002506   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "817bed85597c430c877567f5c721d66b"
format_stamp: "Formatted at 2026-06-30 12:38:07 on dist-test-slave-0dvn"
I20260630 12:38:08.002743   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-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:08.014936   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.015913   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.017262   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:08.019421   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:08.019647   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.019877   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:08.020044   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.057675   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:35391
I20260630 12:38:08.057767 11667 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:35391 every 8 connection(s)
I20260630 12:38:08.062418   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:08.069036 11671 instance_detector.cc: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:08.070519 11672 instance_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:08.072597 11674 instance_detector.cc: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:08.073341   788 server_base.cc:1061] running on GCE node
I20260630 12:38:08.074316   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:08.074474 11668 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36467
W20260630 12:38:08.074586   788 system_unsync_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:08.074996   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823088074974 us; error 0 us; skew 500 ppm
I20260630 12:38:08.075017 11668 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:08.075641   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:08.075927 11668 heartbeater.cc:507] Master 127.0.197.62:36467 requested a full tablet report, sending...
I20260630 12:38:08.078200 11466 ts_manager.cc:194] Registered new tserver with Master: 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:08.078394   788 webserver.cc:533] Webserver started at http://127.0.197.3:33671/ using document root <none> and password file <none>
I20260630 12:38:08.079097   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:08.079352   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:08.079628   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:08.079838 11466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38942
I20260630 12:38:08.080734   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "1f4aaaa74d8841cfb25aac2669052c55"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-0dvn"
I20260630 12:38:08.085059   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
I20260630 12:38:08.088364 11679 log_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:08.089077   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:08.089359   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "1f4aaaa74d8841cfb25aac2669052c55"
format_stamp: "Formatted at 2026-06-30 12:38:08 on dist-test-slave-0dvn"
I20260630 12:38:08.089646   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-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:08.106513   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:08.107573   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:08.108906   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:08.111186   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:08.111387   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.111690   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:08.111898   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:08.153338   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:39845
I20260630 12:38:08.153503 11741 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:39845 every 8 connection(s)
I20260630 12:38:08.166538 11742 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36467
I20260630 12:38:08.166920 11742 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:08.167619 11742 heartbeater.cc:507] Master 127.0.197.62:36467 requested a full tablet report, sending...
I20260630 12:38:08.169672 11466 ts_manager.cc:194] Registered new tserver with Master: 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:08.169785   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013500706s
I20260630 12:38:08.171015 11466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:38952
I20260630 12:38:08.998646 11593 heartbeater.cc:499] Master 127.0.197.62:36467 was elected leader, sending a full tablet report...
I20260630 12:38:09.082335 11668 heartbeater.cc:499] Master 127.0.197.62:36467 was elected leader, sending a full tablet report...
I20260630 12:38:09.173565 11742 heartbeater.cc:499] Master 127.0.197.62:36467 was elected leader, sending a full tablet report...
I20260630 12:38:09.224897 11466 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:38964:
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:09.227068 11466 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.291762 11558 tablet_service.cc:1511] Processing CreateTablet for tablet 452ef0a3e118485db0cd9ca00f6f1dfd (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:09.293187 11558 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452ef0a3e118485db0cd9ca00f6f1dfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.293947 11707 tablet_service.cc:1511] Processing CreateTablet for tablet 452ef0a3e118485db0cd9ca00f6f1dfd (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:09.294503 11556 tablet_service.cc:1511] Processing CreateTablet for tablet d86d92eacf2940918bb16fdd83fc4721 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:09.295298 11707 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452ef0a3e118485db0cd9ca00f6f1dfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.295814 11556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d86d92eacf2940918bb16fdd83fc4721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.296115 11555 tablet_service.cc:1511] Processing CreateTablet for tablet e42891c09610474796cd3312dd8e16f4 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:09.297390 11555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e42891c09610474796cd3312dd8e16f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.297745 11557 tablet_service.cc:1511] Processing CreateTablet for tablet 9929095070af4d9abc9e161fe63a65db (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:09.298540 11706 tablet_service.cc:1511] Processing CreateTablet for tablet 9929095070af4d9abc9e161fe63a65db (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:09.299036 11557 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9929095070af4d9abc9e161fe63a65db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.299877 11706 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9929095070af4d9abc9e161fe63a65db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.301803 11705 tablet_service.cc:1511] Processing CreateTablet for tablet d86d92eacf2940918bb16fdd83fc4721 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:09.303085 11705 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d86d92eacf2940918bb16fdd83fc4721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.305857 11704 tablet_service.cc:1511] Processing CreateTablet for tablet e42891c09610474796cd3312dd8e16f4 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:09.307152 11704 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e42891c09610474796cd3312dd8e16f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.331894 11633 tablet_service.cc:1511] Processing CreateTablet for tablet 452ef0a3e118485db0cd9ca00f6f1dfd (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION VALUES < 536870911
I20260630 12:38:09.334856 11632 tablet_service.cc:1511] Processing CreateTablet for tablet 9929095070af4d9abc9e161fe63a65db (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 536870911 <= VALUES < 1073741822
I20260630 12:38:09.336642 11632 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9929095070af4d9abc9e161fe63a65db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.338764 11631 tablet_service.cc:1511] Processing CreateTablet for tablet d86d92eacf2940918bb16fdd83fc4721 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1073741822 <= VALUES < 1610612733
I20260630 12:38:09.340174 11631 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d86d92eacf2940918bb16fdd83fc4721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.341295 11762 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: Bootstrap starting.
I20260630 12:38:09.342846 11630 tablet_service.cc:1511] Processing CreateTablet for tablet e42891c09610474796cd3312dd8e16f4 (DEFAULT_TABLE table=test-workload [id=0530150c1df04f85a590fdfb912b643d]), partition=RANGE (key) PARTITION 1610612733 <= VALUES
I20260630 12:38:09.342872 11633 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452ef0a3e118485db0cd9ca00f6f1dfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.347837 11762 tablet_bootstrap.cc:654] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.356462 11630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e42891c09610474796cd3312dd8e16f4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:09.370872 11763 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: Bootstrap starting.
I20260630 12:38:09.381896 11763 tablet_bootstrap.cc:654] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.386708 11766 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: Bootstrap starting.
I20260630 12:38:09.387063 11762 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: No bootstrap required, opened a new log
I20260630 12:38:09.387760 11762 ts_tablet_manager.cc:1403] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: Time spent bootstrapping tablet: real 0.047s	user 0.025s	sys 0.014s
I20260630 12:38:09.392242 11762 raft_consensus.cc:359] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.392985 11762 raft_consensus.cc:385] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.393285 11762 raft_consensus.cc:740] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a593388eae4464b86f0a73c71b21032, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.393827 11766 tablet_bootstrap.cc:654] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.394407 11763 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: No bootstrap required, opened a new log
I20260630 12:38:09.394042 11762 consensus_queue.cc:260] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.394933 11763 ts_tablet_manager.cc:1403] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.008s
I20260630 12:38:09.398645 11763 raft_consensus.cc:359] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.399367 11762 ts_tablet_manager.cc:1434] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: Time spent starting tablet: real 0.011s	user 0.012s	sys 0.000s
I20260630 12:38:09.399387 11763 raft_consensus.cc:385] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.400028 11763 raft_consensus.cc:740] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.400066 11766 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: No bootstrap required, opened a new log
I20260630 12:38:09.400552 11762 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: Bootstrap starting.
I20260630 12:38:09.400961 11766 ts_tablet_manager.cc:1403] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: Time spent bootstrapping tablet: real 0.015s	user 0.008s	sys 0.004s
I20260630 12:38:09.401104 11763 consensus_queue.cc:260] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.403899 11766 raft_consensus.cc:359] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.405037 11766 raft_consensus.cc:385] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.405382 11766 raft_consensus.cc:740] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 817bed85597c430c877567f5c721d66b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.407860 11762 tablet_bootstrap.cc:654] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.408013 11763 ts_tablet_manager.cc:1434] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: Time spent starting tablet: real 0.013s	user 0.011s	sys 0.000s
I20260630 12:38:09.409044 11763 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: Bootstrap starting.
I20260630 12:38:09.406309 11766 consensus_queue.cc:260] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.415910 11763 tablet_bootstrap.cc:654] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.417496 11766 ts_tablet_manager.cc:1434] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.003s
I20260630 12:38:09.424791 11766 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: Bootstrap starting.
I20260630 12:38:09.430496 11766 tablet_bootstrap.cc:654] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.434679 11762 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: No bootstrap required, opened a new log
I20260630 12:38:09.434973 11763 tablet_bootstrap.cc:492] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: No bootstrap required, opened a new log
I20260630 12:38:09.435175 11762 ts_tablet_manager.cc:1403] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: Time spent bootstrapping tablet: real 0.035s	user 0.023s	sys 0.009s
I20260630 12:38:09.435190 11766 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: No bootstrap required, opened a new log
I20260630 12:38:09.435488 11763 ts_tablet_manager.cc:1403] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: Time spent bootstrapping tablet: real 0.027s	user 0.016s	sys 0.008s
I20260630 12:38:09.435981 11766 ts_tablet_manager.cc:1403] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: Time spent bootstrapping tablet: real 0.011s	user 0.008s	sys 0.003s
I20260630 12:38:09.438313 11762 raft_consensus.cc:359] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.438560 11763 raft_consensus.cc:359] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.438647 11766 raft_consensus.cc:359] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.439106 11762 raft_consensus.cc:385] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.439360 11763 raft_consensus.cc:385] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.439512 11766 raft_consensus.cc:385] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.439543 11762 raft_consensus.cc:740] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a593388eae4464b86f0a73c71b21032, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.439833 11763 raft_consensus.cc:740] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.440102 11766 raft_consensus.cc:740] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 817bed85597c430c877567f5c721d66b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.440632 11762 consensus_queue.cc:260] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.440789 11763 consensus_queue.cc:260] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.440950 11766 consensus_queue.cc:260] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.442948 11763 ts_tablet_manager.cc:1434] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:09.443091 11766 ts_tablet_manager.cc:1434] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:09.443169 11762 ts_tablet_manager.cc:1434] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: Time spent starting tablet: real 0.007s	user 0.009s	sys 0.000s
I20260630 12:38:09.444075 11763 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: Bootstrap starting.
I20260630 12:38:09.444315 11766 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: Bootstrap starting.
I20260630 12:38:09.444373 11762 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: Bootstrap starting.
I20260630 12:38:09.450546 11766 tablet_bootstrap.cc:654] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.450686 11763 tablet_bootstrap.cc:654] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.451578 11762 tablet_bootstrap.cc:654] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.451982 11767 raft_consensus.cc:493] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.452508 11767 raft_consensus.cc:515] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.462792 11763 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: No bootstrap required, opened a new log
I20260630 12:38:09.463342 11762 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: No bootstrap required, opened a new log
I20260630 12:38:09.463398 11763 ts_tablet_manager.cc:1403] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: Time spent bootstrapping tablet: real 0.020s	user 0.018s	sys 0.000s
I20260630 12:38:09.464026 11762 ts_tablet_manager.cc:1403] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: Time spent bootstrapping tablet: real 0.020s	user 0.014s	sys 0.004s
I20260630 12:38:09.465368 11769 raft_consensus.cc:493] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.466080 11769 raft_consensus.cc:515] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.466522 11763 raft_consensus.cc:359] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.467298 11763 raft_consensus.cc:385] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.466845 11762 raft_consensus.cc:359] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.467619 11763 raft_consensus.cc:740] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.467700 11762 raft_consensus.cc:385] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.468080 11762 raft_consensus.cc:740] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a593388eae4464b86f0a73c71b21032, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.468488 11763 consensus_queue.cc:260] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.468933 11762 consensus_queue.cc:260] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.481050 11762 ts_tablet_manager.cc:1434] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: Time spent starting tablet: real 0.017s	user 0.010s	sys 0.003s
I20260630 12:38:09.482527 11762 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: Bootstrap starting.
I20260630 12:38:09.489683 11763 ts_tablet_manager.cc:1434] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: Time spent starting tablet: real 0.026s	user 0.010s	sys 0.007s
I20260630 12:38:09.490716 11762 tablet_bootstrap.cc:654] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.492663 11763 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: Bootstrap starting.
I20260630 12:38:09.505548 11767 leader_election.cc:290] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 817bed85597c430c877567f5c721d66b (127.0.197.2:35391), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.508317 11763 tablet_bootstrap.cc:654] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:09.522269 11763 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: No bootstrap required, opened a new log
I20260630 12:38:09.524789 11763 ts_tablet_manager.cc:1403] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: Time spent bootstrapping tablet: real 0.032s	user 0.015s	sys 0.001s
I20260630 12:38:09.525588 11769 leader_election.cc:290] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:09.529561 11763 raft_consensus.cc:359] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.535373 11763 raft_consensus.cc:385] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.536469 11763 raft_consensus.cc:740] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.538679 11763 consensus_queue.cc:260] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.543816 11763 ts_tablet_manager.cc:1434] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: Time spent starting tablet: real 0.018s	user 0.004s	sys 0.004s
I20260630 12:38:09.556422 11769 raft_consensus.cc:493] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.557196 11769 raft_consensus.cc:515] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.560024 11769 leader_election.cc:290] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:09.565376 11767 raft_consensus.cc:493] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.566222 11767 raft_consensus.cc:515] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.573944 11767 leader_election.cc:290] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 817bed85597c430c877567f5c721d66b (127.0.197.2:35391), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.615983 11762 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: No bootstrap required, opened a new log
I20260630 12:38:09.616659 11762 ts_tablet_manager.cc:1403] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: Time spent bootstrapping tablet: real 0.134s	user 0.067s	sys 0.063s
I20260630 12:38:09.616858 11766 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: No bootstrap required, opened a new log
I20260630 12:38:09.617479 11766 ts_tablet_manager.cc:1403] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: Time spent bootstrapping tablet: real 0.173s	user 0.077s	sys 0.094s
I20260630 12:38:09.619850 11762 raft_consensus.cc:359] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.620251 11766 raft_consensus.cc:359] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.620723 11762 raft_consensus.cc:385] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.621011 11766 raft_consensus.cc:385] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.621117 11762 raft_consensus.cc:740] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7a593388eae4464b86f0a73c71b21032, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.621469 11766 raft_consensus.cc:740] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 817bed85597c430c877567f5c721d66b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.622211 11568 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032" is_pre_election: true
I20260630 12:38:09.622606 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452ef0a3e118485db0cd9ca00f6f1dfd" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032" is_pre_election: true
I20260630 12:38:09.622255 11766 consensus_queue.cc:260] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.622996 11568 raft_consensus.cc:2468] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 0.
I20260630 12:38:09.623435 11567 raft_consensus.cc:2468] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 0.
I20260630 12:38:09.622205 11762 consensus_queue.cc:260] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.624954 11766 ts_tablet_manager.cc:1434] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:38:09.624866 11682 leader_election.cc:304] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1f4aaaa74d8841cfb25aac2669052c55, 7a593388eae4464b86f0a73c71b21032; no voters: 
I20260630 12:38:09.626000 11682 leader_election.cc:304] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1f4aaaa74d8841cfb25aac2669052c55, 7a593388eae4464b86f0a73c71b21032; no voters: 
I20260630 12:38:09.626449 11762 ts_tablet_manager.cc:1434] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: Time spent starting tablet: real 0.009s	user 0.006s	sys 0.001s
I20260630 12:38:09.626579 11769 raft_consensus.cc:2804] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:09.626950 11769 raft_consensus.cc:493] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:09.626999 11778 raft_consensus.cc:2804] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:09.627367 11769 raft_consensus.cc:3060] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.627492 11778 raft_consensus.cc:493] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:09.627926 11778 raft_consensus.cc:3060] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.633263 11769 raft_consensus.cc:515] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.635836 11769 leader_election.cc:290] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 election: Requested vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:09.636099 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032"
I20260630 12:38:09.636758 11567 raft_consensus.cc:3060] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.626179 11766 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: Bootstrap starting.
I20260630 12:38:09.642724 11643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b" is_pre_election: true
I20260630 12:38:09.643572 11778 raft_consensus.cc:515] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.644258 11642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b" is_pre_election: true
I20260630 12:38:09.646243 11766 tablet_bootstrap.cc:654] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:09.645273 11532 leader_election.cc:343] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:09.646173 11642 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a593388eae4464b86f0a73c71b21032 in term 0.
I20260630 12:38:09.647918 11532 leader_election.cc:304] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a593388eae4464b86f0a73c71b21032, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:09.648890 11767 raft_consensus.cc:2804] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:09.649248 11767 raft_consensus.cc:493] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:09.649613 11767 raft_consensus.cc:3060] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.651482 11643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452ef0a3e118485db0cd9ca00f6f1dfd" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b" is_pre_election: true
I20260630 12:38:09.651688 11641 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b"
I20260630 12:38:09.652172 11643 raft_consensus.cc:2468] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 0.
I20260630 12:38:09.645532 11567 raft_consensus.cc:2468] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 1.
I20260630 12:38:09.652848 11642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b" is_pre_election: true
I20260630 12:38:09.653887 11778 leader_election.cc:290] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 election: Requested vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:09.654287 11682 leader_election.cc:304] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1f4aaaa74d8841cfb25aac2669052c55, 7a593388eae4464b86f0a73c71b21032; no voters: 
I20260630 12:38:09.655122 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452ef0a3e118485db0cd9ca00f6f1dfd" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032"
I20260630 12:38:09.655819 11567 raft_consensus.cc:3060] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.656018 11778 raft_consensus.cc:2804] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:09.656564 11778 raft_consensus.cc:697] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Becoming Leader. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Running, Role: LEADER
I20260630 12:38:09.657338 11778 consensus_queue.cc:237] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.661834 11717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55" is_pre_election: true
W20260630 12:38:09.662040 11681 leader_election.cc:343] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:09.663434 11716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55" is_pre_election: true
W20260630 12:38:09.663633 11681 leader_election.cc:343] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:09.664115 11716 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 7a593388eae4464b86f0a73c71b21032 in term 0.
I20260630 12:38:09.665210 11766 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: No bootstrap required, opened a new log
I20260630 12:38:09.665333 11533 leader_election.cc:304] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [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: 7a593388eae4464b86f0a73c71b21032; no voters: 1f4aaaa74d8841cfb25aac2669052c55, 817bed85597c430c877567f5c721d66b
I20260630 12:38:09.665768 11642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "452ef0a3e118485db0cd9ca00f6f1dfd" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b"
I20260630 12:38:09.666066 11766 ts_tablet_manager.cc:1403] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: Time spent bootstrapping tablet: real 0.040s	user 0.012s	sys 0.005s
I20260630 12:38:09.666344 11642 raft_consensus.cc:3060] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.667309 11779 raft_consensus.cc:2749] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:09.667125 11767 raft_consensus.cc:515] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.669970 11767 leader_election.cc:290] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 election: Requested vote from peers 817bed85597c430c877567f5c721d66b (127.0.197.2:35391), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.670580 11643 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b"
I20260630 12:38:09.671178 11643 raft_consensus.cc:3060] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.673523 11642 raft_consensus.cc:2468] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 1.
I20260630 12:38:09.674088 11766 raft_consensus.cc:359] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.674755 11681 leader_election.cc:304] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 1f4aaaa74d8841cfb25aac2669052c55, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:09.675072 11766 raft_consensus.cc:385] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:09.675523 11766 raft_consensus.cc:740] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 817bed85597c430c877567f5c721d66b, State: Initialized, Role: FOLLOWER
I20260630 12:38:09.675640 11769 raft_consensus.cc:2804] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:09.676648 11766 consensus_queue.cc:260] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.679592 11766 ts_tablet_manager.cc:1434] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:09.681046 11716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "7a593388eae4464b86f0a73c71b21032" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55"
I20260630 12:38:09.681671 11716 raft_consensus.cc:3060] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.686555 11769 raft_consensus.cc:697] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Becoming Leader. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Running, Role: LEADER
I20260630 12:38:09.687852 11769 consensus_queue.cc:237] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } }
I20260630 12:38:09.688850 11567 raft_consensus.cc:2468] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 1.
I20260630 12:38:09.688858 11716 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a593388eae4464b86f0a73c71b21032 in term 1.
I20260630 12:38:09.690078 11643 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 7a593388eae4464b86f0a73c71b21032 in term 1.
I20260630 12:38:09.691223 11532 leader_election.cc:304] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a593388eae4464b86f0a73c71b21032, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:09.692041 11767 raft_consensus.cc:2804] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:09.692572 11767 raft_consensus.cc:697] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 1 LEADER]: Becoming Leader. State: Replica: 7a593388eae4464b86f0a73c71b21032, State: Running, Role: LEADER
I20260630 12:38:09.693439 11767 consensus_queue.cc:237] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.701817 11466 catalog_manager.cc:5697] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:09.707226 11464 catalog_manager.cc:5697] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 reported cstate change: term changed from 0 to 1, leader changed from <none> to 7a593388eae4464b86f0a73c71b21032 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "7a593388eae4464b86f0a73c71b21032" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:09.715740 11466 catalog_manager.cc:5697] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: term changed from 0 to 1, leader changed from <none> to 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:09.721277 11771 raft_consensus.cc:493] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.722026 11771 raft_consensus.cc:515] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.726464 11771 leader_election.cc:290] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.738652 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9929095070af4d9abc9e161fe63a65db" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032" is_pre_election: true
I20260630 12:38:09.739246 11567 raft_consensus.cc:2468] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 817bed85597c430c877567f5c721d66b in term 0.
I20260630 12:38:09.739926 11716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9929095070af4d9abc9e161fe63a65db" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55" is_pre_election: true
I20260630 12:38:09.740191 11608 leader_election.cc:304] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a593388eae4464b86f0a73c71b21032, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:09.740463 11716 raft_consensus.cc:2468] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 817bed85597c430c877567f5c721d66b in term 0.
I20260630 12:38:09.741010 11771 raft_consensus.cc:2804] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:09.741389 11771 raft_consensus.cc:493] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:09.741735 11771 raft_consensus.cc:3060] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.746477 11771 raft_consensus.cc:515] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.747957 11771 leader_election.cc:290] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 1 election: Requested vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.748842 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9929095070af4d9abc9e161fe63a65db" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032"
I20260630 12:38:09.749140 11716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "9929095070af4d9abc9e161fe63a65db" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55"
I20260630 12:38:09.749387 11567 raft_consensus.cc:3060] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.749787 11716 raft_consensus.cc:3060] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.754288 11567 raft_consensus.cc:2468] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 817bed85597c430c877567f5c721d66b in term 1.
I20260630 12:38:09.754457 11716 raft_consensus.cc:2468] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 817bed85597c430c877567f5c721d66b in term 1.
I20260630 12:38:09.755401 11608 leader_election.cc:304] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 7a593388eae4464b86f0a73c71b21032, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:09.756083 11771 raft_consensus.cc:2804] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:09.757041 11771 raft_consensus.cc:697] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 LEADER]: Becoming Leader. State: Replica: 817bed85597c430c877567f5c721d66b, State: Running, Role: LEADER
I20260630 12:38:09.757746 11771 consensus_queue.cc:237] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.765007 11466 catalog_manager.cc:5697] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b reported cstate change: term changed from 0 to 1, leader changed from <none> to 817bed85597c430c877567f5c721d66b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "817bed85597c430c877567f5c721d66b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:09.833024 11771 raft_consensus.cc:493] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:09.833626 11771 raft_consensus.cc:515] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:09.835237 11771 leader_election.cc:290] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:09.836171 11567 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "7a593388eae4464b86f0a73c71b21032" is_pre_election: true
I20260630 12:38:09.836400 11716 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "d86d92eacf2940918bb16fdd83fc4721" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55" is_pre_election: true
I20260630 12:38:09.836898 11567 raft_consensus.cc:2393] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 817bed85597c430c877567f5c721d66b in current term 1: Already voted for candidate 1f4aaaa74d8841cfb25aac2669052c55 in this term.
I20260630 12:38:09.838124 11608 leader_election.cc:304] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [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: 817bed85597c430c877567f5c721d66b; no voters: 1f4aaaa74d8841cfb25aac2669052c55, 7a593388eae4464b86f0a73c71b21032
I20260630 12:38:09.838771 11771 raft_consensus.cc:3060] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:09.843700 11771 raft_consensus.cc:2749] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:10.067973 11769 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.079710 11769 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.084568 11769 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.096504 11769 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.136607 11767 consensus_queue.cc:1048] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:10.148607 11803 consensus_queue.cc:1048] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.173139 11771 consensus_queue.cc:1048] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:10.183625 11793 consensus_queue.cc:1048] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:16.823015   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:16.830348 11819 instance_detector.cc: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.831822 11820 instance_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.833276 11822 instance_detector.cc: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.834965   788 server_base.cc:1061] running on GCE node
I20260630 12:38:16.836588   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:16.836838   788 system_unsync_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.837056   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823096837036 us; error 0 us; skew 500 ppm
I20260630 12:38:16.837649   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:16.840271   788 webserver.cc:533] Webserver started at http://127.0.197.4:39005/ using document root <none> and password file <none>
I20260630 12:38:16.840814   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:16.841017   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:16.841343   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:16.842902   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "f6634cd69cd448dc95211e8f76bfc15f"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-0dvn"
I20260630 12:38:16.847716   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:16.851286 11827 log_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.852056   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:16.852381   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "f6634cd69cd448dc95211e8f76bfc15f"
format_stamp: "Formatted at 2026-06-30 12:38:16 on dist-test-slave-0dvn"
I20260630 12:38:16.852676   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsFollowerMoves.1782822861066773-788-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:16.875047   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:16.876314   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:16.877871   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:16.880265   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:16.880493   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:16.880728   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:16.880916   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:16.924314   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:45163
I20260630 12:38:16.924440 11889 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:45163 every 8 connection(s)
I20260630 12:38:16.944113 11890 heartbeater.cc:344] Connected to a master server at 127.0.197.62:36467
I20260630 12:38:16.944566 11890 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:16.945386 11890 heartbeater.cc:507] Master 127.0.197.62:36467 requested a full tablet report, sending...
I20260630 12:38:16.947410 11466 ts_manager.cc:194] Registered new tserver with Master: f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4:45163)
I20260630 12:38:16.948920 11466 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:37702
W20260630 12:38:17.916786 11514 auto_rebalancer.cc:320] could not retrieve auto-rebalancing replica moves: Not found: table 0530150c1df04f85a590fdfb912b643d: could not find any suitable replica to move from server 1f4aaaa74d8841cfb25aac2669052c55 to server f6634cd69cd448dc95211e8f76bfc15f
I20260630 12:38:17.951468 11890 heartbeater.cc:499] Master 127.0.197.62:36467 was elected leader, sending a full tablet report...
W20260630 12:38:18.572216 11589 debug-util.cc:398] Leaking SignalData structure 0x7b08002564a0 after lost signal to thread 791
W20260630 12:38:18.573383 11589 debug-util.cc:398] Leaking SignalData structure 0x7b080019b740 after lost signal to thread 11500
W20260630 12:38:18.574545 11589 debug-util.cc:398] Leaking SignalData structure 0x7b0800258600 after lost signal to thread 11592
W20260630 12:38:18.575563 11589 debug-util.cc:398] Leaking SignalData structure 0x7b080023de60 after lost signal to thread 11667
W20260630 12:38:18.576532 11589 debug-util.cc:398] Leaking SignalData structure 0x7b08002131c0 after lost signal to thread 11741
W20260630 12:38:18.577591 11589 debug-util.cc:398] Leaking SignalData structure 0x7b08002777e0 after lost signal to thread 11889
I20260630 12:38:18.940781 11716 consensus_queue.cc:237] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:18.951858 11642 raft_consensus.cc:1275] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:18.955466 11778 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } 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:18.970722 11568 raft_consensus.cc:1275] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:18.971211 11778 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:18.973284 11899 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.001s
I20260630 12:38:18.974092 11642 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.000927 11568 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
W20260630 12:38:19.005008 11682 consensus_peers.cc:597] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4:45163): Couldn't send request to peer f6634cd69cd448dc95211e8f76bfc15f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: d86d92eacf2940918bb16fdd83fc4721. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:19.008118 11466 catalog_manager.cc:5697] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b reported cstate change: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.033030 11642 consensus_queue.cc:237] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.038911   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:19.064893 11716 raft_consensus.cc:1275] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Refusing update from remote peer 817bed85597c430c877567f5c721d66b: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
W20260630 12:38:19.065533 11608 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:38:19.078998 11817 consensus_queue.cc:1048] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } 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:19.091749 11608 consensus_peers.cc:597] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. 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:38:19.097141 11608 consensus_peers.cc:597] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b -> Peer f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4:45163): Couldn't send request to peer f6634cd69cd448dc95211e8f76bfc15f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 9929095070af4d9abc9e161fe63a65db. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:19.106895 11911 raft_consensus.cc:2955] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.109697   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:19.108943 11716 raft_consensus.cc:2955] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.111147   788 tablet_replica.cc:333] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032: stopping tablet replica
I20260630 12:38:19.112322   788 raft_consensus.cc:2243] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:19.113111   788 raft_consensus.cc:2272] T 452ef0a3e118485db0cd9ca00f6f1dfd P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:19.116809   788 tablet_replica.cc:333] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032: stopping tablet replica
I20260630 12:38:19.117676   788 raft_consensus.cc:2243] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:19.119546   788 raft_consensus.cc:2272] T e42891c09610474796cd3312dd8e16f4 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:19.123131   788 tablet_replica.cc:333] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032: stopping tablet replica
I20260630 12:38:19.124042   788 raft_consensus.cc:2243] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:19.124760   788 raft_consensus.cc:2272] T 9929095070af4d9abc9e161fe63a65db P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:19.127898   788 tablet_replica.cc:333] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032: stopping tablet replica
I20260630 12:38:19.128152 11465 catalog_manager.cc:5697] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "817bed85597c430c877567f5c721d66b" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.130542   788 raft_consensus.cc:2243] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:19.131095   788 raft_consensus.cc:2272] T d86d92eacf2940918bb16fdd83fc4721 P 7a593388eae4464b86f0a73c71b21032 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:19.124888 11717 consensus_queue.cc:237] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
W20260630 12:38:19.145073 11682 consensus_peers.cc:597] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4:45163): Couldn't send request to peer f6634cd69cd448dc95211e8f76bfc15f. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 452ef0a3e118485db0cd9ca00f6f1dfd. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:19.151435 11642 raft_consensus.cc:1275] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:19.152884 11778 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:38:19.158170 11682 consensus_peers.cc:597] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:19.162878 11903 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.164216 11642 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Committing config change with OpId 1.2: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New config: { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.175876 11464 catalog_manager.cc:5697] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b reported cstate change: config changed from index -1 to 2, NON_VOTER f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } } }
I20260630 12:38:19.520870 11918 ts_tablet_manager.cc:933] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: Initiating tablet copy from peer 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:19.522714 11918 tablet_copy_client.cc:323] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:39845
I20260630 12:38:19.547523 11727 tablet_copy_service.cc:140] P 1f4aaaa74d8841cfb25aac2669052c55: Received BeginTabletCopySession request for tablet d86d92eacf2940918bb16fdd83fc4721 from peer f6634cd69cd448dc95211e8f76bfc15f ({username='slave'} at 127.0.0.1:32954)
I20260630 12:38:19.548177 11727 tablet_copy_service.cc:161] P 1f4aaaa74d8841cfb25aac2669052c55: Beginning new tablet copy session on tablet d86d92eacf2940918bb16fdd83fc4721 from peer f6634cd69cd448dc95211e8f76bfc15f at {username='slave'} at 127.0.0.1:32954: session id = f6634cd69cd448dc95211e8f76bfc15f-d86d92eacf2940918bb16fdd83fc4721
I20260630 12:38:19.556517 11922 ts_tablet_manager.cc:933] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: Initiating tablet copy from peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:19.567165 11727 tablet_copy_source_session.cc:215] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: Tablet Copy: opened 0 blocks and 1 log segments
W20260630 12:38:19.577314 11682 consensus_peers.cc:597] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:19.581008 11922 tablet_copy_client.cc:323] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.2:35391
I20260630 12:38:19.581280 11918 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet d86d92eacf2940918bb16fdd83fc4721. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:19.601040 11653 tablet_copy_service.cc:140] P 817bed85597c430c877567f5c721d66b: Received BeginTabletCopySession request for tablet 9929095070af4d9abc9e161fe63a65db from peer f6634cd69cd448dc95211e8f76bfc15f ({username='slave'} at 127.0.0.1:41576)
I20260630 12:38:19.601348 11918 tablet_copy_client.cc:806] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:19.601600 11653 tablet_copy_service.cc:161] P 817bed85597c430c877567f5c721d66b: Beginning new tablet copy session on tablet 9929095070af4d9abc9e161fe63a65db from peer f6634cd69cd448dc95211e8f76bfc15f at {username='slave'} at 127.0.0.1:41576: session id = f6634cd69cd448dc95211e8f76bfc15f-9929095070af4d9abc9e161fe63a65db
I20260630 12:38:19.602145 11918 tablet_copy_client.cc:670] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:19.607211 11918 tablet_copy_client.cc:538] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:19.613343 11653 tablet_copy_source_session.cc:215] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:19.616732 11922 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 9929095070af4d9abc9e161fe63a65db. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:19.618549 11925 ts_tablet_manager.cc:933] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: Initiating tablet copy from peer 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:19.627359 11918 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap starting.
I20260630 12:38:19.635917 11922 tablet_copy_client.cc:806] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:19.636628 11922 tablet_copy_client.cc:670] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:19.640575 11925 tablet_copy_client.cc:323] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:39845
I20260630 12:38:19.641089 11922 tablet_copy_client.cc:538] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:19.642592 11727 tablet_copy_service.cc:140] P 1f4aaaa74d8841cfb25aac2669052c55: Received BeginTabletCopySession request for tablet 452ef0a3e118485db0cd9ca00f6f1dfd from peer f6634cd69cd448dc95211e8f76bfc15f ({username='slave'} at 127.0.0.1:32954)
I20260630 12:38:19.643206 11727 tablet_copy_service.cc:161] P 1f4aaaa74d8841cfb25aac2669052c55: Beginning new tablet copy session on tablet 452ef0a3e118485db0cd9ca00f6f1dfd from peer f6634cd69cd448dc95211e8f76bfc15f at {username='slave'} at 127.0.0.1:32954: session id = f6634cd69cd448dc95211e8f76bfc15f-452ef0a3e118485db0cd9ca00f6f1dfd
I20260630 12:38:19.650530 11922 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap starting.
I20260630 12:38:19.656796 11727 tablet_copy_source_session.cc:215] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:19.660555 11925 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 452ef0a3e118485db0cd9ca00f6f1dfd. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:19.680243 11925 tablet_copy_client.cc:806] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:19.680927 11925 tablet_copy_client.cc:670] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:19.684937 11922 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: 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:19.685966 11922 tablet_bootstrap.cc:492] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap complete.
I20260630 12:38:19.686643 11922 ts_tablet_manager.cc:1403] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: Time spent bootstrapping tablet: real 0.036s	user 0.012s	sys 0.012s
I20260630 12:38:19.687052 11925 tablet_copy_client.cc:538] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:19.689747 11922 raft_consensus.cc:359] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.690632 11922 raft_consensus.cc:740] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f6634cd69cd448dc95211e8f76bfc15f, State: Initialized, Role: LEARNER
I20260630 12:38:19.691362 11922 consensus_queue.cc:260] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.697664 11925 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap starting.
I20260630 12:38:19.699378 11918 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: 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:19.700320 11918 tablet_bootstrap.cc:492] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap complete.
I20260630 12:38:19.701057 11918 ts_tablet_manager.cc:1403] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: Time spent bootstrapping tablet: real 0.074s	user 0.018s	sys 0.008s
I20260630 12:38:19.704110 11918 raft_consensus.cc:359] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.705099 11918 raft_consensus.cc:740] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f6634cd69cd448dc95211e8f76bfc15f, State: Initialized, Role: LEARNER
I20260630 12:38:19.707407 11918 consensus_queue.cc:260] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.706744 11922 ts_tablet_manager.cc:1434] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: Time spent starting tablet: real 0.020s	user 0.006s	sys 0.001s
I20260630 12:38:19.710422 11653 tablet_copy_service.cc:342] P 817bed85597c430c877567f5c721d66b: Request end of tablet copy session f6634cd69cd448dc95211e8f76bfc15f-9929095070af4d9abc9e161fe63a65db received from {username='slave'} at 127.0.0.1:41576
I20260630 12:38:19.710880 11653 tablet_copy_service.cc:434] P 817bed85597c430c877567f5c721d66b: ending tablet copy session f6634cd69cd448dc95211e8f76bfc15f-9929095070af4d9abc9e161fe63a65db on tablet 9929095070af4d9abc9e161fe63a65db with peer f6634cd69cd448dc95211e8f76bfc15f
I20260630 12:38:19.726466 11918 ts_tablet_manager.cc:1434] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: Time spent starting tablet: real 0.025s	user 0.014s	sys 0.004s
I20260630 12:38:19.728351 11727 tablet_copy_service.cc:342] P 1f4aaaa74d8841cfb25aac2669052c55: Request end of tablet copy session f6634cd69cd448dc95211e8f76bfc15f-d86d92eacf2940918bb16fdd83fc4721 received from {username='slave'} at 127.0.0.1:32954
I20260630 12:38:19.728811 11727 tablet_copy_service.cc:434] P 1f4aaaa74d8841cfb25aac2669052c55: ending tablet copy session f6634cd69cd448dc95211e8f76bfc15f-d86d92eacf2940918bb16fdd83fc4721 on tablet d86d92eacf2940918bb16fdd83fc4721 with peer f6634cd69cd448dc95211e8f76bfc15f
I20260630 12:38:19.739948 11925 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: 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:19.740684 11925 tablet_bootstrap.cc:492] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: Bootstrap complete.
I20260630 12:38:19.741263 11925 ts_tablet_manager.cc:1403] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: Time spent bootstrapping tablet: real 0.044s	user 0.021s	sys 0.007s
I20260630 12:38:19.743347 11925 raft_consensus.cc:359] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 2 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.743949 11925 raft_consensus.cc:740] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: f6634cd69cd448dc95211e8f76bfc15f, State: Initialized, Role: LEARNER
I20260630 12:38:19.744585 11925 consensus_queue.cc:260] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: true } }
I20260630 12:38:19.746665 11925 ts_tablet_manager.cc:1434] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: Time spent starting tablet: real 0.005s	user 0.004s	sys 0.000s
I20260630 12:38:19.748351 11727 tablet_copy_service.cc:342] P 1f4aaaa74d8841cfb25aac2669052c55: Request end of tablet copy session f6634cd69cd448dc95211e8f76bfc15f-452ef0a3e118485db0cd9ca00f6f1dfd received from {username='slave'} at 127.0.0.1:32954
I20260630 12:38:19.748762 11727 tablet_copy_service.cc:434] P 1f4aaaa74d8841cfb25aac2669052c55: ending tablet copy session f6634cd69cd448dc95211e8f76bfc15f-452ef0a3e118485db0cd9ca00f6f1dfd on tablet 452ef0a3e118485db0cd9ca00f6f1dfd with peer f6634cd69cd448dc95211e8f76bfc15f
I20260630 12:38:19.984651 11865 raft_consensus.cc:1217] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:20.032577 11865 raft_consensus.cc:1217] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
I20260630 12:38:20.124714 11865 raft_consensus.cc:1217] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Deduplicated request from leader. Original: 1.1->[1.2-1.2]   Dedup: 1.2->[]
W20260630 12:38:20.149811   788 thread.cc:527] Waited for 1000ms trying to join with diag-logger (tid 11589)
I20260630 12:38:20.294198 11933 raft_consensus.cc:493] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7a593388eae4464b86f0a73c71b21032)
I20260630 12:38:20.294849 11933 raft_consensus.cc:515] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:20.297014 11933 leader_election.cc:290] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3:39845)
I20260630 12:38:20.299523 11717 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "817bed85597c430c877567f5c721d66b" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "1f4aaaa74d8841cfb25aac2669052c55" is_pre_election: true
W20260630 12:38:20.302001 11608 leader_election.cc:336] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
I20260630 12:38:20.302515 11608 leader_election.cc:304] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [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: 817bed85597c430c877567f5c721d66b; no voters: 1f4aaaa74d8841cfb25aac2669052c55, 7a593388eae4464b86f0a73c71b21032
I20260630 12:38:20.303359 11933 raft_consensus.cc:2749] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:38:20.517689 11933 raft_consensus.cc:1064] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: attempting to promote NON_VOTER f6634cd69cd448dc95211e8f76bfc15f to VOTER
I20260630 12:38:20.520344 11933 consensus_queue.cc:237] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } }
I20260630 12:38:20.528023 11865 raft_consensus.cc:1275] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Refusing update from remote peer 817bed85597c430c877567f5c721d66b: 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:20.529309 11717 raft_consensus.cc:1275] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Refusing update from remote peer 817bed85597c430c877567f5c721d66b: 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:20.529937 11933 consensus_queue.cc:1048] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
I20260630 12:38:20.531786 11934 consensus_queue.cc:1048] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [LEADER]: Connected to new peer: Peer: permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.001s
W20260630 12:38:20.536713 11608 consensus_peers.cc:597] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:20.554337 11934 raft_consensus.cc:2955] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.556542 11717 raft_consensus.cc:2955] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.568657 11865 raft_consensus.cc:2955] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.573665 11465 catalog_manager.cc:5697] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "817bed85597c430c877567f5c721d66b" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } attrs { replace: true } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.576452 11903 raft_consensus.cc:1064] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: attempting to promote NON_VOTER f6634cd69cd448dc95211e8f76bfc15f to VOTER
I20260630 12:38:20.579504 11903 consensus_queue.cc:237] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } }
I20260630 12:38:20.593515 11899 raft_consensus.cc:1064] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: attempting to promote NON_VOTER f6634cd69cd448dc95211e8f76bfc15f to VOTER
I20260630 12:38:20.595913 11899 consensus_queue.cc:237] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } }
I20260630 12:38:20.597618 11778 raft_consensus.cc:493] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Starting pre-election (detected failure of leader 7a593388eae4464b86f0a73c71b21032)
I20260630 12:38:20.598161 11778 raft_consensus.cc:515] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:20.600088 11778 leader_election.cc:290] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:20.601630 11642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b" is_pre_election: true
I20260630 12:38:20.602272 11642 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 1.
I20260630 12:38:20.603869 11681 leader_election.cc:304] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [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: 1f4aaaa74d8841cfb25aac2669052c55, 817bed85597c430c877567f5c721d66b; no voters: 
I20260630 12:38:20.606951 11778 raft_consensus.cc:2804] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Leader pre-election won for term 2
I20260630 12:38:20.607370 11778 raft_consensus.cc:493] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Starting leader election (detected failure of leader 7a593388eae4464b86f0a73c71b21032)
I20260630 12:38:20.607792 11778 raft_consensus.cc:3060] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Advancing to term 2
W20260630 12:38:20.613399 11682 leader_election.cc:336] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 2 pre-election: RPC error from VoteRequest() call to peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
I20260630 12:38:20.620841 11778 raft_consensus.cc:515] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 2 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
I20260630 12:38:20.625015 11865 raft_consensus.cc:1275] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.626531 11642 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e42891c09610474796cd3312dd8e16f4" candidate_uuid: "1f4aaaa74d8841cfb25aac2669052c55" candidate_term: 2 candidate_status { last_received { term: 1 index: 1 } } ignore_live_leader: false dest_uuid: "817bed85597c430c877567f5c721d66b"
I20260630 12:38:20.627580 11642 raft_consensus.cc:3060] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Advancing to term 2
I20260630 12:38:20.629091 11865 raft_consensus.cc:1275] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 LEARNER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.629398 11944 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } 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:20.635308 11641 raft_consensus.cc:1275] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.635329 11643 raft_consensus.cc:1275] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.638649 11642 raft_consensus.cc:2468] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 2 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 1f4aaaa74d8841cfb25aac2669052c55 in term 2.
I20260630 12:38:20.640529 11681 leader_election.cc:304] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [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: 1f4aaaa74d8841cfb25aac2669052c55, 817bed85597c430c877567f5c721d66b; no voters: 
W20260630 12:38:20.642151 11682 leader_election.cc:336] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 2 election: RPC error from VoteRequest() call to peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
I20260630 12:38:20.631693 11940 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.015s
I20260630 12:38:20.627061 11778 leader_election.cc:290] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [CANDIDATE]: Term 2 election: Requested vote from peers 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281), 817bed85597c430c877567f5c721d66b (127.0.197.2:35391)
I20260630 12:38:20.649428 11778 raft_consensus.cc:2804] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 2 FOLLOWER]: Leader election won for term 2
I20260630 12:38:20.655614 11778 raft_consensus.cc:697] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 2 LEADER]: Becoming Leader. State: Replica: 1f4aaaa74d8841cfb25aac2669052c55, State: Running, Role: LEADER
I20260630 12:38:20.647740 11944 consensus_queue.cc:1048] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.008s
I20260630 12:38:20.649680 11943 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 3, Last known committed idx: 2, Time since last communication: 0.009s
W20260630 12:38:20.661306 11682 consensus_peers.cc:597] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:20.661163 11778 consensus_queue.cc:237] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [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: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } }
W20260630 12:38:20.673167 11682 consensus_peers.cc:597] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:20.676560 11943 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.684300 11643 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.708503 11944 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.709600 11865 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.717139 11466 catalog_manager.cc:5697] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b reported cstate change: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.721874 11643 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.729921 11465 catalog_manager.cc:5697] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: term changed from 1 to 2, leader changed from 7a593388eae4464b86f0a73c71b21032 (127.0.197.1) to 1f4aaaa74d8841cfb25aac2669052c55 (127.0.197.3). New cstate: current_term: 2 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:20.734135 11865 raft_consensus.cc:2955] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Committing config change with OpId 1.3: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New config: { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.748080 11464 catalog_manager.cc:5697] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f reported cstate change: config changed from index 2 to 3, f6634cd69cd448dc95211e8f76bfc15f (127.0.197.4) changed from NON_VOTER to VOTER. New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: 3 OBSOLETE_local: false peers { permanent_uuid: "7a593388eae4464b86f0a73c71b21032" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44281 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } attrs { replace: true } } peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.765012 11717 consensus_queue.cc:237] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [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: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } }
I20260630 12:38:20.771107 11865 raft_consensus.cc:1275] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.771617 11643 raft_consensus.cc:1275] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: 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:20.772923 11944 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } 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:20.773736 11778 consensus_queue.cc:1048] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 4, Last known committed idx: 3, Time since last communication: 0.000s
I20260630 12:38:20.782976 11643 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7a593388eae4464b86f0a73c71b21032 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.783486 11943 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7a593388eae4464b86f0a73c71b21032 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.790108 11865 raft_consensus.cc:2955] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Committing config change with OpId 1.4: config changed from index 3 to 4, VOTER 7a593388eae4464b86f0a73c71b21032 (127.0.197.1) evicted. New config: { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } } }
I20260630 12:38:20.795570 11452 catalog_manager.cc:5210] ChangeConfig:REMOVE_PEER RPC for tablet 452ef0a3e118485db0cd9ca00f6f1dfd with cas_config_opid_index 3: ChangeConfig:REMOVE_PEER succeeded (attempt 1)
I20260630 12:38:20.800590 11466 catalog_manager.cc:5697] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 reported cstate change: config changed from index 3 to 4, VOTER 7a593388eae4464b86f0a73c71b21032 (127.0.197.1) evicted. New cstate: current_term: 1 leader_uuid: "1f4aaaa74d8841cfb25aac2669052c55" committed_config { opid_index: 4 OBSOLETE_local: false peers { permanent_uuid: "1f4aaaa74d8841cfb25aac2669052c55" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39845 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f6634cd69cd448dc95211e8f76bfc15f" member_type: VOTER last_known_addr { host: "127.0.197.4" port: 45163 } attrs { promote: false } health_report { overall_health: HEALTHY } } }
W20260630 12:38:20.824421 11452 catalog_manager.cc:4755] TS 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 452ef0a3e118485db0cd9ca00f6f1dfd: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
W20260630 12:38:21.136896 11682 consensus_peers.cc:597] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): Couldn't send request to peer 7a593388eae4464b86f0a73c71b21032. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:21.150123 11643 raft_consensus.cc:1275] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 2 FOLLOWER]: Refusing update from remote peer 1f4aaaa74d8841cfb25aac2669052c55: Log matching property violated. Preceding OpId in replica: term: 1 index: 1. Preceding OpId from leader: term: 2 index: 2. (index mismatch)
W20260630 12:38:21.150338   788 thread.cc:527] Waited for 2000ms trying to join with diag-logger (tid 11589)
I20260630 12:38:21.151823 11943 consensus_queue.cc:1048] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [LEADER]: Connected to new peer: Peer: permanent_uuid: "817bed85597c430c877567f5c721d66b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 35391 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 2, Last known committed idx: 1, Time since last communication: 0.000s
W20260630 12:38:21.981590 11452 catalog_manager.cc:4755] TS 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 452ef0a3e118485db0cd9ca00f6f1dfd: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
I20260630 12:38:22.002981   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:22.028065   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:22.063681   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:22.064553   788 tablet_replica.cc:333] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b: stopping tablet replica
I20260630 12:38:22.065364   788 raft_consensus.cc:2243] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.066084   788 raft_consensus.cc:2272] T 452ef0a3e118485db0cd9ca00f6f1dfd P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.068415   788 tablet_replica.cc:333] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b: stopping tablet replica
I20260630 12:38:22.069087   788 raft_consensus.cc:2243] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.069705   788 raft_consensus.cc:2272] T d86d92eacf2940918bb16fdd83fc4721 P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.071910   788 tablet_replica.cc:333] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b: stopping tablet replica
I20260630 12:38:22.072537   788 raft_consensus.cc:2243] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.073954   788 raft_consensus.cc:2272] T 9929095070af4d9abc9e161fe63a65db P 817bed85597c430c877567f5c721d66b [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:22.076516 11681 consensus_peers.cc:597] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391): Couldn't send request to peer 817bed85597c430c877567f5c721d66b. 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:22.076985   788 tablet_replica.cc:333] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b: stopping tablet replica
I20260630 12:38:22.077683   788 raft_consensus.cc:2243] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 2 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.078159   788 raft_consensus.cc:2272] T e42891c09610474796cd3312dd8e16f4 P 817bed85597c430c877567f5c721d66b [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.106173   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
W20260630 12:38:22.109099 11681 consensus_peers.cc:597] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 -> Peer 817bed85597c430c877567f5c721d66b (127.0.197.2:35391): Couldn't send request to peer 817bed85597c430c877567f5c721d66b. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.2:35391: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:22.131320   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:22.164197   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:22.165048   788 tablet_replica.cc:333] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55: stopping tablet replica
I20260630 12:38:22.166249   788 raft_consensus.cc:2243] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.167251   788 raft_consensus.cc:2272] T 452ef0a3e118485db0cd9ca00f6f1dfd P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.169817   788 tablet_replica.cc:333] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55: stopping tablet replica
I20260630 12:38:22.170421   788 raft_consensus.cc:2243] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 2 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.171295   788 raft_consensus.cc:2272] T e42891c09610474796cd3312dd8e16f4 P 1f4aaaa74d8841cfb25aac2669052c55 [term 2 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.173645   788 tablet_replica.cc:333] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55: stopping tablet replica
I20260630 12:38:22.174239   788 raft_consensus.cc:2243] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.174820   788 raft_consensus.cc:2272] T 9929095070af4d9abc9e161fe63a65db P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.177218   788 tablet_replica.cc:333] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55: stopping tablet replica
I20260630 12:38:22.177803   788 raft_consensus.cc:2243] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:22.178942   788 raft_consensus.cc:2272] T d86d92eacf2940918bb16fdd83fc4721 P 1f4aaaa74d8841cfb25aac2669052c55 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.205852   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:22.225662   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:38:22.253688   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:22.254413   788 tablet_replica.cc:333] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f: stopping tablet replica
I20260630 12:38:22.254983   788 raft_consensus.cc:2243] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.255548   788 raft_consensus.cc:2272] T 452ef0a3e118485db0cd9ca00f6f1dfd P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.257551   788 tablet_replica.cc:333] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f: stopping tablet replica
I20260630 12:38:22.258047   788 raft_consensus.cc:2243] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.258522   788 raft_consensus.cc:2272] T 9929095070af4d9abc9e161fe63a65db P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.260378   788 tablet_replica.cc:333] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f: stopping tablet replica
I20260630 12:38:22.260852   788 raft_consensus.cc:2243] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:22.261320   788 raft_consensus.cc:2272] T d86d92eacf2940918bb16fdd83fc4721 P f6634cd69cd448dc95211e8f76bfc15f [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:22.282872   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:38:22.294765   788 master.cc:562] Master@127.0.197.62:36467 shutting down...
W20260630 12:38:22.323899 11514 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
W20260630 12:38:23.022765 11452 catalog_manager.cc:4755] TS 7a593388eae4464b86f0a73c71b21032 (127.0.197.1:44281): DeleteTablet:TABLET_DATA_TOMBSTONED RPC failed for tablet 452ef0a3e118485db0cd9ca00f6f1dfd: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44281: connect: Connection refused (error 111)
I20260630 12:38:23.093500   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:23.094596   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:23.094995   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 57e4496489974b4db06b72751a4f651e: stopping tablet replica
I20260630 12:38:23.122632   788 master.cc:584] Master@127.0.197.62:36467 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsFollowerMoves (15502 ms)
[ RUN      ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster
I20260630 12:38:23.187677   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:34837
I20260630 12:38:23.188748   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:23.194278 11969 instance_detector.cc: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:23.194514 11970 instance_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:23.195883 11972 instance_detector.cc: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:23.196856   788 server_base.cc:1061] running on GCE node
I20260630 12:38:23.197733   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:23.197948   788 system_unsync_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:23.198101   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823103198085 us; error 0 us; skew 500 ppm
I20260630 12:38:23.198580   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:23.200861   788 webserver.cc:533] Webserver started at http://127.0.197.62:33529/ using document root <none> and password file <none>
I20260630 12:38:23.201339   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:23.201577   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:23.201857   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:23.203111   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "cfab6da0030e454ab540b35c9ca366d3"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.207520   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:23.210822 11977 log_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:23.211690   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:23.211926   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "cfab6da0030e454ab540b35c9ca366d3"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.212141   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-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:23.241482   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:23.242635   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:23.281594   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:34837
I20260630 12:38:23.281721 12028 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:34837 every 8 connection(s)
I20260630 12:38:23.285619 12029 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:23.298763 12029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3: Bootstrap starting.
I20260630 12:38:23.303572 12029 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:23.307664 12029 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3: No bootstrap required, opened a new log
I20260630 12:38:23.309777 12029 raft_consensus.cc:359] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER }
I20260630 12:38:23.310216 12029 raft_consensus.cc:385] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:23.310400 12029 raft_consensus.cc:740] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cfab6da0030e454ab540b35c9ca366d3, State: Initialized, Role: FOLLOWER
I20260630 12:38:23.310904 12029 consensus_queue.cc:260] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER }
I20260630 12:38:23.311309 12029 raft_consensus.cc:399] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:23.311513 12029 raft_consensus.cc:493] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:23.311720 12029 raft_consensus.cc:3060] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:23.316777 12029 raft_consensus.cc:515] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER }
I20260630 12:38:23.317231 12029 leader_election.cc:304] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [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: cfab6da0030e454ab540b35c9ca366d3; no voters: 
I20260630 12:38:23.318468 12029 leader_election.cc:290] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:23.318882 12032 raft_consensus.cc:2804] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:23.320243 12032 raft_consensus.cc:697] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 1 LEADER]: Becoming Leader. State: Replica: cfab6da0030e454ab540b35c9ca366d3, State: Running, Role: LEADER
I20260630 12:38:23.320890 12032 consensus_queue.cc:237] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [LEADER]: Queue going to LEADER mode. State: All 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: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER }
I20260630 12:38:23.321559 12029 sys_catalog.cc:565] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:23.327310 12033 sys_catalog.cc:455] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "cfab6da0030e454ab540b35c9ca366d3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER } }
I20260630 12:38:23.327412 12034 sys_catalog.cc:455] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [sys.catalog]: SysCatalogTable state changed. Reason: New leader cfab6da0030e454ab540b35c9ca366d3. Latest consensus state: current_term: 1 leader_uuid: "cfab6da0030e454ab540b35c9ca366d3" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "cfab6da0030e454ab540b35c9ca366d3" member_type: VOTER } }
I20260630 12:38:23.327941 12033 sys_catalog.cc:458] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:23.328212 12034 sys_catalog.cc:458] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:23.329856 12039 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:23.334980 12039 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:23.338845   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:23.344050 12039 catalog_manager.cc:1383] Generated new cluster ID: a8e6bad0ec284983a8ebf57e55d0937c
I20260630 12:38:23.344324 12039 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:23.374809 12039 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:23.376212 12039 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:23.391537 12039 catalog_manager.cc:6070] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3: Generated new TSK 0
I20260630 12:38:23.392168 12039 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:23.405772   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:23.411696 12050 instance_detector.cc: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:23.412876 12051 instance_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:23.414870   788 server_base.cc:1061] running on GCE node
W20260630 12:38:23.414839 12053 instance_detector.cc: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:23.416096   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:23.416326   788 system_unsync_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:23.416491   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823103416477 us; error 0 us; skew 500 ppm
I20260630 12:38:23.417011   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:23.419211   788 webserver.cc:533] Webserver started at http://127.0.197.1:34857/ using document root <none> and password file <none>
I20260630 12:38:23.419714   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:23.419919   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:23.420182   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:23.421393   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "4c24e3d21e504beabea9aaebc0e005c9"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.425849   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:38:23.428995 12058 log_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:23.429738   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:23.430009   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "4c24e3d21e504beabea9aaebc0e005c9"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.430284   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-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:23.454568   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:23.455792   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:23.457269   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:23.459645   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:23.459853   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.460110   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:23.460294   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.500639   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:44145
I20260630 12:38:23.500785 12120 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:44145 every 8 connection(s)
I20260630 12:38:23.505879   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:23.513940 12125 instance_detector.cc: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:23.514791 12126 instance_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:23.519910 12128 instance_detector.cc: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:23.521003 12121 heartbeater.cc:344] Connected to a master server at 127.0.197.62:34837
I20260630 12:38:23.521387   788 server_base.cc:1061] running on GCE node
I20260630 12:38:23.521456 12121 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:23.522753 12121 heartbeater.cc:507] Master 127.0.197.62:34837 requested a full tablet report, sending...
I20260630 12:38:23.522976   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:23.523267   788 system_unsync_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:23.523473   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823103523454 us; error 0 us; skew 500 ppm
I20260630 12:38:23.524056   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:23.525328 11994 ts_manager.cc:194] Registered new tserver with Master: 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145)
I20260630 12:38:23.526798   788 webserver.cc:533] Webserver started at http://127.0.197.2:39781/ using document root <none> and password file <none>
I20260630 12:38:23.527521   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:23.527742   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:23.528064   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:23.527971 11994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39082
I20260630 12:38:23.529951   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "5b02e867209640448629ecf19921d6f0"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.534960   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:23.538317 12133 log_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:23.539034   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.002s
I20260630 12:38:23.539288   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "5b02e867209640448629ecf19921d6f0"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.539521   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-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:23.552814   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:23.554001   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:23.555384   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:23.557555   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:23.557721   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.557989   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:23.558143   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.597764   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:40201
I20260630 12:38:23.597872 12195 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:40201 every 8 connection(s)
I20260630 12:38:23.602741   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:23.610132 12199 instance_detector.cc: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:23.611683 12200 instance_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:23.614279 12202 instance_detector.cc: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:23.615139 12196 heartbeater.cc:344] Connected to a master server at 127.0.197.62:34837
I20260630 12:38:23.615761 12196 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:23.615149   788 server_base.cc:1061] running on GCE node
I20260630 12:38:23.616588 12196 heartbeater.cc:507] Master 127.0.197.62:34837 requested a full tablet report, sending...
I20260630 12:38:23.616868   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:23.617197   788 system_unsync_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:23.617425   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823103617387 us; error 0 us; skew 500 ppm
I20260630 12:38:23.618223   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:23.619426 11994 ts_manager.cc:194] Registered new tserver with Master: 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201)
I20260630 12:38:23.621196   788 webserver.cc:533] Webserver started at http://127.0.197.3:34907/ using document root <none> and password file <none>
I20260630 12:38:23.621397 11994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:39096
I20260630 12:38:23.621796   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:23.622115   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:23.622437   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:23.623811   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "d6dbf4e6e28242fd8261a6200950af09"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.628146   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:23.631495 12207 log_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:23.632412   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:23.632721   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "d6dbf4e6e28242fd8261a6200950af09"
format_stamp: "Formatted at 2026-06-30 12:38:23 on dist-test-slave-0dvn"
I20260630 12:38:23.633009   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster.1782822861066773-788-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:23.651466   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:23.652698   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:23.654251   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:23.656507   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:23.656724   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.656956   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:23.657123   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:23.697278   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:39987
I20260630 12:38:23.697379 12269 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:39987 every 8 connection(s)
I20260630 12:38:23.711601 12270 heartbeater.cc:344] Connected to a master server at 127.0.197.62:34837
I20260630 12:38:23.712002 12270 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:23.712687 12270 heartbeater.cc:507] Master 127.0.197.62:34837 requested a full tablet report, sending...
I20260630 12:38:23.714530 11994 ts_manager.cc:194] Registered new tserver with Master: d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:23.715173   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014629603s
I20260630 12:38:23.716081 11994 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:56140
I20260630 12:38:24.531417 12121 heartbeater.cc:499] Master 127.0.197.62:34837 was elected leader, sending a full tablet report...
I20260630 12:38:24.624272 12196 heartbeater.cc:499] Master 127.0.197.62:34837 was elected leader, sending a full tablet report...
I20260630 12:38:24.718817 12270 heartbeater.cc:499] Master 127.0.197.62:34837 was elected leader, sending a full tablet report...
I20260630 12:38:24.770363 11994 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:56142:
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:24.773141 11994 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:24.836071 12161 tablet_service.cc:1511] Processing CreateTablet for tablet a9292fc6f8d94b94b5bf4aab9c2c689d (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:24.838027 12161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9292fc6f8d94b94b5bf4aab9c2c689d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.844110 12160 tablet_service.cc:1511] Processing CreateTablet for tablet 64054a50543a4b8189bf3b13fa14b43e (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:24.845569 12160 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64054a50543a4b8189bf3b13fa14b43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.849907 12159 tablet_service.cc:1511] Processing CreateTablet for tablet adfb4956d8c548ba91a03f2a3a553a5f (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:24.851310 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet adfb4956d8c548ba91a03f2a3a553a5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.852577 12086 tablet_service.cc:1511] Processing CreateTablet for tablet a9292fc6f8d94b94b5bf4aab9c2c689d (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:24.854010 12086 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9292fc6f8d94b94b5bf4aab9c2c689d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.853688 12083 tablet_service.cc:1511] Processing CreateTablet for tablet 991079cdaeaf46d6b011f9bcc54b9bb4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:24.855019 12083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 991079cdaeaf46d6b011f9bcc54b9bb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.856205 12085 tablet_service.cc:1511] Processing CreateTablet for tablet 64054a50543a4b8189bf3b13fa14b43e (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:24.857584 12085 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64054a50543a4b8189bf3b13fa14b43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.862601 12084 tablet_service.cc:1511] Processing CreateTablet for tablet adfb4956d8c548ba91a03f2a3a553a5f (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:24.863927 12084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet adfb4956d8c548ba91a03f2a3a553a5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.876763 12291 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:24.879652 12235 tablet_service.cc:1511] Processing CreateTablet for tablet a9292fc6f8d94b94b5bf4aab9c2c689d (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:24.881237 12235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet a9292fc6f8d94b94b5bf4aab9c2c689d. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.886650 12234 tablet_service.cc:1511] Processing CreateTablet for tablet 64054a50543a4b8189bf3b13fa14b43e (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:24.888053 12234 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 64054a50543a4b8189bf3b13fa14b43e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.890602 12233 tablet_service.cc:1511] Processing CreateTablet for tablet adfb4956d8c548ba91a03f2a3a553a5f (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:24.891960 12233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet adfb4956d8c548ba91a03f2a3a553a5f. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.906917 12159 tablet_service.cc:1511] Processing CreateTablet for tablet 991079cdaeaf46d6b011f9bcc54b9bb4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:24.918226 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 991079cdaeaf46d6b011f9bcc54b9bb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.916985 12292 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:24.920953 12233 tablet_service.cc:1511] Processing CreateTablet for tablet 991079cdaeaf46d6b011f9bcc54b9bb4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:24.922233 12291 tablet_bootstrap.cc:654] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.922338 12233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 991079cdaeaf46d6b011f9bcc54b9bb4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.916985 12290 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:24.930632 12083 tablet_service.cc:1511] Processing CreateTablet for tablet 737e26a68c5444c0a7eec6a73d8183a4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:24.932014 12083 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 737e26a68c5444c0a7eec6a73d8183a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.937316 12161 tablet_service.cc:1511] Processing CreateTablet for tablet 737e26a68c5444c0a7eec6a73d8183a4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:24.938704 12161 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 737e26a68c5444c0a7eec6a73d8183a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.930620 12290 tablet_bootstrap.cc:654] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.948009 12291 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:24.948570 12291 ts_tablet_manager.cc:1403] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.072s	user 0.018s	sys 0.000s
I20260630 12:38:24.952288 12235 tablet_service.cc:1511] Processing CreateTablet for tablet 737e26a68c5444c0a7eec6a73d8183a4 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:24.953718 12235 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 737e26a68c5444c0a7eec6a73d8183a4. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.954133 12292 tablet_bootstrap.cc:654] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:24.957186 12084 tablet_service.cc:1511] Processing CreateTablet for tablet f2b6752723d24ee19796b4d986bf7251 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:24.958513 12084 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2b6752723d24ee19796b4d986bf7251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.963152 12291 raft_consensus.cc:359] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.963958 12291 raft_consensus.cc:385] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.964254 12291 raft_consensus.cc:740] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.964257 12290 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:24.965509 12290 ts_tablet_manager.cc:1403] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.049s	user 0.011s	sys 0.003s
I20260630 12:38:24.968669 12290 raft_consensus.cc:359] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.969123 12159 tablet_service.cc:1511] Processing CreateTablet for tablet f2b6752723d24ee19796b4d986bf7251 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:24.970636 12159 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2b6752723d24ee19796b4d986bf7251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.971628 12290 raft_consensus.cc:385] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.975641 12290 raft_consensus.cc:740] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.976603 12290 consensus_queue.cc:260] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.975044 12292 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:24.974699 12291 consensus_queue.cc:260] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.978358 12292 ts_tablet_manager.cc:1403] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.062s	user 0.015s	sys 0.000s
I20260630 12:38:24.981760 12290 ts_tablet_manager.cc:1434] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.016s	user 0.007s	sys 0.001s
I20260630 12:38:24.981841 12292 raft_consensus.cc:359] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.982865 12292 raft_consensus.cc:385] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:24.983230 12290 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:24.983161 12292 raft_consensus.cc:740] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:24.984272 12292 consensus_queue.cc:260] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:24.987061 12291 ts_tablet_manager.cc:1434] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.038s	user 0.009s	sys 0.000s
I20260630 12:38:24.988750 12233 tablet_service.cc:1511] Processing CreateTablet for tablet f2b6752723d24ee19796b4d986bf7251 (DEFAULT_TABLE table=test-workload [id=d6dd77b0765f45599fdc874e89a31bfd]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:24.989601 12291 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:24.990073 12233 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f2b6752723d24ee19796b4d986bf7251. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:24.999748 12291 tablet_bootstrap.cc:654] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:25.006089 12122 tablet.cc:2406] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: Can't schedule compaction. Clean time has not been advanced past its initial value.
I20260630 12:38:25.012461 12292 ts_tablet_manager.cc:1434] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.034s	user 0.012s	sys 0.008s
I20260630 12:38:25.013726 12292 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:25.014017 12291 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:25.014580 12291 ts_tablet_manager.cc:1403] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.025s	user 0.012s	sys 0.000s
I20260630 12:38:25.015507 12290 tablet_bootstrap.cc:654] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.017956 12291 raft_consensus.cc:359] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.018821 12291 raft_consensus.cc:385] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.019342 12291 raft_consensus.cc:740] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.021003 12291 consensus_queue.cc:260] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.020766 12292 tablet_bootstrap.cc:654] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.024595 12291 ts_tablet_manager.cc:1434] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.010s	user 0.008s	sys 0.000s
I20260630 12:38:25.025852 12291 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:25.027931 12290 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:25.028499 12290 ts_tablet_manager.cc:1403] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.005s
I20260630 12:38:25.031654 12290 raft_consensus.cc:359] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.032335 12291 tablet_bootstrap.cc:654] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.032675 12290 raft_consensus.cc:385] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.033159 12290 raft_consensus.cc:740] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.034137 12290 consensus_queue.cc:260] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.039346 12290 ts_tablet_manager.cc:1434] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.011s	user 0.008s	sys 0.000s
I20260630 12:38:25.040680 12290 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:25.051471 12290 tablet_bootstrap.cc:654] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.052898 12292 tablet_bootstrap.cc:492] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:25.052935 12291 tablet_bootstrap.cc:492] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:25.053689 12292 ts_tablet_manager.cc:1403] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.040s	user 0.023s	sys 0.013s
I20260630 12:38:25.053750 12291 ts_tablet_manager.cc:1403] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.028s	user 0.018s	sys 0.009s
I20260630 12:38:25.056232 12298 raft_consensus.cc:493] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.056715 12298 raft_consensus.cc:515] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.056867 12292 raft_consensus.cc:359] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.057608 12290 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:25.057734 12292 raft_consensus.cc:385] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.057296 12291 raft_consensus.cc:359] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.058158 12292 raft_consensus.cc:740] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.058265 12290 ts_tablet_manager.cc:1403] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.018s	user 0.010s	sys 0.004s
I20260630 12:38:25.058426 12291 raft_consensus.cc:385] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.058966 12291 raft_consensus.cc:740] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.059228 12292 consensus_queue.cc:260] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.059968 12291 consensus_queue.cc:260] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.061679 12290 raft_consensus.cc:359] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.062395 12290 raft_consensus.cc:385] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.062682 12290 raft_consensus.cc:740] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.063827 12291 ts_tablet_manager.cc:1434] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260630 12:38:25.063825 12290 consensus_queue.cc:260] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.065864 12291 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:25.073097 12291 tablet_bootstrap.cc:654] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.073896 12290 ts_tablet_manager.cc:1434] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.015s	user 0.008s	sys 0.000s
I20260630 12:38:25.074503 12298 leader_election.cc:290] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201)
I20260630 12:38:25.080190 12296 raft_consensus.cc:493] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.080906 12296 raft_consensus.cc:515] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.102186 12296 leader_election.cc:290] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.115095 12290 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:25.125640 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.126856 12096 raft_consensus.cc:2468] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 0.
I20260630 12:38:25.128957 12208 leader_election.cc:304] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.130133 12298 raft_consensus.cc:2804] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.130592 12298 raft_consensus.cc:493] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.131032 12298 raft_consensus.cc:3060] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.143357 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.143896 12298 raft_consensus.cc:515] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.144470 12096 raft_consensus.cc:2468] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 0.
I20260630 12:38:25.145982 12134 leader_election.cc:304] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, 5b02e867209640448629ecf19921d6f0; no voters: 
I20260630 12:38:25.147095 12296 raft_consensus.cc:2804] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.147564 12296 raft_consensus.cc:493] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.148021 12296 raft_consensus.cc:3060] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.149309 12292 ts_tablet_manager.cc:1434] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.095s	user 0.037s	sys 0.044s
I20260630 12:38:25.153808 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.154414 12096 raft_consensus.cc:3060] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.157141 12292 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:25.158913 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0" is_pre_election: true
I20260630 12:38:25.162791 12096 raft_consensus.cc:2468] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 1.
I20260630 12:38:25.164310 12292 tablet_bootstrap.cc:654] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.164147 12208 leader_election.cc:304] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.165174 12305 raft_consensus.cc:2804] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.167281 12290 tablet_bootstrap.cc:654] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.173071 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09" is_pre_election: true
I20260630 12:38:25.175864 12298 leader_election.cc:290] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Requested vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201)
I20260630 12:38:25.177048 12291 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:25.177111 12170 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0"
I20260630 12:38:25.177932 12291 ts_tablet_manager.cc:1403] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.112s	user 0.053s	sys 0.044s
I20260630 12:38:25.180014 12296 raft_consensus.cc:515] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.181226 12171 raft_consensus.cc:2393] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate d6dbf4e6e28242fd8261a6200950af09 in current term 1: Already voted for candidate 5b02e867209640448629ecf19921d6f0 in this term.
I20260630 12:38:25.183375 12305 raft_consensus.cc:697] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Becoming Leader. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Running, Role: LEADER
I20260630 12:38:25.181205 12291 raft_consensus.cc:359] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.184605 12305 consensus_queue.cc:237] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.185770 12291 raft_consensus.cc:385] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.186267 12291 raft_consensus.cc:740] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.186687 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.187760 12096 raft_consensus.cc:2393] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5b02e867209640448629ecf19921d6f0 in current term 1: Already voted for candidate d6dbf4e6e28242fd8261a6200950af09 in this term.
I20260630 12:38:25.187325 12291 consensus_queue.cc:260] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.188094 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "adfb4956d8c548ba91a03f2a3a553a5f" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09"
I20260630 12:38:25.189965 12137 leader_election.cc:304] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [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: 5b02e867209640448629ecf19921d6f0; no voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09
I20260630 12:38:25.190302 12291 ts_tablet_manager.cc:1434] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.012s	user 0.007s	sys 0.000s
I20260630 12:38:25.191565 12291 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:25.196475 12296 leader_election.cc:290] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 election: Requested vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.197141 12296 raft_consensus.cc:2749] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:25.199887 12291 tablet_bootstrap.cc:654] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.208336 12290 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:25.209008 12290 ts_tablet_manager.cc:1403] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.094s	user 0.012s	sys 0.004s
I20260630 12:38:25.210191 11992 catalog_manager.cc:5697] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 reported cstate change: term changed from 0 to 1, leader changed from <none> to d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d6dbf4e6e28242fd8261a6200950af09" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:25.212872 12290 raft_consensus.cc:359] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.214679 12290 raft_consensus.cc:385] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.214988 12290 raft_consensus.cc:740] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.215893 12290 consensus_queue.cc:260] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.216452 12292 tablet_bootstrap.cc:492] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:25.216894 12292 ts_tablet_manager.cc:1403] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.060s	user 0.028s	sys 0.014s
I20260630 12:38:25.219249 12291 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:25.219846 12291 ts_tablet_manager.cc:1403] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.029s	user 0.017s	sys 0.008s
I20260630 12:38:25.219825 12292 raft_consensus.cc:359] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.220709 12292 raft_consensus.cc:385] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.221035 12292 raft_consensus.cc:740] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.221228 12290 ts_tablet_manager.cc:1434] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.012s	user 0.009s	sys 0.000s
I20260630 12:38:25.221926 12292 consensus_queue.cc:260] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.222445 12290 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:25.224551 12292 ts_tablet_manager.cc:1434] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.007s	user 0.003s	sys 0.003s
I20260630 12:38:25.225044 12291 raft_consensus.cc:359] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.225602 12292 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:25.225966 12291 raft_consensus.cc:385] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.226357 12291 raft_consensus.cc:740] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.227135 12291 consensus_queue.cc:260] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.229794 12291 ts_tablet_manager.cc:1434] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:25.230859 12291 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: Bootstrap starting.
I20260630 12:38:25.232841 12292 tablet_bootstrap.cc:654] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.235178 12305 raft_consensus.cc:493] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.235714 12305 raft_consensus.cc:515] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.238004 12305 leader_election.cc:290] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145)
I20260630 12:38:25.239768 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9292fc6f8d94b94b5bf4aab9c2c689d" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.240245 12290 tablet_bootstrap.cc:654] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.240511 12096 raft_consensus.cc:2468] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 0.
I20260630 12:38:25.241132 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9292fc6f8d94b94b5bf4aab9c2c689d" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0" is_pre_election: true
I20260630 12:38:25.241969 12171 raft_consensus.cc:2468] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 0.
I20260630 12:38:25.242027 12208 leader_election.cc:304] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.243126 12305 raft_consensus.cc:2804] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.243605 12305 raft_consensus.cc:493] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.244047 12305 raft_consensus.cc:3060] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.247207 12292 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:25.247766 12292 ts_tablet_manager.cc:1403] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.022s	user 0.012s	sys 0.008s
I20260630 12:38:25.251382 12290 tablet_bootstrap.cc:492] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:25.250983 12292 raft_consensus.cc:359] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.251770 12292 raft_consensus.cc:385] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.251876 12290 ts_tablet_manager.cc:1403] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.030s	user 0.010s	sys 0.001s
I20260630 12:38:25.252090 12292 raft_consensus.cc:740] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.252938 12292 consensus_queue.cc:260] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.253916 12291 tablet_bootstrap.cc:654] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.255244 12292 ts_tablet_manager.cc:1434] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.007s	user 0.002s	sys 0.005s
I20260630 12:38:25.254884 12290 raft_consensus.cc:359] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.255649 12290 raft_consensus.cc:385] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.255954 12290 raft_consensus.cc:740] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.256306 12292 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:25.256819 12290 consensus_queue.cc:260] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.259151 12290 ts_tablet_manager.cc:1434] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:25.260183 12290 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: Bootstrap starting.
I20260630 12:38:25.264056 12292 tablet_bootstrap.cc:654] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.264139 12305 raft_consensus.cc:515] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.265671 12314 raft_consensus.cc:493] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.266156 12314 raft_consensus.cc:515] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.268128 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9292fc6f8d94b94b5bf4aab9c2c689d" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0"
I20260630 12:38:25.268662 12314 leader_election.cc:290] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.268962 12171 raft_consensus.cc:3060] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.270818 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64054a50543a4b8189bf3b13fa14b43e" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.271667 12096 raft_consensus.cc:2468] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 0.
I20260630 12:38:25.274197 12134 leader_election.cc:304] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, 5b02e867209640448629ecf19921d6f0; no voters: 
I20260630 12:38:25.276983 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64054a50543a4b8189bf3b13fa14b43e" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09" is_pre_election: true
I20260630 12:38:25.277874 12245 raft_consensus.cc:2468] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 0.
I20260630 12:38:25.278440 12314 raft_consensus.cc:2804] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.278985 12314 raft_consensus.cc:493] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.279421 12314 raft_consensus.cc:3060] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.284797 12305 leader_election.cc:290] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Requested vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145)
I20260630 12:38:25.289126 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "a9292fc6f8d94b94b5bf4aab9c2c689d" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.290457 12096 raft_consensus.cc:3060] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.294750 12171 raft_consensus.cc:2468] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 1.
I20260630 12:38:25.297825 12209 leader_election.cc:304] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5b02e867209640448629ecf19921d6f0, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.298444 12291 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: No bootstrap required, opened a new log
I20260630 12:38:25.298766 12305 raft_consensus.cc:2804] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.298967 12291 ts_tablet_manager.cc:1403] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent bootstrapping tablet: real 0.068s	user 0.016s	sys 0.029s
I20260630 12:38:25.299270 12305 raft_consensus.cc:697] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Becoming Leader. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Running, Role: LEADER
I20260630 12:38:25.300122 12305 consensus_queue.cc:237] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.302023 12291 raft_consensus.cc:359] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.302753 12291 raft_consensus.cc:385] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.303043 12291 raft_consensus.cc:740] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.303755 12096 raft_consensus.cc:2468] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 1.
I20260630 12:38:25.303941 12291 consensus_queue.cc:260] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.316082 12291 ts_tablet_manager.cc:1434] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: Time spent starting tablet: real 0.017s	user 0.008s	sys 0.000s
I20260630 12:38:25.320569 12297 raft_consensus.cc:493] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.320960 12290 tablet_bootstrap.cc:654] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.321107 12297 raft_consensus.cc:515] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.312999 12314 raft_consensus.cc:515] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.326099 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64054a50543a4b8189bf3b13fa14b43e" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09"
I20260630 12:38:25.326866 12245 raft_consensus.cc:3060] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.327823 11992 catalog_manager.cc:5697] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 reported cstate change: term changed from 0 to 1, leader changed from <none> to d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d6dbf4e6e28242fd8261a6200950af09" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:25.334962 12297 leader_election.cc:290] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
W20260630 12:38:25.335722 12042 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:25.338333 12245 raft_consensus.cc:2468] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 1.
I20260630 12:38:25.339982 12137 leader_election.cc:304] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 5b02e867209640448629ecf19921d6f0, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.340981 12296 raft_consensus.cc:2804] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.342356 12296 raft_consensus.cc:697] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Running, Role: LEADER
I20260630 12:38:25.343771 12324 raft_consensus.cc:493] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.343489 12296 consensus_queue.cc:237] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.344511 12324 raft_consensus.cc:515] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.348593 12324 leader_election.cc:290] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.349433 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09" is_pre_election: true
W20260630 12:38:25.351447 12137 leader_election.cc:343] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:25.353868 12314 leader_election.cc:290] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 election: Requested vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.357227 12292 tablet_bootstrap.cc:492] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:25.357888 12292 ts_tablet_manager.cc:1403] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.102s	user 0.042s	sys 0.049s
I20260630 12:38:25.359440 12290 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: No bootstrap required, opened a new log
I20260630 12:38:25.361537 12292 raft_consensus.cc:359] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.359962 12290 ts_tablet_manager.cc:1403] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: Time spent bootstrapping tablet: real 0.100s	user 0.013s	sys 0.000s
I20260630 12:38:25.362303 12292 raft_consensus.cc:385] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.362617 12292 raft_consensus.cc:740] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.363404 12292 consensus_queue.cc:260] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.364364 11992 catalog_manager.cc:5697] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5b02e867209640448629ecf19921d6f0 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5b02e867209640448629ecf19921d6f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.365715 12290 raft_consensus.cc:359] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.365715 12292 ts_tablet_manager.cc:1434] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.003s
I20260630 12:38:25.368261 12297 raft_consensus.cc:493] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.368899 12292 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: Bootstrap starting.
I20260630 12:38:25.368742 12297 raft_consensus.cc:515] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.370867 12297 leader_election.cc:290] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.373618 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0" is_pre_election: true
I20260630 12:38:25.373958 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "64054a50543a4b8189bf3b13fa14b43e" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.374257 12171 raft_consensus.cc:2468] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 0.
I20260630 12:38:25.374579 12096 raft_consensus.cc:3060] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.375584 12292 tablet_bootstrap.cc:654] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:25.376103 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "737e26a68c5444c0a7eec6a73d8183a4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0" is_pre_election: true
I20260630 12:38:25.376753 12171 raft_consensus.cc:2468] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 0.
I20260630 12:38:25.376696 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "737e26a68c5444c0a7eec6a73d8183a4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09" is_pre_election: true
I20260630 12:38:25.377766 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09" is_pre_election: true
I20260630 12:38:25.377957 12244 raft_consensus.cc:2468] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 0.
I20260630 12:38:25.379393 12062 leader_election.cc:304] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.379422 12060 leader_election.cc:304] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, 5b02e867209640448629ecf19921d6f0; no voters: 
I20260630 12:38:25.380465 12297 raft_consensus.cc:2804] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.378518 12245 raft_consensus.cc:2468] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 0.
I20260630 12:38:25.380882 12297 raft_consensus.cc:493] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.381282 12297 raft_consensus.cc:3060] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.382053 12095 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.382997 12095 raft_consensus.cc:2468] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 0.
I20260630 12:38:25.388190 12297 raft_consensus.cc:515] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.391444 12297 leader_election.cc:290] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 election: Requested vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.391997 12297 raft_consensus.cc:2804] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.392354 12297 raft_consensus.cc:493] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.392699 12297 raft_consensus.cc:3060] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.392781 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "737e26a68c5444c0a7eec6a73d8183a4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09"
I20260630 12:38:25.393555 12245 raft_consensus.cc:3060] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.367024 12290 raft_consensus.cc:385] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.399500 12290 raft_consensus.cc:740] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.400677 12290 consensus_queue.cc:260] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.401889 12245 raft_consensus.cc:2468] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 1.
I20260630 12:38:25.403200 12096 raft_consensus.cc:2468] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 1.
I20260630 12:38:25.403409 12062 leader_election.cc:304] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.405459 12290 ts_tablet_manager.cc:1434] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: Time spent starting tablet: real 0.043s	user 0.007s	sys 0.000s
I20260630 12:38:25.406162 12328 raft_consensus.cc:2804] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.408706 12292 tablet_bootstrap.cc:492] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: No bootstrap required, opened a new log
I20260630 12:38:25.408623 12134 leader_election.cc:304] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [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: 4c24e3d21e504beabea9aaebc0e005c9, 5b02e867209640448629ecf19921d6f0; no voters: d6dbf4e6e28242fd8261a6200950af09
I20260630 12:38:25.409641 12296 raft_consensus.cc:2804] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.409720 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "737e26a68c5444c0a7eec6a73d8183a4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0"
I20260630 12:38:25.410125 12296 raft_consensus.cc:493] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.410478 12171 raft_consensus.cc:3060] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.410537 12296 raft_consensus.cc:3060] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.417083 12171 raft_consensus.cc:2468] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 4c24e3d21e504beabea9aaebc0e005c9 in term 1.
I20260630 12:38:25.409338 12292 ts_tablet_manager.cc:1403] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: Time spent bootstrapping tablet: real 0.041s	user 0.015s	sys 0.023s
I20260630 12:38:25.417935 12328 raft_consensus.cc:697] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 LEADER]: Becoming Leader. State: Replica: 4c24e3d21e504beabea9aaebc0e005c9, State: Running, Role: LEADER
I20260630 12:38:25.418824 12328 consensus_queue.cc:237] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.420118 12292 raft_consensus.cc:359] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.420662 12292 raft_consensus.cc:385] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:25.420902 12292 raft_consensus.cc:740] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Initialized, Role: FOLLOWER
I20260630 12:38:25.417009 12296 raft_consensus.cc:515] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.421604 12292 consensus_queue.cc:260] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.409710 12297 raft_consensus.cc:515] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.423960 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.424793 12096 raft_consensus.cc:2393] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 5b02e867209640448629ecf19921d6f0 in current term 1: Already voted for candidate 4c24e3d21e504beabea9aaebc0e005c9 in this term.
I20260630 12:38:25.426280 12296 leader_election.cc:290] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [CANDIDATE]: Term 1 election: Requested vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.426373 12245 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09"
I20260630 12:38:25.426846 12244 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "5b02e867209640448629ecf19921d6f0" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d6dbf4e6e28242fd8261a6200950af09"
I20260630 12:38:25.427446 12244 raft_consensus.cc:3060] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.429561 12292 ts_tablet_manager.cc:1434] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.002s
I20260630 12:38:25.429503 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "991079cdaeaf46d6b011f9bcc54b9bb4" candidate_uuid: "4c24e3d21e504beabea9aaebc0e005c9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0"
I20260630 12:38:25.430445 12171 raft_consensus.cc:2393] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 4c24e3d21e504beabea9aaebc0e005c9 in current term 1: Already voted for candidate 5b02e867209640448629ecf19921d6f0 in this term.
I20260630 12:38:25.435286 12244 raft_consensus.cc:2468] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 5b02e867209640448629ecf19921d6f0 in term 1.
I20260630 12:38:25.436403 12062 leader_election.cc:304] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [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: 4c24e3d21e504beabea9aaebc0e005c9; no voters: 5b02e867209640448629ecf19921d6f0, d6dbf4e6e28242fd8261a6200950af09
I20260630 12:38:25.436756 12137 leader_election.cc:304] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [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: 5b02e867209640448629ecf19921d6f0, d6dbf4e6e28242fd8261a6200950af09; no voters: 4c24e3d21e504beabea9aaebc0e005c9
I20260630 12:38:25.436394 11992 catalog_manager.cc:5697] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "4c24e3d21e504beabea9aaebc0e005c9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.433993 12297 leader_election.cc:290] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [CANDIDATE]: Term 1 election: Requested vote from peers 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201), d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3:39987)
I20260630 12:38:25.437538 12296 raft_consensus.cc:2804] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.437549 12328 raft_consensus.cc:2749] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:25.438401 12296 raft_consensus.cc:697] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 LEADER]: Becoming Leader. State: Replica: 5b02e867209640448629ecf19921d6f0, State: Running, Role: LEADER
I20260630 12:38:25.439218 12296 consensus_queue.cc:237] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.447536 11991 catalog_manager.cc:5697] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 reported cstate change: term changed from 0 to 1, leader changed from <none> to 5b02e867209640448629ecf19921d6f0 (127.0.197.2). New cstate: current_term: 1 leader_uuid: "5b02e867209640448629ecf19921d6f0" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:25.536513 12305 raft_consensus.cc:493] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:25.537039 12305 raft_consensus.cc:515] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.538949 12305 leader_election.cc:290] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201)
I20260630 12:38:25.539831 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2b6752723d24ee19796b4d986bf7251" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9" is_pre_election: true
I20260630 12:38:25.540058 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2b6752723d24ee19796b4d986bf7251" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0" is_pre_election: true
I20260630 12:38:25.540505 12096 raft_consensus.cc:2468] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 0.
I20260630 12:38:25.540619 12171 raft_consensus.cc:2468] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 0.
I20260630 12:38:25.541692 12208 leader_election.cc:304] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.542457 12305 raft_consensus.cc:2804] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:25.542804 12305 raft_consensus.cc:493] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:25.543077 12305 raft_consensus.cc:3060] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.548067 12305 raft_consensus.cc:515] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.549832 12305 leader_election.cc:290] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Requested vote from peers 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145), 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201)
I20260630 12:38:25.550678 12096 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2b6752723d24ee19796b4d986bf7251" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "4c24e3d21e504beabea9aaebc0e005c9"
I20260630 12:38:25.550915 12171 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f2b6752723d24ee19796b4d986bf7251" candidate_uuid: "d6dbf4e6e28242fd8261a6200950af09" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "5b02e867209640448629ecf19921d6f0"
I20260630 12:38:25.551263 12096 raft_consensus.cc:3060] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.551697 12171 raft_consensus.cc:3060] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:25.557013 12096 raft_consensus.cc:2468] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 1.
I20260630 12:38:25.557094 12171 raft_consensus.cc:2468] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate d6dbf4e6e28242fd8261a6200950af09 in term 1.
I20260630 12:38:25.558250 12208 leader_election.cc:304] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 4c24e3d21e504beabea9aaebc0e005c9, d6dbf4e6e28242fd8261a6200950af09; no voters: 
I20260630 12:38:25.558956 12305 raft_consensus.cc:2804] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:25.559377 12305 raft_consensus.cc:697] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Becoming Leader. State: Replica: d6dbf4e6e28242fd8261a6200950af09, State: Running, Role: LEADER
I20260630 12:38:25.560053 12305 consensus_queue.cc:237] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } }
I20260630 12:38:25.567335 11991 catalog_manager.cc:5697] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 reported cstate change: term changed from 0 to 1, leader changed from <none> to d6dbf4e6e28242fd8261a6200950af09 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "d6dbf4e6e28242fd8261a6200950af09" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:25.618534 12305 consensus_queue.cc:1048] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.632278 12305 consensus_queue.cc:1048] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:38:25.775364 12296 consensus_queue.cc:1048] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.786283 12324 consensus_queue.cc:1048] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.798657 12335 consensus_queue.cc:1048] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.810648 12311 consensus_queue.cc:1048] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:25.965974 12324 consensus_queue.cc:1048] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.967531 12328 consensus_queue.cc:1048] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.979035 12296 consensus_queue.cc:1048] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:25.995229 12348 consensus_queue.cc:1048] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "d6dbf4e6e28242fd8261a6200950af09" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 39987 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:26.031704 12311 consensus_queue.cc:1048] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "4c24e3d21e504beabea9aaebc0e005c9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 44145 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:26.042479 12298 consensus_queue.cc:1048] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [LEADER]: Connected to new peer: Peer: permanent_uuid: "5b02e867209640448629ecf19921d6f0" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 40201 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:35.806365   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:35.837303   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:35.838054   788 tablet_replica.cc:333] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.838830   788 raft_consensus.cc:2243] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.839534   788 raft_consensus.cc:2272] T f2b6752723d24ee19796b4d986bf7251 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.842482   788 tablet_replica.cc:333] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.843156   788 raft_consensus.cc:2243] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.843642   788 raft_consensus.cc:2272] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.846155   788 tablet_replica.cc:333] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.846690   788 raft_consensus.cc:2243] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:35.847666   788 raft_consensus.cc:2272] T 737e26a68c5444c0a7eec6a73d8183a4 P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.850383   788 tablet_replica.cc:333] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.850915   788 raft_consensus.cc:2243] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.851421   788 raft_consensus.cc:2272] T 64054a50543a4b8189bf3b13fa14b43e P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.853945   788 tablet_replica.cc:333] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.854445   788 raft_consensus.cc:2243] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.854939   788 raft_consensus.cc:2272] T a9292fc6f8d94b94b5bf4aab9c2c689d P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.857287   788 tablet_replica.cc:333] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9: stopping tablet replica
I20260630 12:38:35.857862   788 raft_consensus.cc:2243] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.858311   788 raft_consensus.cc:2272] T adfb4956d8c548ba91a03f2a3a553a5f P 4c24e3d21e504beabea9aaebc0e005c9 [term 1 FOLLOWER]: Raft consensus is shut down!
W20260630 12:38:35.871567 12134 proxy.cc:239] Call had error, refreshing address and retrying: Remote error: Service unavailable: service kudu.consensus.ConsensusService not registered on TabletServer [suppressed 31 similar messages]
W20260630 12:38:35.877540 12134 consensus_peers.cc:597] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 -> Peer 4c24e3d21e504beabea9aaebc0e005c9 (127.0.197.1:44145): Couldn't send request to peer 4c24e3d21e504beabea9aaebc0e005c9. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:44145: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:35.889395   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:35.912912   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
W20260630 12:38:35.927079 12209 consensus_peers.cc:597] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 -> Peer 5b02e867209640448629ecf19921d6f0 (127.0.197.2:40201): Couldn't send request to peer 5b02e867209640448629ecf19921d6f0. 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:35.939368   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:35.940254   788 tablet_replica.cc:333] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.940995   788 raft_consensus.cc:2243] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.941668   788 raft_consensus.cc:2272] T f2b6752723d24ee19796b4d986bf7251 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.944214   788 tablet_replica.cc:333] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.944850   788 raft_consensus.cc:2243] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:35.945851   788 raft_consensus.cc:2272] T 991079cdaeaf46d6b011f9bcc54b9bb4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.948359   788 tablet_replica.cc:333] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.948945   788 raft_consensus.cc:2243] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.949559   788 raft_consensus.cc:2272] T 737e26a68c5444c0a7eec6a73d8183a4 P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.951812   788 tablet_replica.cc:333] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.952368   788 raft_consensus.cc:2243] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:35.953250   788 raft_consensus.cc:2272] T 64054a50543a4b8189bf3b13fa14b43e P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.955621   788 tablet_replica.cc:333] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.956142   788 raft_consensus.cc:2243] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.956598   788 raft_consensus.cc:2272] T a9292fc6f8d94b94b5bf4aab9c2c689d P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.958997   788 tablet_replica.cc:333] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0: stopping tablet replica
I20260630 12:38:35.959496   788 raft_consensus.cc:2243] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:35.959942   788 raft_consensus.cc:2272] T adfb4956d8c548ba91a03f2a3a553a5f P 5b02e867209640448629ecf19921d6f0 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:35.987648   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:36.009621   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:36.035158   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:36.035897   788 tablet_replica.cc:333] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.036525   788 raft_consensus.cc:2243] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:36.037391   788 raft_consensus.cc:2272] T f2b6752723d24ee19796b4d986bf7251 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.039731   788 tablet_replica.cc:333] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.040246   788 raft_consensus.cc:2243] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:36.040663   788 raft_consensus.cc:2272] T 991079cdaeaf46d6b011f9bcc54b9bb4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.042721   788 tablet_replica.cc:333] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.043166   788 raft_consensus.cc:2243] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:36.043547   788 raft_consensus.cc:2272] T 737e26a68c5444c0a7eec6a73d8183a4 P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.045581   788 tablet_replica.cc:333] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.046003   788 raft_consensus.cc:2243] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:36.046826   788 raft_consensus.cc:2272] T a9292fc6f8d94b94b5bf4aab9c2c689d P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.048928   788 tablet_replica.cc:333] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.049338   788 raft_consensus.cc:2243] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:36.049808   788 raft_consensus.cc:2272] T 64054a50543a4b8189bf3b13fa14b43e P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.051842   788 tablet_replica.cc:333] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09: stopping tablet replica
I20260630 12:38:36.052248   788 raft_consensus.cc:2243] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:36.053077   788 raft_consensus.cc:2272] T adfb4956d8c548ba91a03f2a3a553a5f P d6dbf4e6e28242fd8261a6200950af09 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.079613   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:36.099845   788 master.cc:562] Master@127.0.197.62:34837 shutting down...
I20260630 12:38:36.119933   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:36.120568   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:36.120978   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P cfab6da0030e454ab540b35c9ca366d3: stopping tablet replica
I20260630 12:38:36.142661   788 master.cc:584] Master@127.0.197.62:34837 shutdown complete.
[       OK ] AutoRebalancerTest.RebalancerMetricsRoundsInStableCluster (12997 ms)
[----------] 24 tests from AutoRebalancerTest (254939 ms total)

[----------] 2 tests from PreferFollowerRebalancingTest
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0
I20260630 12:38:36.187765   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:39407
I20260630 12:38:36.188853   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:36.194963 12364 instance_detector.cc: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:36.195449 12365 instance_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:36.195875 12367 instance_detector.cc: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:36.196645   788 server_base.cc:1061] running on GCE node
I20260630 12:38:36.197505   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:36.197681   788 system_unsync_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:36.197793   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823116197781 us; error 0 us; skew 500 ppm
I20260630 12:38:36.198231   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:36.200534   788 webserver.cc:533] Webserver started at http://127.0.197.62:34667/ using document root <none> and password file <none>
I20260630 12:38:36.200995   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:36.201156   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:36.201385   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:36.202569   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "01a694f7f7054c1799a67922fb18095d"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.206990   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.000s
I20260630 12:38:36.210214 12372 log_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:36.210985   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:36.211259   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "01a694f7f7054c1799a67922fb18095d"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.211555   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-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:36.228364   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:36.229619   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:36.268103   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:39407
I20260630 12:38:36.268237 12423 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:39407 every 8 connection(s)
I20260630 12:38:36.272303 12424 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:36.284158 12424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d: Bootstrap starting.
I20260630 12:38:36.288931 12424 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:36.293170 12424 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d: No bootstrap required, opened a new log
I20260630 12:38:36.295353 12424 raft_consensus.cc:359] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER }
I20260630 12:38:36.295765 12424 raft_consensus.cc:385] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:36.296037 12424 raft_consensus.cc:740] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 01a694f7f7054c1799a67922fb18095d, State: Initialized, Role: FOLLOWER
I20260630 12:38:36.296615 12424 consensus_queue.cc:260] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER }
I20260630 12:38:36.297088 12424 raft_consensus.cc:399] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:36.297297 12424 raft_consensus.cc:493] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:36.297696 12424 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:36.302435 12424 raft_consensus.cc:515] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER }
I20260630 12:38:36.302971 12424 leader_election.cc:304] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [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: 01a694f7f7054c1799a67922fb18095d; no voters: 
I20260630 12:38:36.304073 12424 leader_election.cc:290] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:36.304399 12427 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:36.305852 12427 raft_consensus.cc:697] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 1 LEADER]: Becoming Leader. State: Replica: 01a694f7f7054c1799a67922fb18095d, State: Running, Role: LEADER
I20260630 12:38:36.306567 12427 consensus_queue.cc:237] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [LEADER]: Queue going to LEADER mode. State: All 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: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER }
I20260630 12:38:36.307202 12424 sys_catalog.cc:565] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:36.309780 12429 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [sys.catalog]: SysCatalogTable state changed. Reason: New leader 01a694f7f7054c1799a67922fb18095d. Latest consensus state: current_term: 1 leader_uuid: "01a694f7f7054c1799a67922fb18095d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER } }
I20260630 12:38:36.309724 12428 sys_catalog.cc:455] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "01a694f7f7054c1799a67922fb18095d" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "01a694f7f7054c1799a67922fb18095d" member_type: VOTER } }
I20260630 12:38:36.310462 12429 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:36.310761 12428 sys_catalog.cc:458] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:36.315742 12433 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:36.320658 12433 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:36.322868   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:36.329741 12433 catalog_manager.cc:1383] Generated new cluster ID: 10b134243b32409e98da2ee67d13f2cd
I20260630 12:38:36.330039 12433 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:36.361145 12433 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:36.362495 12433 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:36.381107 12433 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d: Generated new TSK 0
I20260630 12:38:36.381779 12433 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:36.389082   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:36.395149 12445 instance_detector.cc: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:36.396369 12446 instance_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:36.397651 12448 instance_detector.cc: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:36.398449   788 server_base.cc:1061] running on GCE node
I20260630 12:38:36.399286   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:36.399502   788 system_unsync_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:36.399673   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823116399655 us; error 0 us; skew 500 ppm
I20260630 12:38:36.400174   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:36.402573   788 webserver.cc:533] Webserver started at http://127.0.197.1:43857/ using document root <none> and password file <none>
I20260630 12:38:36.403043   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:36.403241   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:36.403570   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:36.404698   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.409312   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:36.412552 12453 log_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:36.413355   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:36.413707   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.413978   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-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:36.431886   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:36.433104   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:36.434693   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:36.436992   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:36.437181   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.437474   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:36.437641   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.478307   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:41925
I20260630 12:38:36.478417 12515 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:41925 every 8 connection(s)
I20260630 12:38:36.483419   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:36.490608 12520 instance_detector.cc: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:36.493072 12521 instance_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:36.494593 12523 instance_detector.cc: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:36.495785   788 server_base.cc:1061] running on GCE node
I20260630 12:38:36.496848 12516 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39407
I20260630 12:38:36.496969   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:36.497253 12516 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:36.497298   788 system_unsync_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:36.497691   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823116497669 us; error 0 us; skew 500 ppm
I20260630 12:38:36.498214 12516 heartbeater.cc:507] Master 127.0.197.62:39407 requested a full tablet report, sending...
I20260630 12:38:36.498275   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:36.500429 12389 ts_manager.cc:194] Registered new tserver with Master: 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925)
I20260630 12:38:36.501312   788 webserver.cc:533] Webserver started at http://127.0.197.2:40715/ using document root <none> and password file <none>
I20260630 12:38:36.501904   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:36.502094   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:36.502373   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:36.502436 12389 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48382
I20260630 12:38:36.503676   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "2e7f9e302d174cda82999956912b254b"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.508023   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.004s
I20260630 12:38:36.511348 12528 log_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:36.512094   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:36.512384   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "2e7f9e302d174cda82999956912b254b"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.512657   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-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:36.531615   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:36.532800   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:36.534315   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:36.536435   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:36.536659   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.536900   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:36.537072   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.576191   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:42691
I20260630 12:38:36.576294 12590 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:42691 every 8 connection(s)
I20260630 12:38:36.581000   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:36.587988 12594 instance_detector.cc: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:36.590227 12595 instance_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:36.592927   788 server_base.cc:1061] running on GCE node
W20260630 12:38:36.593747 12597 instance_detector.cc: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:36.594497 12591 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39407
I20260630 12:38:36.594673   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:36.594907 12591 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:36.594996   788 system_unsync_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:36.595294   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823116595276 us; error 0 us; skew 500 ppm
I20260630 12:38:36.595780 12591 heartbeater.cc:507] Master 127.0.197.62:39407 requested a full tablet report, sending...
I20260630 12:38:36.595860   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:36.597970 12389 ts_manager.cc:194] Registered new tserver with Master: 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:36.598800   788 webserver.cc:533] Webserver started at http://127.0.197.3:37443/ using document root <none> and password file <none>
I20260630 12:38:36.599313   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:36.599380 12389 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48384
I20260630 12:38:36.599516   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:36.599952   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:36.601230   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "9217bea8e14144228493aa1ccaf99f28"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.605521   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.002s
I20260630 12:38:36.608824 12602 log_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:36.609661   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.003s	sys 0.000s
I20260630 12:38:36.609977   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "9217bea8e14144228493aa1ccaf99f28"
format_stamp: "Formatted at 2026-06-30 12:38:36 on dist-test-slave-0dvn"
I20260630 12:38:36.610255   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-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:36.632539   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:36.633808   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:36.635304   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:36.637560   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:36.637758   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.638015   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:36.638149   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:36.681286   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:41817
I20260630 12:38:36.681502 12664 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:41817 every 8 connection(s)
I20260630 12:38:36.695359 12665 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39407
I20260630 12:38:36.695825 12665 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:36.696622 12665 heartbeater.cc:507] Master 127.0.197.62:39407 requested a full tablet report, sending...
I20260630 12:38:36.698637 12389 ts_manager.cc:194] Registered new tserver with Master: 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:36.699435   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.014944447s
I20260630 12:38:36.700268 12389 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48394
I20260630 12:38:37.505120 12516 heartbeater.cc:499] Master 127.0.197.62:39407 was elected leader, sending a full tablet report...
I20260630 12:38:37.602056 12591 heartbeater.cc:499] Master 127.0.197.62:39407 was elected leader, sending a full tablet report...
I20260630 12:38:37.703466 12665 heartbeater.cc:499] Master 127.0.197.62:39407 was elected leader, sending a full tablet report...
I20260630 12:38:37.764410 12389 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:48408:
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:37.766978 12389 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:37.835516 12481 tablet_service.cc:1511] Processing CreateTablet for tablet 21319e1438b94716aaa961d31481140e (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:37.837142 12481 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21319e1438b94716aaa961d31481140e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.842489 12479 tablet_service.cc:1511] Processing CreateTablet for tablet 97e2da64cfc84f99acfee515fb9ee5f8 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:37.843959 12479 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97e2da64cfc84f99acfee515fb9ee5f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.847204 12478 tablet_service.cc:1511] Processing CreateTablet for tablet aedec94ec674496598f8db5e51fe8b94 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:37.848631 12478 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aedec94ec674496598f8db5e51fe8b94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.850001 12630 tablet_service.cc:1511] Processing CreateTablet for tablet 21319e1438b94716aaa961d31481140e (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:37.851356 12630 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21319e1438b94716aaa961d31481140e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.852540 12627 tablet_service.cc:1511] Processing CreateTablet for tablet aedec94ec674496598f8db5e51fe8b94 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:37.852629 12477 tablet_service.cc:1511] Processing CreateTablet for tablet e045363bdf9245ac8171dd5e665ad9bb (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:37.854077 12627 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aedec94ec674496598f8db5e51fe8b94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.854540 12629 tablet_service.cc:1511] Processing CreateTablet for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:37.855293 12477 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e045363bdf9245ac8171dd5e665ad9bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.855849 12629 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.855721 12554 tablet_service.cc:1511] Processing CreateTablet for tablet 97e2da64cfc84f99acfee515fb9ee5f8 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:37.857182 12554 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97e2da64cfc84f99acfee515fb9ee5f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.858618 12552 tablet_service.cc:1511] Processing CreateTablet for tablet e045363bdf9245ac8171dd5e665ad9bb (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:37.863265 12628 tablet_service.cc:1511] Processing CreateTablet for tablet 97e2da64cfc84f99acfee515fb9ee5f8 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:37.849870 12480 tablet_service.cc:1511] Processing CreateTablet for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:37.869225 12553 tablet_service.cc:1511] Processing CreateTablet for tablet aedec94ec674496598f8db5e51fe8b94 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:37.869719 12628 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 97e2da64cfc84f99acfee515fb9ee5f8. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.870572 12480 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.851356 12626 tablet_service.cc:1511] Processing CreateTablet for tablet e045363bdf9245ac8171dd5e665ad9bb (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:37.854553 12476 tablet_service.cc:1511] Processing CreateTablet for tablet 536f396cc2854a2498fea25f3a66ae58 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:37.872383 12626 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e045363bdf9245ac8171dd5e665ad9bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.872810 12476 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536f396cc2854a2498fea25f3a66ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.854552 12555 tablet_service.cc:1511] Processing CreateTablet for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:37.853183 12556 tablet_service.cc:1511] Processing CreateTablet for tablet 21319e1438b94716aaa961d31481140e (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:37.881763 12556 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 21319e1438b94716aaa961d31481140e. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.884518 12555 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 7befc2f9a4e94b16bc15ff8d212f9eb3. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.889773 12553 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet aedec94ec674496598f8db5e51fe8b94. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.893761 12552 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet e045363bdf9245ac8171dd5e665ad9bb. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.916944 12551 tablet_service.cc:1511] Processing CreateTablet for tablet 536f396cc2854a2498fea25f3a66ae58 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:37.918426 12551 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536f396cc2854a2498fea25f3a66ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.920080 12625 tablet_service.cc:1511] Processing CreateTablet for tablet 536f396cc2854a2498fea25f3a66ae58 (DEFAULT_TABLE table=test-workload [id=296219143df842418c9c64b236158b0c]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:37.921523 12625 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 536f396cc2854a2498fea25f3a66ae58. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:37.938028 12686 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:37.940043 12685 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:37.952849 12685 tablet_bootstrap.cc:654] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:37.962424 12686 tablet_bootstrap.cc:654] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:37.941165 12687 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:37.972193 12685 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:37.972770 12685 ts_tablet_manager.cc:1403] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.033s	user 0.010s	sys 0.007s
I20260630 12:38:37.973902 12687 tablet_bootstrap.cc:654] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:37.976297 12685 raft_consensus.cc:359] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.977175 12685 raft_consensus.cc:385] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:37.977476 12685 raft_consensus.cc:740] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:37.978332 12685 consensus_queue.cc:260] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.978667 12686 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:37.979358 12686 ts_tablet_manager.cc:1403] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.042s	user 0.007s	sys 0.015s
I20260630 12:38:37.980198 12687 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:37.980724 12687 ts_tablet_manager.cc:1403] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.040s	user 0.013s	sys 0.000s
I20260630 12:38:37.982347 12685 ts_tablet_manager.cc:1434] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.005s
I20260630 12:38:37.982322 12686 raft_consensus.cc:359] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.983151 12686 raft_consensus.cc:385] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:37.983615 12685 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:37.983461 12686 raft_consensus.cc:740] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:37.983453 12687 raft_consensus.cc:359] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.984798 12687 raft_consensus.cc:385] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:37.985124 12687 raft_consensus.cc:740] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:37.985242 12686 consensus_queue.cc:260] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.986101 12687 consensus_queue.cc:260] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:37.989816 12686 ts_tablet_manager.cc:1434] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.010s	user 0.009s	sys 0.001s
I20260630 12:38:37.994515 12686 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:37.995219 12685 tablet_bootstrap.cc:654] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:37.993326 12687 ts_tablet_manager.cc:1434] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.004s
I20260630 12:38:37.997721 12687 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:38.000818 12686 tablet_bootstrap.cc:654] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.003986 12687 tablet_bootstrap.cc:654] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.011447 12685 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:38.012192 12685 ts_tablet_manager.cc:1403] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.029s	user 0.018s	sys 0.006s
I20260630 12:38:38.012938 12687 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:38.013482 12687 ts_tablet_manager.cc:1403] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.016s	user 0.005s	sys 0.007s
I20260630 12:38:38.016122 12685 raft_consensus.cc:359] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.016433 12687 raft_consensus.cc:359] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.016921 12685 raft_consensus.cc:385] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.017164 12687 raft_consensus.cc:385] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.017354 12685 raft_consensus.cc:740] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.017588 12687 raft_consensus.cc:740] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.017648 12686 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:38.018325 12686 ts_tablet_manager.cc:1403] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.024s	user 0.015s	sys 0.008s
I20260630 12:38:38.018311 12685 consensus_queue.cc:260] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.018443 12687 consensus_queue.cc:260] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.020490 12685 ts_tablet_manager.cc:1434] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.000s
I20260630 12:38:38.021471 12685 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:38.021519 12686 raft_consensus.cc:359] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.022329 12686 raft_consensus.cc:385] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.022611 12686 raft_consensus.cc:740] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.023342 12686 consensus_queue.cc:260] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.025421 12686 ts_tablet_manager.cc:1434] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.006s	user 0.003s	sys 0.000s
I20260630 12:38:38.026330 12686 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:38.026914 12687 ts_tablet_manager.cc:1434] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.000s
I20260630 12:38:38.027920 12687 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:38.028432 12685 tablet_bootstrap.cc:654] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.032522 12686 tablet_bootstrap.cc:654] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.034072 12687 tablet_bootstrap.cc:654] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.049813 12692 raft_consensus.cc:493] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.050414 12692 raft_consensus.cc:515] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.055866 12692 leader_election.cc:290] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.064092 12686 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:38.065342 12686 ts_tablet_manager.cc:1403] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.039s	user 0.012s	sys 0.025s
I20260630 12:38:38.066592 12685 tablet_bootstrap.cc:492] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:38.067185 12685 ts_tablet_manager.cc:1403] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.046s	user 0.010s	sys 0.018s
I20260630 12:38:38.068668 12686 raft_consensus.cc:359] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.069548 12686 raft_consensus.cc:385] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.069906 12686 raft_consensus.cc:740] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.070279 12685 raft_consensus.cc:359] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.071108 12685 raft_consensus.cc:385] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.070750 12686 consensus_queue.cc:260] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.071447 12685 raft_consensus.cc:740] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.064575 12687 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:38.072489 12687 ts_tablet_manager.cc:1403] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.045s	user 0.012s	sys 0.024s
I20260630 12:38:38.073441 12686 ts_tablet_manager.cc:1434] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.001s
I20260630 12:38:38.074607 12686 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:38.075505 12687 raft_consensus.cc:359] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.076136 12687 raft_consensus.cc:385] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.076387 12687 raft_consensus.cc:740] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.077239 12687 consensus_queue.cc:260] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.077749 12685 consensus_queue.cc:260] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.080304 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aedec94ec674496598f8db5e51fe8b94" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.082180 12687 ts_tablet_manager.cc:1434] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.009s	user 0.007s	sys 0.000s
I20260630 12:38:38.081137 12640 raft_consensus.cc:2468] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.083268 12687 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:38.083312 12686 tablet_bootstrap.cc:654] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.083781 12530 leader_election.cc:304] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.084756 12692 raft_consensus.cc:2804] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.085095 12692 raft_consensus.cc:493] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.085498 12692 raft_consensus.cc:3060] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.088075 12685 ts_tablet_manager.cc:1434] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.021s	user 0.004s	sys 0.004s
I20260630 12:38:38.089200 12685 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:38.090317 12687 tablet_bootstrap.cc:654] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.096378 12686 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:38.096912 12686 ts_tablet_manager.cc:1403] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.023s	user 0.014s	sys 0.003s
I20260630 12:38:38.097903 12685 tablet_bootstrap.cc:654] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.099910 12686 raft_consensus.cc:359] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.100688 12686 raft_consensus.cc:385] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.101043 12686 raft_consensus.cc:740] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.105577 12685 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:38.105345 12686 consensus_queue.cc:260] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.106258 12685 ts_tablet_manager.cc:1403] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.017s	user 0.004s	sys 0.011s
I20260630 12:38:38.106766 12687 tablet_bootstrap.cc:492] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:38.107331 12687 ts_tablet_manager.cc:1403] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.024s	user 0.013s	sys 0.000s
I20260630 12:38:38.111812 12692 raft_consensus.cc:515] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.110337 12685 raft_consensus.cc:359] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.113004 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aedec94ec674496598f8db5e51fe8b94" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.113741 12685 raft_consensus.cc:385] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.114360 12685 raft_consensus.cc:740] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.115303 12685 consensus_queue.cc:260] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.115602 12490 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aedec94ec674496598f8db5e51fe8b94" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.116211 12686 ts_tablet_manager.cc:1434] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.008s
I20260630 12:38:38.117271 12686 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:38.118360 12685 ts_tablet_manager.cc:1434] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.012s	user 0.005s	sys 0.003s
I20260630 12:38:38.119460 12685 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:38.112648 12687 raft_consensus.cc:359] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.121541 12687 raft_consensus.cc:385] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.121878 12687 raft_consensus.cc:740] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.122840 12687 consensus_queue.cc:260] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.123526 12686 tablet_bootstrap.cc:654] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.123801 12491 raft_consensus.cc:2468] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.126259 12685 tablet_bootstrap.cc:654] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.126766 12692 leader_election.cc:290] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.129257 12687 ts_tablet_manager.cc:1434] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.022s	user 0.008s	sys 0.000s
I20260630 12:38:38.130402 12687 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:38.130730 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "aedec94ec674496598f8db5e51fe8b94" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28"
I20260630 12:38:38.131335 12640 raft_consensus.cc:3060] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.136535 12687 tablet_bootstrap.cc:654] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.169612 12640 raft_consensus.cc:2468] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 1.
I20260630 12:38:38.171550 12530 leader_election.cc:304] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [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: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 690fdda1a0c44aa9aacace58b82ef5d9
I20260630 12:38:38.172829 12705 raft_consensus.cc:2804] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.173339 12705 raft_consensus.cc:697] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Becoming Leader. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Running, Role: LEADER
I20260630 12:38:38.174274 12705 consensus_queue.cc:237] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.176015 12685 tablet_bootstrap.cc:492] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:38.176640 12685 ts_tablet_manager.cc:1403] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.057s	user 0.020s	sys 0.019s
I20260630 12:38:38.177470 12686 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:38.178015 12686 ts_tablet_manager.cc:1403] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.061s	user 0.024s	sys 0.027s
I20260630 12:38:38.179098 12687 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:38.179845 12687 ts_tablet_manager.cc:1403] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.050s	user 0.018s	sys 0.013s
I20260630 12:38:38.179922 12685 raft_consensus.cc:359] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.180979 12685 raft_consensus.cc:385] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.180820 12686 raft_consensus.cc:359] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.181365 12685 raft_consensus.cc:740] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.181635 12686 raft_consensus.cc:385] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.182003 12686 raft_consensus.cc:740] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.182598 12685 consensus_queue.cc:260] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.182714 12686 consensus_queue.cc:260] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.183935 12687 raft_consensus.cc:359] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.184923 12687 raft_consensus.cc:385] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.185374 12686 ts_tablet_manager.cc:1434] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.007s	user 0.006s	sys 0.000s
I20260630 12:38:38.185297 12687 raft_consensus.cc:740] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.186514 12686 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: Bootstrap starting.
I20260630 12:38:38.186398 12687 consensus_queue.cc:260] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.191741 12687 ts_tablet_manager.cc:1434] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.011s	user 0.009s	sys 0.002s
I20260630 12:38:38.192407 12685 ts_tablet_manager.cc:1434] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.015s	user 0.007s	sys 0.000s
I20260630 12:38:38.192775 12687 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: Bootstrap starting.
I20260630 12:38:38.193269 12686 tablet_bootstrap.cc:654] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.200284 12687 tablet_bootstrap.cc:654] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.200070 12387 catalog_manager.cc:5697] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e7f9e302d174cda82999956912b254b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2e7f9e302d174cda82999956912b254b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:38.207540 12686 tablet_bootstrap.cc:492] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: No bootstrap required, opened a new log
I20260630 12:38:38.208041 12686 ts_tablet_manager.cc:1403] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: Time spent bootstrapping tablet: real 0.022s	user 0.016s	sys 0.000s
I20260630 12:38:38.211177 12686 raft_consensus.cc:359] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.213081 12686 raft_consensus.cc:385] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.213497 12686 raft_consensus.cc:740] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.214361 12686 consensus_queue.cc:260] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.214998 12687 tablet_bootstrap.cc:492] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: No bootstrap required, opened a new log
I20260630 12:38:38.215528 12687 ts_tablet_manager.cc:1403] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent bootstrapping tablet: real 0.023s	user 0.012s	sys 0.008s
I20260630 12:38:38.213135 12685 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: Bootstrap starting.
I20260630 12:38:38.216408 12686 ts_tablet_manager.cc:1434] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: Time spent starting tablet: real 0.008s	user 0.004s	sys 0.000s
I20260630 12:38:38.218349 12687 raft_consensus.cc:359] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.219143 12687 raft_consensus.cc:385] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.219471 12687 raft_consensus.cc:740] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.220021 12691 raft_consensus.cc:493] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.220201 12687 consensus_queue.cc:260] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.220520 12691 raft_consensus.cc:515] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.222774 12687 ts_tablet_manager.cc:1434] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: Time spent starting tablet: real 0.007s	user 0.007s	sys 0.000s
I20260630 12:38:38.225348 12685 tablet_bootstrap.cc:654] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:38.228206 12691 leader_election.cc:290] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.229885 12693 raft_consensus.cc:493] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.230410 12693 raft_consensus.cc:515] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.232209 12705 raft_consensus.cc:493] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.232723 12705 raft_consensus.cc:515] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.234934 12705 leader_election.cc:290] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.238628 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21319e1438b94716aaa961d31481140e" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.239315 12491 raft_consensus.cc:2468] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.240926 12685 tablet_bootstrap.cc:492] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: No bootstrap required, opened a new log
I20260630 12:38:38.241514 12685 ts_tablet_manager.cc:1403] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: Time spent bootstrapping tablet: real 0.029s	user 0.011s	sys 0.008s
I20260630 12:38:38.242550 12566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.243261 12566 raft_consensus.cc:2468] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.244606 12685 raft_consensus.cc:359] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.245345 12685 raft_consensus.cc:385] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:38.245486 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21319e1438b94716aaa961d31481140e" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.245723 12685 raft_consensus.cc:740] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Initialized, Role: FOLLOWER
I20260630 12:38:38.246163 12640 raft_consensus.cc:2468] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.246532 12685 consensus_queue.cc:260] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.240996 12531 leader_election.cc:304] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.248052 12705 raft_consensus.cc:2804] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.248409 12705 raft_consensus.cc:493] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.248730 12705 raft_consensus.cc:3060] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.248925 12685 ts_tablet_manager.cc:1434] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: Time spent starting tablet: real 0.007s	user 0.001s	sys 0.003s
I20260630 12:38:38.249971 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.250610 12491 raft_consensus.cc:2468] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.251799 12603 leader_election.cc:304] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.252776 12691 raft_consensus.cc:2804] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.253087 12691 raft_consensus.cc:493] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.253476 12691 raft_consensus.cc:3060] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.255419 12693 leader_election.cc:290] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.257076 12705 raft_consensus.cc:515] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.259824 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21319e1438b94716aaa961d31481140e" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.260382 12491 raft_consensus.cc:3060] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.264000 12691 raft_consensus.cc:515] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.265497 12566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.266150 12566 raft_consensus.cc:2468] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in term 0.
I20260630 12:38:38.267592 12454 leader_election.cc:304] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.268486 12693 raft_consensus.cc:2804] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.268836 12693 raft_consensus.cc:493] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.269287 12693 raft_consensus.cc:3060] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.276724 12693 raft_consensus.cc:515] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.277940 12491 raft_consensus.cc:2468] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 1.
I20260630 12:38:38.279224 12705 leader_election.cc:290] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.279742 12531 leader_election.cc:304] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.280112 12566 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b"
I20260630 12:38:38.280607 12705 raft_consensus.cc:2804] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.280689 12566 raft_consensus.cc:3060] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.281306 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "21319e1438b94716aaa961d31481140e" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28"
I20260630 12:38:38.281517 12693 leader_election.cc:290] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 election: Requested vote from peers 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.281956 12640 raft_consensus.cc:3060] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.281548 12691 leader_election.cc:290] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.282768 12705 raft_consensus.cc:697] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Becoming Leader. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Running, Role: LEADER
I20260630 12:38:38.282985 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.283757 12491 raft_consensus.cc:2393] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 9217bea8e14144228493aa1ccaf99f28 in current term 1: Already voted for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in this term.
I20260630 12:38:38.283612 12705 consensus_queue.cc:237] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.285921 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b"
I20260630 12:38:38.286413 12693 raft_consensus.cc:493] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.286947 12693 raft_consensus.cc:515] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.287533 12603 leader_election.cc:304] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [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: 9217bea8e14144228493aa1ccaf99f28; no voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9
I20260630 12:38:38.288767 12691 raft_consensus.cc:2749] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election lost for term 1. Reason: could not achieve majority
I20260630 12:38:38.289578 12691 raft_consensus.cc:493] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.290086 12640 raft_consensus.cc:2468] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 1.
I20260630 12:38:38.290048 12691 raft_consensus.cc:515] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.292300 12691 leader_election.cc:290] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.293516 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.294138 12565 raft_consensus.cc:2468] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.296079 12693 leader_election.cc:290] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.296542 12692 raft_consensus.cc:493] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.296325 12639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28"
I20260630 12:38:38.297353 12639 raft_consensus.cc:2393] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election vote request: Denying vote to candidate 690fdda1a0c44aa9aacace58b82ef5d9 in current term 1: Already voted for candidate 9217bea8e14144228493aa1ccaf99f28 in this term.
I20260630 12:38:38.297083 12692 raft_consensus.cc:515] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.297995 12693 raft_consensus.cc:493] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.298261 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.299151 12692 leader_election.cc:290] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.293052 12566 raft_consensus.cc:2468] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in term 1.
I20260630 12:38:38.300171 12639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.296162 12603 leader_election.cc:304] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.300799 12639 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.300875 12454 leader_election.cc:304] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.301842 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "97e2da64cfc84f99acfee515fb9ee5f8" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.301970 12530 leader_election.cc:304] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.298899 12565 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in term 0.
I20260630 12:38:38.303601 12640 raft_consensus.cc:2393] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 690fdda1a0c44aa9aacace58b82ef5d9 in current term 1: Already voted for candidate 9217bea8e14144228493aa1ccaf99f28 in this term.
I20260630 12:38:38.304319 12692 raft_consensus.cc:2804] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.304703 12692 raft_consensus.cc:493] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.304514 12490 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.305156 12692 raft_consensus.cc:3060] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.298645 12693 raft_consensus.cc:515] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.302814 12691 raft_consensus.cc:2804] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.305787 12691 raft_consensus.cc:493] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.306195 12691 raft_consensus.cc:3060] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.306063 12490 raft_consensus.cc:2468] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.310401 12693 leader_election.cc:290] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.302409 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.311209 12491 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 0.
I20260630 12:38:38.311147 12693 raft_consensus.cc:2804] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.317315 12691 raft_consensus.cc:515] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.317853 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.318219 12693 raft_consensus.cc:697] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 LEADER]: Becoming Leader. State: Replica: 690fdda1a0c44aa9aacace58b82ef5d9, State: Running, Role: LEADER
I20260630 12:38:38.317641 12387 catalog_manager.cc:5697] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e7f9e302d174cda82999956912b254b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2e7f9e302d174cda82999956912b254b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:38.318501 12565 raft_consensus.cc:2468] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in term 0.
I20260630 12:38:38.314002 12639 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.319139 12693 consensus_queue.cc:237] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.320000 12639 raft_consensus.cc:2393] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader pre-election vote request: Denying vote to candidate 690fdda1a0c44aa9aacace58b82ef5d9 in current term 1: Already voted for candidate 9217bea8e14144228493aa1ccaf99f28 in this term.
I20260630 12:38:38.320434 12691 leader_election.cc:290] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.314949 12692 raft_consensus.cc:515] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.321288 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b"
I20260630 12:38:38.321998 12565 raft_consensus.cc:3060] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
W20260630 12:38:38.322089 12437 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:38.317394 12454 leader_election.cc:304] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.313838 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28" is_pre_election: true
I20260630 12:38:38.323544 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.323582 12640 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 690fdda1a0c44aa9aacace58b82ef5d9 in term 0.
I20260630 12:38:38.324129 12490 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "e045363bdf9245ac8171dd5e665ad9bb" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.325047 12692 leader_election.cc:290] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3:41817)
I20260630 12:38:38.324142 12491 raft_consensus.cc:3060] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.332095 12640 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "7befc2f9a4e94b16bc15ff8d212f9eb3" candidate_uuid: "2e7f9e302d174cda82999956912b254b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9217bea8e14144228493aa1ccaf99f28"
I20260630 12:38:38.332777 12640 raft_consensus.cc:3060] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.325133 12490 raft_consensus.cc:3060] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.340147 12386 catalog_manager.cc:5697] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 reported cstate change: term changed from 0 to 1, leader changed from <none> to 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1). New cstate: current_term: 1 leader_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:38.343873 12565 raft_consensus.cc:2468] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 1.
I20260630 12:38:38.347095 12454 leader_election.cc:304] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [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: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 9217bea8e14144228493aa1ccaf99f28
I20260630 12:38:38.347137 12490 raft_consensus.cc:2468] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 1.
I20260630 12:38:38.348048 12603 leader_election.cc:304] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.349021 12691 raft_consensus.cc:2804] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.348856 12721 raft_consensus.cc:2764] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:38:38.350461 12691 raft_consensus.cc:697] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Becoming Leader. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Running, Role: LEADER
I20260630 12:38:38.351215 12691 consensus_queue.cc:237] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.352298 12491 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 1.
I20260630 12:38:38.353087 12719 raft_consensus.cc:2764] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader pre-election decision vote started in defunct term 0: won
I20260630 12:38:38.348960 12640 raft_consensus.cc:2468] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 2e7f9e302d174cda82999956912b254b in term 1.
I20260630 12:38:38.355367 12531 leader_election.cc:304] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 2e7f9e302d174cda82999956912b254b, 690fdda1a0c44aa9aacace58b82ef5d9; no voters: 
I20260630 12:38:38.356889 12692 raft_consensus.cc:2804] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.357347 12692 raft_consensus.cc:697] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Becoming Leader. State: Replica: 2e7f9e302d174cda82999956912b254b, State: Running, Role: LEADER
I20260630 12:38:38.358139 12692 consensus_queue.cc:237] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.361079 12387 catalog_manager.cc:5697] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "9217bea8e14144228493aa1ccaf99f28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:38.365911 12386 catalog_manager.cc:5697] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b reported cstate change: term changed from 0 to 1, leader changed from <none> to 2e7f9e302d174cda82999956912b254b (127.0.197.2). New cstate: current_term: 1 leader_uuid: "2e7f9e302d174cda82999956912b254b" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:38.382197 12691 raft_consensus.cc:493] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:38.382668 12691 raft_consensus.cc:515] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.384366 12691 leader_election.cc:290] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.385063 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536f396cc2854a2498fea25f3a66ae58" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" is_pre_election: true
I20260630 12:38:38.385306 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536f396cc2854a2498fea25f3a66ae58" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b" is_pre_election: true
I20260630 12:38:38.385658 12491 raft_consensus.cc:2468] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.385934 12565 raft_consensus.cc:2468] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 0.
I20260630 12:38:38.386843 12605 leader_election.cc:304] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 690fdda1a0c44aa9aacace58b82ef5d9, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.387528 12691 raft_consensus.cc:2804] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:38.387862 12691 raft_consensus.cc:493] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:38.388171 12691 raft_consensus.cc:3060] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.392992 12691 raft_consensus.cc:515] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.394676 12691 leader_election.cc:290] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 election: Requested vote from peers 690fdda1a0c44aa9aacace58b82ef5d9 (127.0.197.1:41925), 2e7f9e302d174cda82999956912b254b (127.0.197.2:42691)
I20260630 12:38:38.395404 12491 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536f396cc2854a2498fea25f3a66ae58" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "690fdda1a0c44aa9aacace58b82ef5d9"
I20260630 12:38:38.395709 12565 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "536f396cc2854a2498fea25f3a66ae58" candidate_uuid: "9217bea8e14144228493aa1ccaf99f28" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "2e7f9e302d174cda82999956912b254b"
I20260630 12:38:38.395955 12491 raft_consensus.cc:3060] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.396337 12565 raft_consensus.cc:3060] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.400766 12491 raft_consensus.cc:2468] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 1.
I20260630 12:38:38.401448 12565 raft_consensus.cc:2468] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 9217bea8e14144228493aa1ccaf99f28 in term 1.
I20260630 12:38:38.401870 12605 leader_election.cc:304] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 690fdda1a0c44aa9aacace58b82ef5d9, 9217bea8e14144228493aa1ccaf99f28; no voters: 
I20260630 12:38:38.402705 12691 raft_consensus.cc:2804] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:38.403170 12691 raft_consensus.cc:697] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Becoming Leader. State: Replica: 9217bea8e14144228493aa1ccaf99f28, State: Running, Role: LEADER
I20260630 12:38:38.403829 12691 consensus_queue.cc:237] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } }
I20260630 12:38:38.410513 12386 catalog_manager.cc:5697] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 reported cstate change: term changed from 0 to 1, leader changed from <none> to 9217bea8e14144228493aa1ccaf99f28 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "9217bea8e14144228493aa1ccaf99f28" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:38.620800 12491 raft_consensus.cc:3060] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:38.627238 12692 consensus_queue.cc:1048] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.644513 12705 consensus_queue.cc:1048] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.656646 12491 raft_consensus.cc:1275] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: 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:38.657215 12639 raft_consensus.cc:1275] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: 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:38.658406 12705 consensus_queue.cc:1048] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.664366 12705 consensus_queue.cc:1048] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.723419 12565 raft_consensus.cc:1275] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Refusing update from remote peer 690fdda1a0c44aa9aacace58b82ef5d9: 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:38.726063 12638 raft_consensus.cc:1275] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Refusing update from remote peer 690fdda1a0c44aa9aacace58b82ef5d9: 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:38.727182 12721 consensus_queue.cc:1048] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.742846 12721 consensus_queue.cc:1048] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.007s
I20260630 12:38:38.798702 12640 raft_consensus.cc:1275] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: 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:38.833891 12705 consensus_queue.cc:1048] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
W20260630 12:38:38.837255 12531 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.1:41925, user_credentials={real_user=slave}} blocked reactor thread for 46842.1us
I20260630 12:38:38.842038 12489 raft_consensus.cc:1275] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: 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:38.870621 12566 raft_consensus.cc:1275] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: 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:38.872368 12490 raft_consensus.cc:1275] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: 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:38.874995 12752 consensus_queue.cc:1048] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:38.908051 12691 consensus_queue.cc:1048] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.009s
I20260630 12:38:38.930532 12758 consensus_queue.cc:1048] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:38.947044 12565 raft_consensus.cc:1275] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: 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:38.947511 12491 raft_consensus.cc:1275] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: 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:38.949218 12718 consensus_queue.cc:1048] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:38.959604 12766 consensus_queue.cc:1048] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:38.980984 12747 mvcc.cc:204] Tried to move back new op lower bound from 7302443494269427712 to 7302443492644601856. Current Snapshot: MvccSnapshot[applied={T|T < 7302443494269427712}]
W20260630 12:38:39.138583 12773 log.cc:927] Time spent T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: Append to log took a long time: real 0.052s	user 0.003s	sys 0.000s
I20260630 12:38:39.646757   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:39.660070 12779 instance_detector.cc: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:39.660079 12780 instance_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:39.662227   788 server_base.cc:1061] running on GCE node
W20260630 12:38:39.662474 12782 instance_detector.cc: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:39.663677   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:39.663945   788 system_unsync_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:39.664141   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823119664117 us; error 0 us; skew 500 ppm
I20260630 12:38:39.664721   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:39.667346   788 webserver.cc:533] Webserver started at http://127.0.197.4:43967/ using document root <none> and password file <none>
I20260630 12:38:39.667857   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:39.668071   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:39.668359   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:39.669509   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "f60d5007b8334ecd9c6ae3ee0573a845"
format_stamp: "Formatted at 2026-06-30 12:38:39 on dist-test-slave-0dvn"
I20260630 12:38:39.673928   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.002s	sys 0.002s
I20260630 12:38:39.677835 12787 log_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:39.678849   788 fs_manager.cc:730] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.001s
I20260630 12:38:39.679229   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "f60d5007b8334ecd9c6ae3ee0573a845"
format_stamp: "Formatted at 2026-06-30 12:38:39 on dist-test-slave-0dvn"
I20260630 12:38:39.679563   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_0.1782822861066773-788-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:39.693318   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:39.694573   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:39.695945   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:39.698343   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:39.698580   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:39.698829   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:39.699007   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:39.738955   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:44523
I20260630 12:38:39.739063 12849 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:44523 every 8 connection(s)
I20260630 12:38:39.753124 12850 heartbeater.cc:344] Connected to a master server at 127.0.197.62:39407
I20260630 12:38:39.753561 12850 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:39.754318 12850 heartbeater.cc:507] Master 127.0.197.62:39407 requested a full tablet report, sending...
I20260630 12:38:39.756240 12386 ts_manager.cc:194] Registered new tserver with Master: f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4:44523)
I20260630 12:38:39.757627 12386 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:48410
I20260630 12:38:40.436239 12639 consensus_queue.cc:237] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } }
I20260630 12:38:40.442454 12566 raft_consensus.cc:1275] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.442902 12491 raft_consensus.cc:1275] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.444053 12858 consensus_queue.cc:1048] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.445065 12770 consensus_queue.cc:1048] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.451840 12858 raft_consensus.cc:2955] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.453516 12564 raft_consensus.cc:2955] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
W20260630 12:38:40.454854 12604 consensus_peers.cc:597] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 -> Peer f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4:44523): Couldn't send request to peer f60d5007b8334ecd9c6ae3ee0573a845. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: e045363bdf9245ac8171dd5e665ad9bb. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.455116 12491 raft_consensus.cc:2955] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.467525 12386 catalog_manager.cc:5697] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 reported cstate change: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "9217bea8e14144228493aa1ccaf99f28" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:40.479669 12564 consensus_queue.cc:237] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } }
I20260630 12:38:40.487911 12491 raft_consensus.cc:1275] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.489979 12854 consensus_queue.cc:1048] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.492079 12639 raft_consensus.cc:1275] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.493575 12854 consensus_queue.cc:1048] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.497997 12746 raft_consensus.cc:2955] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
W20260630 12:38:40.502095 12530 consensus_peers.cc:597] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b -> Peer f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4:44523): Couldn't send request to peer f60d5007b8334ecd9c6ae3ee0573a845. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 7befc2f9a4e94b16bc15ff8d212f9eb3. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.502751 12491 raft_consensus.cc:2955] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.505326 12639 raft_consensus.cc:2955] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.512250 12564 consensus_queue.cc:237] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } }
I20260630 12:38:40.512713 12386 catalog_manager.cc:5697] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b reported cstate change: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2e7f9e302d174cda82999956912b254b" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:40.523429 12640 raft_consensus.cc:1275] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:38:40.525606 12530 consensus_peers.cc:597] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b -> Peer f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4:44523): Couldn't send request to peer f60d5007b8334ecd9c6ae3ee0573a845. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 21319e1438b94716aaa961d31481140e. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.527765 12867 consensus_queue.cc:1048] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.535122 12491 raft_consensus.cc:1275] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 2e7f9e302d174cda82999956912b254b: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.540709 12854 raft_consensus.cc:2955] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.542955 12639 raft_consensus.cc:2955] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.541136 12746 consensus_queue.cc:1048] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.550091 12491 raft_consensus.cc:2955] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.553853 12386 catalog_manager.cc:5697] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b reported cstate change: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "2e7f9e302d174cda82999956912b254b" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:40.554510 12640 consensus_queue.cc:237] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 11, Committed index: 11, Last appended: 1.11, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } }
I20260630 12:38:40.565732 12564 raft_consensus.cc:1275] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
W20260630 12:38:40.566223 12604 consensus_peers.cc:597] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 -> Peer f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4:44523): Couldn't send request to peer f60d5007b8334ecd9c6ae3ee0573a845. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 536f396cc2854a2498fea25f3a66ae58. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:40.567216 12858 consensus_queue.cc:1048] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.570188 12491 raft_consensus.cc:1275] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Refusing update from remote peer 9217bea8e14144228493aa1ccaf99f28: Log matching property violated. Preceding OpId in replica: term: 1 index: 11. Preceding OpId from leader: term: 1 index: 12. (index mismatch)
I20260630 12:38:40.571458 12858 consensus_queue.cc:1048] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [LEADER]: Connected to new peer: Peer: permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 12, Last known committed idx: 11, Time since last communication: 0.000s
I20260630 12:38:40.573804 12770 raft_consensus.cc:2955] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.578876 12564 raft_consensus.cc:2955] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.579118 12491 raft_consensus.cc:2955] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Committing config change with OpId 1.12: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New config: { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } } }
I20260630 12:38:40.591732 12383 catalog_manager.cc:5697] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 reported cstate change: config changed from index -1 to 12, NON_VOTER f60d5007b8334ecd9c6ae3ee0573a845 (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "9217bea8e14144228493aa1ccaf99f28" committed_config { opid_index: 12 OBSOLETE_local: false peers { permanent_uuid: "690fdda1a0c44aa9aacace58b82ef5d9" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 41925 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "2e7f9e302d174cda82999956912b254b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 42691 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9217bea8e14144228493aa1ccaf99f28" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 41817 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "f60d5007b8334ecd9c6ae3ee0573a845" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 44523 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:40.759895 12850 heartbeater.cc:499] Master 127.0.197.62:39407 was elected leader, sending a full tablet report...
I20260630 12:38:40.771384   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:40.798022   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.798734   788 tablet_replica.cc:333] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.799427   788 raft_consensus.cc:2243] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.800057   788 raft_consensus.cc:2272] T 536f396cc2854a2498fea25f3a66ae58 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.802623   788 tablet_replica.cc:333] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.803213   788 raft_consensus.cc:2243] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.803675   788 raft_consensus.cc:2272] T 21319e1438b94716aaa961d31481140e P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.806257   788 tablet_replica.cc:333] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.806829   788 raft_consensus.cc:2243] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.807271   788 raft_consensus.cc:2272] T aedec94ec674496598f8db5e51fe8b94 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.809499   788 tablet_replica.cc:333] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.810024   788 raft_consensus.cc:2243] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.810771   788 raft_consensus.cc:2272] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.814260   788 tablet_replica.cc:333] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.814826   788 raft_consensus.cc:2243] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.815656   788 raft_consensus.cc:2272] T 97e2da64cfc84f99acfee515fb9ee5f8 P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.818140   788 tablet_replica.cc:333] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9: stopping tablet replica
I20260630 12:38:40.818775   788 raft_consensus.cc:2243] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.819228   788 raft_consensus.cc:2272] T e045363bdf9245ac8171dd5e665ad9bb P 690fdda1a0c44aa9aacace58b82ef5d9 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.839144   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:40.855387   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:40.877049   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.877771   788 tablet_replica.cc:333] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.878666   788 raft_consensus.cc:2243] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.879242   788 raft_consensus.cc:2272] T e045363bdf9245ac8171dd5e665ad9bb P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.882427   788 tablet_replica.cc:333] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.882992   788 raft_consensus.cc:2243] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.883438   788 raft_consensus.cc:2272] T 97e2da64cfc84f99acfee515fb9ee5f8 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.885601   788 tablet_replica.cc:333] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.886142   788 raft_consensus.cc:2243] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.887120   788 raft_consensus.cc:2272] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.890128   788 tablet_replica.cc:333] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.890702   788 raft_consensus.cc:2243] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.891448   788 raft_consensus.cc:2272] T aedec94ec674496598f8db5e51fe8b94 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.893381   788 tablet_replica.cc:333] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.893949   788 raft_consensus.cc:2243] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.895061   788 raft_consensus.cc:2272] T 21319e1438b94716aaa961d31481140e P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.897840   788 tablet_replica.cc:333] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b: stopping tablet replica
I20260630 12:38:40.898314   788 raft_consensus.cc:2243] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.898870   788 raft_consensus.cc:2272] T 536f396cc2854a2498fea25f3a66ae58 P 2e7f9e302d174cda82999956912b254b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.927341   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:40.943521   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:40.967108   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:40.967756   788 tablet_replica.cc:333] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.968355   788 raft_consensus.cc:2243] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.969395   788 raft_consensus.cc:2272] T 536f396cc2854a2498fea25f3a66ae58 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.972265   788 tablet_replica.cc:333] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.972836   788 raft_consensus.cc:2243] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.973294   788 raft_consensus.cc:2272] T 7befc2f9a4e94b16bc15ff8d212f9eb3 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.976197   788 tablet_replica.cc:333] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.976727   788 raft_consensus.cc:2243] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.977210   788 raft_consensus.cc:2272] T 97e2da64cfc84f99acfee515fb9ee5f8 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.979346   788 tablet_replica.cc:333] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.979856   788 raft_consensus.cc:2243] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.980281   788 raft_consensus.cc:2272] T aedec94ec674496598f8db5e51fe8b94 P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.982520   788 tablet_replica.cc:333] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.983021   788 raft_consensus.cc:2243] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:40.983461   788 raft_consensus.cc:2272] T 21319e1438b94716aaa961d31481140e P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:40.986061   788 tablet_replica.cc:333] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28: stopping tablet replica
I20260630 12:38:40.986537   788 raft_consensus.cc:2243] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:40.987481   788 raft_consensus.cc:2272] T e045363bdf9245ac8171dd5e665ad9bb P 9217bea8e14144228493aa1ccaf99f28 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:41.012691   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
I20260630 12:38:41.028339   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:38:41.054708   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:41.072208   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:38:41.081060   788 master.cc:562] Master@127.0.197.62:39407 shutting down...
W20260630 12:38:41.102476 12437 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:41.104538   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:41.105099   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:41.105474   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 01a694f7f7054c1799a67922fb18095d: stopping tablet replica
I20260630 12:38:41.127388   788 master.cc:584] Master@127.0.197.62:39407 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/0 (4981 ms)
[ RUN      ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1
I20260630 12:38:41.168637   788 internal_mini_cluster.cc:156] Creating distributed mini masters. Addrs: 127.0.197.62:35663
I20260630 12:38:41.169816   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.175060 12869 instance_detector.cc: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:41.175204 12870 instance_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:41.176541 12872 instance_detector.cc: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:41.178129   788 server_base.cc:1061] running on GCE node
I20260630 12:38:41.179277   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.179487   788 system_unsync_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:41.179703   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823121179688 us; error 0 us; skew 500 ppm
I20260630 12:38:41.180263   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.182744   788 webserver.cc:533] Webserver started at http://127.0.197.62:45023/ using document root <none> and password file <none>
I20260630 12:38:41.183230   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.183431   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.183696   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.184763   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/master-0-root/instance:
uuid: "7d7795225d0e408ca41dc8a5d3d27511"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.189038   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
I20260630 12:38:41.192281 12877 log_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:41.193054   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:41.193341   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/master-0-root
uuid: "7d7795225d0e408ca41dc8a5d3d27511"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.193686   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/master-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/master-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-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:41.204850   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.205868   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.242116   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.62:35663
I20260630 12:38:41.242215 12928 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.62:35663 every 8 connection(s)
I20260630 12:38:41.245949 12929 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:41.257148 12929 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511: Bootstrap starting.
I20260630 12:38:41.261510 12929 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:41.265383 12929 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511: No bootstrap required, opened a new log
I20260630 12:38:41.267642 12929 raft_consensus.cc:359] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER }
I20260630 12:38:41.268043 12929 raft_consensus.cc:385] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:41.268278 12929 raft_consensus.cc:740] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 7d7795225d0e408ca41dc8a5d3d27511, State: Initialized, Role: FOLLOWER
I20260630 12:38:41.268918 12929 consensus_queue.cc:260] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, 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: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER }
I20260630 12:38:41.269381 12929 raft_consensus.cc:399] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
I20260630 12:38:41.269625 12929 raft_consensus.cc:493] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
I20260630 12:38:41.269912 12929 raft_consensus.cc:3060] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:41.275085 12929 raft_consensus.cc:515] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER }
I20260630 12:38:41.275624 12929 leader_election.cc:304] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [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: 7d7795225d0e408ca41dc8a5d3d27511; no voters: 
I20260630 12:38:41.276755 12929 leader_election.cc:290] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [CANDIDATE]: Term 1 election: Requested vote from peers 
I20260630 12:38:41.277096 12932 raft_consensus.cc:2804] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:41.278465 12932 raft_consensus.cc:697] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 1 LEADER]: Becoming Leader. State: Replica: 7d7795225d0e408ca41dc8a5d3d27511, State: Running, Role: LEADER
I20260630 12:38:41.279124 12932 consensus_queue.cc:237] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [LEADER]: Queue going to LEADER mode. State: All 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: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER }
I20260630 12:38:41.279870 12929 sys_catalog.cc:565] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [sys.catalog]: configured and running, proceeding with master startup.
I20260630 12:38:41.283653 12933 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 1 leader_uuid: "7d7795225d0e408ca41dc8a5d3d27511" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER } }
I20260630 12:38:41.284300 12933 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:41.284085 12934 sys_catalog.cc:455] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [sys.catalog]: SysCatalogTable state changed. Reason: New leader 7d7795225d0e408ca41dc8a5d3d27511. Latest consensus state: current_term: 1 leader_uuid: "7d7795225d0e408ca41dc8a5d3d27511" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "7d7795225d0e408ca41dc8a5d3d27511" member_type: VOTER } }
I20260630 12:38:41.285565 12934 sys_catalog.cc:458] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [sys.catalog]: This master's current role is: LEADER
I20260630 12:38:41.286903 12939 catalog_manager.cc:1511] Loading table and tablet metadata into memory...
I20260630 12:38:41.295745 12939 catalog_manager.cc:1520] Initializing Kudu cluster ID...
I20260630 12:38:41.298822   788 internal_mini_cluster.cc:184] Waiting to initialize catalog manager on master 0
I20260630 12:38:41.305863 12939 catalog_manager.cc:1383] Generated new cluster ID: 9f6eacd7423b49458f62f45a8066f696
I20260630 12:38:41.306136 12939 catalog_manager.cc:1531] Initializing Kudu internal certificate authority...
I20260630 12:38:41.325635 12939 catalog_manager.cc:1406] Generated new certificate authority record
I20260630 12:38:41.326929 12939 catalog_manager.cc:1540] Loading token signing keys...
I20260630 12:38:41.340102 12939 catalog_manager.cc:6070] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511: Generated new TSK 0
I20260630 12:38:41.340699 12939 catalog_manager.cc:1550] Initializing in-progress tserver states...
I20260630 12:38:41.365238   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.371057 12950 instance_detector.cc: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:41.372125 12951 instance_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:41.373853   788 server_base.cc:1061] running on GCE node
W20260630 12:38:41.374010 12953 instance_detector.cc: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:41.374971   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.375159   788 system_unsync_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:41.375281   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823121375270 us; error 0 us; skew 500 ppm
I20260630 12:38:41.375692   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.378027   788 webserver.cc:533] Webserver started at http://127.0.197.1:42923/ using document root <none> and password file <none>
I20260630 12:38:41.378432   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.378579   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.378780   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.379756   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-0-root/instance:
uuid: "cd147c5a4e73456ca40834d4a596dc7a"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.384091   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.002s
I20260630 12:38:41.387288 12958 log_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:41.388087   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
I20260630 12:38:41.388399   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-0-root
uuid: "cd147c5a4e73456ca40834d4a596dc7a"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.388656   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-0-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-0-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-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:41.412113   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.413125   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.414637   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.416843   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.417025   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.417296   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.417498   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.001s	sys 0.000s
I20260630 12:38:41.455678   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.1:43511
I20260630 12:38:41.455783 13020 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.1:43511 every 8 connection(s)
I20260630 12:38:41.460413   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.467391 13025 instance_detector.cc: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:41.468760 13026 instance_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:41.471758 13028 instance_detector.cc: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:41.472625 13021 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35663
I20260630 12:38:41.473141 13021 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:41.473588   788 server_base.cc:1061] running on GCE node
I20260630 12:38:41.474087 13021 heartbeater.cc:507] Master 127.0.197.62:35663 requested a full tablet report, sending...
I20260630 12:38:41.475330   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:41.475631   788 system_unsync_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:41.475836   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823121475817 us; error 0 us; skew 500 ppm
I20260630 12:38:41.476383 12894 ts_manager.cc:194] Registered new tserver with Master: cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511)
I20260630 12:38:41.476568   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.478861 12894 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40168
I20260630 12:38:41.479410   788 webserver.cc:533] Webserver started at http://127.0.197.2:34909/ using document root <none> and password file <none>
I20260630 12:38:41.480063   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.480304   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.480634   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.482024   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-1-root/instance:
uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.486248   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.001s	sys 0.003s
I20260630 12:38:41.489336 13033 log_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:41.490234   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.001s
I20260630 12:38:41.490531   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-1-root
uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.490818   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-1-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-1-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-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:41.507639   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.508602   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.510042   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.512240   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.512465   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.512720   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.512893   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.551566   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.2:33985
I20260630 12:38:41.551689 13095 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.2:33985 every 8 connection(s)
I20260630 12:38:41.556367   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:41.562805 13099 instance_detector.cc: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:41.564111 13100 instance_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:41.566726 13102 instance_detector.cc: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:41.567581   788 server_base.cc:1061] running on GCE node
I20260630 12:38:41.568497 13096 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35663
I20260630 12:38:41.568701   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
I20260630 12:38:41.568954 13096 heartbeater.cc:461] Registering TS with master...
W20260630 12:38:41.569046   788 system_unsync_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:41.569345   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823121569326 us; error 0 us; skew 500 ppm
I20260630 12:38:41.569968 13096 heartbeater.cc:507] Master 127.0.197.62:35663 requested a full tablet report, sending...
I20260630 12:38:41.570137   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:41.572410 12894 ts_manager.cc:194] Registered new tserver with Master: 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:41.573036   788 webserver.cc:533] Webserver started at http://127.0.197.3:39797/ using document root <none> and password file <none>
I20260630 12:38:41.573621   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:41.573835   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:41.574103   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:41.574056 12894 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40180
I20260630 12:38:41.575613   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-2-root/instance:
uuid: "3234abeb5b8e46839a6a4b1405477705"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.580030   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.002s
I20260630 12:38:41.583489 13107 log_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:41.584299   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.000s
I20260630 12:38:41.584605   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-2-root
uuid: "3234abeb5b8e46839a6a4b1405477705"
format_stamp: "Formatted at 2026-06-30 12:38:41 on dist-test-slave-0dvn"
I20260630 12:38:41.584892   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-2-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-2-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-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:41.612918   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:41.614037   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:41.615510   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:41.617830   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:41.618065   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.618304   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:41.618477   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:41.657148   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.3:40289
I20260630 12:38:41.657235 13169 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.3:40289 every 8 connection(s)
I20260630 12:38:41.670544 13170 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35663
I20260630 12:38:41.670956 13170 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:41.671761 13170 heartbeater.cc:507] Master 127.0.197.62:35663 requested a full tablet report, sending...
I20260630 12:38:41.673781 12894 ts_manager.cc:194] Registered new tserver with Master: 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:41.674091   788 internal_mini_cluster.cc:371] 3 TS(s) registered with all masters after 0.013710789s
I20260630 12:38:41.675128 12894 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:40194
I20260630 12:38:42.482012 13021 heartbeater.cc:499] Master 127.0.197.62:35663 was elected leader, sending a full tablet report...
I20260630 12:38:42.576787 13096 heartbeater.cc:499] Master 127.0.197.62:35663 was elected leader, sending a full tablet report...
I20260630 12:38:42.677848 13170 heartbeater.cc:499] Master 127.0.197.62:35663 was elected leader, sending a full tablet report...
I20260630 12:38:42.736655 12894 catalog_manager.cc:2283] Servicing CreateTable request from {username='slave'} at 127.0.0.1:40198:
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:42.738937 12894 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:42.795039 12986 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0d6726e434ff79b064c1a4d7fe6d9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.796922 12986 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0d6726e434ff79b064c1a4d7fe6d9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.804663 12985 tablet_service.cc:1511] Processing CreateTablet for tablet 2b86f34d680e4106a144827ceca239a9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.806077 12985 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b86f34d680e4106a144827ceca239a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.822182 13135 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0d6726e434ff79b064c1a4d7fe6d9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.822567 12984 tablet_service.cc:1511] Processing CreateTablet for tablet 8606f4fcec074ee8b1892876fd013f35 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.823608 13135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0d6726e434ff79b064c1a4d7fe6d9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.823908 12984 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8606f4fcec074ee8b1892876fd013f35. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.826452 13134 tablet_service.cc:1511] Processing CreateTablet for tablet 2b86f34d680e4106a144827ceca239a9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.827723 13134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b86f34d680e4106a144827ceca239a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.828833 12983 tablet_service.cc:1511] Processing CreateTablet for tablet 228c84ff0d5344be96dc5113475c5b34 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.830555 12983 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 228c84ff0d5344be96dc5113475c5b34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.830922 13133 tablet_service.cc:1511] Processing CreateTablet for tablet 8606f4fcec074ee8b1892876fd013f35 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.832211 13133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8606f4fcec074ee8b1892876fd013f35. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.835587 12982 tablet_service.cc:1511] Processing CreateTablet for tablet 24d754e6d70d447f8ce098ccd40a3a19 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.837304 12982 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 24d754e6d70d447f8ce098ccd40a3a19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.841459 12981 tablet_service.cc:1511] Processing CreateTablet for tablet 5f965cddf97745fbad02abec5d5a6725 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.843164 12981 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f965cddf97745fbad02abec5d5a6725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.866166 13191 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:42.880466 13191 tablet_bootstrap.cc:654] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.882468 13192 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:42.886096 13191 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:42.886633 13191 ts_tablet_manager.cc:1403] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.021s	user 0.009s	sys 0.003s
I20260630 12:38:42.941007 13133 tablet_service.cc:1511] Processing CreateTablet for tablet 5f965cddf97745fbad02abec5d5a6725 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.942924 13135 tablet_service.cc:1511] Processing CreateTablet for tablet 228c84ff0d5344be96dc5113475c5b34 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.943205 13061 tablet_service.cc:1511] Processing CreateTablet for tablet f9a0d6726e434ff79b064c1a4d7fe6d9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION VALUES < 357913941
I20260630 12:38:42.943923 13133 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f965cddf97745fbad02abec5d5a6725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.944815 13135 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 228c84ff0d5344be96dc5113475c5b34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.944943 13061 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0d6726e434ff79b064c1a4d7fe6d9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.941039 13134 tablet_service.cc:1511] Processing CreateTablet for tablet 24d754e6d70d447f8ce098ccd40a3a19 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.951376 13059 tablet_service.cc:1511] Processing CreateTablet for tablet 8606f4fcec074ee8b1892876fd013f35 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 715827882 <= VALUES < 1073741823
I20260630 12:38:42.954849 13192 tablet_bootstrap.cc:654] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:42.955760 13058 tablet_service.cc:1511] Processing CreateTablet for tablet 228c84ff0d5344be96dc5113475c5b34 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1073741823 <= VALUES < 1431655764
I20260630 12:38:42.957762 13134 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 24d754e6d70d447f8ce098ccd40a3a19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.959894 13056 tablet_service.cc:1511] Processing CreateTablet for tablet 5f965cddf97745fbad02abec5d5a6725 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1789569705 <= VALUES
I20260630 12:38:42.953259 13059 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8606f4fcec074ee8b1892876fd013f35. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.962399 13058 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 228c84ff0d5344be96dc5113475c5b34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.889379 13191 raft_consensus.cc:359] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:42.964841 13191 raft_consensus.cc:385] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:42.964952 13056 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 5f965cddf97745fbad02abec5d5a6725. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.965775 13057 tablet_service.cc:1511] Processing CreateTablet for tablet 24d754e6d70d447f8ce098ccd40a3a19 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 1431655764 <= VALUES < 1789569705
I20260630 12:38:42.967206 13057 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 24d754e6d70d447f8ce098ccd40a3a19. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.940815 13060 tablet_service.cc:1511] Processing CreateTablet for tablet 2b86f34d680e4106a144827ceca239a9 (DEFAULT_TABLE table=test-workload [id=3bff9761718d40f180a7980d7defc814]), partition=RANGE (key) PARTITION 357913941 <= VALUES < 715827882
I20260630 12:38:42.975417 13060 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b86f34d680e4106a144827ceca239a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:42.965312 13191 raft_consensus.cc:740] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:42.991541 13192 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:42.992430 13192 ts_tablet_manager.cc:1403] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.110s	user 0.015s	sys 0.000s
I20260630 12:38:42.993796 13191 consensus_queue.cc:260] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.004405 13195 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.009919 13192 raft_consensus.cc:359] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.010795 13192 raft_consensus.cc:385] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.011121 13192 raft_consensus.cc:740] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.012012 13192 consensus_queue.cc:260] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.015141 13191 ts_tablet_manager.cc:1434] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.128s	user 0.007s	sys 0.003s
I20260630 12:38:43.016616 13191 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:43.026559 13191 tablet_bootstrap.cc:654] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.028911 13195 tablet_bootstrap.cc:654] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.031225 13192 ts_tablet_manager.cc:1434] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.038s	user 0.003s	sys 0.007s
I20260630 12:38:43.032564 13192 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:43.034827 13191 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:43.035334 13191 ts_tablet_manager.cc:1403] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.003s
I20260630 12:38:43.038554 13197 raft_consensus.cc:493] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.039165 13197 raft_consensus.cc:515] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.039840 13192 tablet_bootstrap.cc:654] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.039570 13191 raft_consensus.cc:359] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.040408 13191 raft_consensus.cc:385] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.040782 13191 raft_consensus.cc:740] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.041612 13191 consensus_queue.cc:260] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.044052 13191 ts_tablet_manager.cc:1434] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.008s	user 0.005s	sys 0.000s
I20260630 12:38:43.046381 13197 leader_election.cc:290] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.049322 13191 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:43.067516 13191 tablet_bootstrap.cc:654] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.068883 13192 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:43.069236 13195 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.069527 13192 ts_tablet_manager.cc:1403] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.037s	user 0.019s	sys 0.016s
I20260630 12:38:43.069839 13195 ts_tablet_manager.cc:1403] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.066s	user 0.023s	sys 0.007s
I20260630 12:38:43.073091 13195 raft_consensus.cc:359] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.073871 13195 raft_consensus.cc:385] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.074285 13195 raft_consensus.cc:740] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.073657 13192 raft_consensus.cc:359] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.074987 13192 raft_consensus.cc:385] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.075413 13192 raft_consensus.cc:740] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.076680 13192 consensus_queue.cc:260] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.081053 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0d6726e434ff79b064c1a4d7fe6d9" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a" is_pre_election: true
I20260630 12:38:43.081980 12996 raft_consensus.cc:2468] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 0.
I20260630 12:38:43.083961 13111 leader_election.cc:304] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.084978 13197 raft_consensus.cc:2804] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.085359 13197 raft_consensus.cc:493] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.085724 13197 raft_consensus.cc:3060] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.085601 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0d6726e434ff79b064c1a4d7fe6d9" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
W20260630 12:38:43.087555 13109 leader_election.cc:343] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.090598 13192 ts_tablet_manager.cc:1434] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.021s	user 0.010s	sys 0.000s
I20260630 12:38:43.090076 13195 consensus_queue.cc:260] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.091987 13192 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:43.094918 13197 raft_consensus.cc:515] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.098258 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0d6726e434ff79b064c1a4d7fe6d9" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a"
I20260630 12:38:43.098667 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "f9a0d6726e434ff79b064c1a4d7fe6d9" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.098837 12996 raft_consensus.cc:3060] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.099929 13192 tablet_bootstrap.cc:654] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
W20260630 12:38:43.100112 13109 leader_election.cc:343] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.100817 13197 leader_election.cc:290] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Requested vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.104228 13204 raft_consensus.cc:493] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.104910 13204 raft_consensus.cc:515] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.105494 13191 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:43.106055 13191 ts_tablet_manager.cc:1403] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.057s	user 0.017s	sys 0.017s
I20260630 12:38:43.109661 13191 raft_consensus.cc:359] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.110385 13191 raft_consensus.cc:385] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.110700 13191 raft_consensus.cc:740] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.112052 13204 leader_election.cc:290] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.114378 13191 consensus_queue.cc:260] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.119570 13191 ts_tablet_manager.cc:1434] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.013s	user 0.007s	sys 0.001s
I20260630 12:38:43.120162 13195 ts_tablet_manager.cc:1434] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.050s	user 0.008s	sys 0.001s
I20260630 12:38:43.121332 13195 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.122574 13191 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:43.132510 13191 tablet_bootstrap.cc:654] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.122758 12996 raft_consensus.cc:2468] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 1.
I20260630 12:38:43.134039 13111 leader_election.cc:304] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [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: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a; no voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b
I20260630 12:38:43.136219 13192 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:43.137755 13192 ts_tablet_manager.cc:1403] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.046s	user 0.016s	sys 0.008s
I20260630 12:38:43.139062 13191 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:43.137063 13145 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705" is_pre_election: true
I20260630 12:38:43.140878 13195 tablet_bootstrap.cc:654] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.140702 13192 raft_consensus.cc:359] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.135712 13197 raft_consensus.cc:2804] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.141505 13192 raft_consensus.cc:385] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.141906 13192 raft_consensus.cc:740] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.142635 13192 consensus_queue.cc:260] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.146243 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a" is_pre_election: true
W20260630 12:38:43.146517 13034 leader_election.cc:343] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.147253 13197 raft_consensus.cc:697] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Becoming Leader. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Running, Role: LEADER
W20260630 12:38:43.147848 13037 leader_election.cc:343] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.148458 13037 leader_election.cc:304] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [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: 9e2052aa7f6f486e9d9c6b54dc28ff0b; no voters: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a
I20260630 12:38:43.149314 13204 raft_consensus.cc:2749] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Leader pre-election lost for term 1. Reason: could not achieve majority
I20260630 12:38:43.148701 13197 consensus_queue.cc:237] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.150904 13192 ts_tablet_manager.cc:1434] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.013s	user 0.005s	sys 0.004s
I20260630 12:38:43.139590 13191 ts_tablet_manager.cc:1403] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.017s	user 0.006s	sys 0.005s
I20260630 12:38:43.152025 13192 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:43.152908 13195 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.153462 13195 ts_tablet_manager.cc:1403] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.032s	user 0.006s	sys 0.011s
I20260630 12:38:43.155470 13191 raft_consensus.cc:359] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.156649 13191 raft_consensus.cc:385] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.156546 13195 raft_consensus.cc:359] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.157418 13195 raft_consensus.cc:385] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.157370 13191 raft_consensus.cc:740] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.158080 13195 raft_consensus.cc:740] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.158821 13192 tablet_bootstrap.cc:654] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.158973 13191 consensus_queue.cc:260] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.162979 13191 ts_tablet_manager.cc:1434] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.011s	user 0.002s	sys 0.006s
I20260630 12:38:43.159018 13195 consensus_queue.cc:260] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.168066 13195 ts_tablet_manager.cc:1434] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.014s	user 0.006s	sys 0.000s
I20260630 12:38:43.169178 13195 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.173251 13211 raft_consensus.cc:493] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.173781 13211 raft_consensus.cc:515] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.174599 13191 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:43.177834 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a" is_pre_election: true
I20260630 12:38:43.178539 12996 raft_consensus.cc:2468] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 0.
I20260630 12:38:43.179632 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
I20260630 12:38:43.181044 13195 tablet_bootstrap.cc:654] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.181277 13111 leader_election.cc:304] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.182303 13209 raft_consensus.cc:2804] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.182668 13209 raft_consensus.cc:493] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
W20260630 12:38:43.182796 13109 leader_election.cc:343] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.183059 13209 raft_consensus.cc:3060] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.176028 13211 leader_election.cc:290] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.183389 12894 catalog_manager.cc:5697] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:43.191533 13195 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.191922 13191 tablet_bootstrap.cc:654] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.192157 13195 ts_tablet_manager.cc:1403] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.023s	user 0.011s	sys 0.005s
I20260630 12:38:43.196012 13209 raft_consensus.cc:515] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.196399 13195 raft_consensus.cc:359] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.197302 13195 raft_consensus.cc:385] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.197654 13195 raft_consensus.cc:740] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.198446 13195 consensus_queue.cc:260] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.199988 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a"
I20260630 12:38:43.200614 12996 raft_consensus.cc:3060] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.202355 13192 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:43.202889 13192 ts_tablet_manager.cc:1403] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.051s	user 0.018s	sys 0.013s
I20260630 12:38:43.205832 13192 raft_consensus.cc:359] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.206568 13192 raft_consensus.cc:385] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.206848 13192 raft_consensus.cc:740] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.207587 13192 consensus_queue.cc:260] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.208570 13211 raft_consensus.cc:493] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.208997 13211 raft_consensus.cc:515] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.210165 13191 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:43.210374 13196 raft_consensus.cc:493] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.210863 13191 ts_tablet_manager.cc:1403] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.036s	user 0.002s	sys 0.017s
I20260630 12:38:43.211163 13211 leader_election.cc:290] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.210901 13196 raft_consensus.cc:515] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.212926 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "228c84ff0d5344be96dc5113475c5b34" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
I20260630 12:38:43.213603 13071 raft_consensus.cc:2468] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 0.
I20260630 12:38:43.214963 13109 leader_election.cc:304] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3234abeb5b8e46839a6a4b1405477705, 9e2052aa7f6f486e9d9c6b54dc28ff0b; no voters: 
I20260630 12:38:43.215301 12995 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "228c84ff0d5344be96dc5113475c5b34" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a" is_pre_election: true
I20260630 12:38:43.215879 13211 raft_consensus.cc:2804] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.216230 13211 raft_consensus.cc:493] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.216584 13211 raft_consensus.cc:3060] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.217425 12996 raft_consensus.cc:2468] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 1.
W20260630 12:38:43.218669 13111 leader_election.cc:343] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 pre-election: Tablet error from VoteRequest() call to peer cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.200711 13195 ts_tablet_manager.cc:1434] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.000s
I20260630 12:38:43.217451 13191 raft_consensus.cc:359] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.219563 13196 leader_election.cc:290] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.222481 13192 ts_tablet_manager.cc:1434] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.019s	user 0.008s	sys 0.000s
I20260630 12:38:43.223681 13192 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:43.226006 13209 leader_election.cc:290] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Requested vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.220687 13191 raft_consensus.cc:385] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.228255 13191 raft_consensus.cc:740] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.227445 13195 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.227231 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.229844 13191 consensus_queue.cc:260] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
W20260630 12:38:43.232563 13109 leader_election.cc:343] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Tablet error from VoteRequest() call to peer 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985): Illegal state: must be running to vote when last-logged opid is not known
I20260630 12:38:43.233848 13192 tablet_bootstrap.cc:654] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.235975 13191 ts_tablet_manager.cc:1434] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.025s	user 0.005s	sys 0.001s
I20260630 12:38:43.229976 13211 raft_consensus.cc:515] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.237488 13191 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: Bootstrap starting.
I20260630 12:38:43.239415 13211 leader_election.cc:290] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Requested vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985)
I20260630 12:38:43.240708 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "228c84ff0d5344be96dc5113475c5b34" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.241667 13071 raft_consensus.cc:3060] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.243288 13195 tablet_bootstrap.cc:654] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.246136 13111 leader_election.cc:304] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [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: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a; no voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b
I20260630 12:38:43.247152 12996 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "228c84ff0d5344be96dc5113475c5b34" candidate_uuid: "3234abeb5b8e46839a6a4b1405477705" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a"
I20260630 12:38:43.248183 13196 raft_consensus.cc:493] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.248835 13196 raft_consensus.cc:515] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.252287 13196 leader_election.cc:290] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.253104 13211 raft_consensus.cc:2804] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.253878 13211 raft_consensus.cc:697] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Becoming Leader. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Running, Role: LEADER
I20260630 12:38:43.254995 13211 consensus_queue.cc:237] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.247758 12996 raft_consensus.cc:3060] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.268599 12996 raft_consensus.cc:2468] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 1.
I20260630 12:38:43.271395 13191 tablet_bootstrap.cc:654] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.278540 13111 leader_election.cc:304] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.280406 13209 raft_consensus.cc:2804] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.280901 13209 raft_consensus.cc:697] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Becoming Leader. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Running, Role: LEADER
I20260630 12:38:43.280987 13071 raft_consensus.cc:2468] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate 3234abeb5b8e46839a6a4b1405477705 in term 1.
I20260630 12:38:43.281760 13209 consensus_queue.cc:237] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.289327 13192 tablet_bootstrap.cc:492] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:43.289381 13195 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.290234 13192 ts_tablet_manager.cc:1403] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.067s	user 0.029s	sys 0.021s
I20260630 12:38:43.290429 13195 ts_tablet_manager.cc:1403] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.063s	user 0.020s	sys 0.017s
I20260630 12:38:43.293774 13195 raft_consensus.cc:359] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.295239 13195 raft_consensus.cc:385] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.295113 13192 raft_consensus.cc:359] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.295861 13195 raft_consensus.cc:740] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.296133 13192 raft_consensus.cc:385] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.296511 13192 raft_consensus.cc:740] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
W20260630 12:38:43.296993 12942 auto_rebalancer.cc:298] Could not retrieve cluster info: Service unavailable: Tablet not running
I20260630 12:38:43.297096 13195 consensus_queue.cc:260] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.297722 13192 consensus_queue.cc:260] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.300082 13191 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: No bootstrap required, opened a new log
I20260630 12:38:43.300364 13192 ts_tablet_manager.cc:1434] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.001s
I20260630 12:38:43.300630 13191 ts_tablet_manager.cc:1403] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: Time spent bootstrapping tablet: real 0.064s	user 0.010s	sys 0.008s
I20260630 12:38:43.301348 13192 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: Bootstrap starting.
I20260630 12:38:43.302448 12893 catalog_manager.cc:5697] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:43.303592 13191 raft_consensus.cc:359] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.304330 13191 raft_consensus.cc:385] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.304612 13191 raft_consensus.cc:740] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.306742 13191 consensus_queue.cc:260] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.307251 13195 ts_tablet_manager.cc:1434] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.016s	user 0.006s	sys 0.001s
I20260630 12:38:43.311234 13192 tablet_bootstrap.cc:654] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.311908 13191 ts_tablet_manager.cc:1434] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: Time spent starting tablet: real 0.011s	user 0.005s	sys 0.003s
I20260630 12:38:43.324811 13195 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.325549 13070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "24d754e6d70d447f8ce098ccd40a3a19" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
I20260630 12:38:43.325927 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b86f34d680e4106a144827ceca239a9" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
I20260630 12:38:43.326297 13070 raft_consensus.cc:2468] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.326831 13071 raft_consensus.cc:2468] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.328398 12960 leader_election.cc:304] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.329461 12960 leader_election.cc:304] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.330480 13196 raft_consensus.cc:2804] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.330894 13196 raft_consensus.cc:493] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.331231 13196 raft_consensus.cc:3060] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.330171 12893 catalog_manager.cc:5697] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 reported cstate change: term changed from 0 to 1, leader changed from <none> to 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3). New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: HEALTHY } } }
I20260630 12:38:43.332633 13195 tablet_bootstrap.cc:654] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.338193 13192 tablet_bootstrap.cc:492] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: No bootstrap required, opened a new log
I20260630 12:38:43.338241 13195 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.338691 13192 ts_tablet_manager.cc:1403] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: Time spent bootstrapping tablet: real 0.038s	user 0.011s	sys 0.023s
I20260630 12:38:43.338898 13195 ts_tablet_manager.cc:1403] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.014s	user 0.009s	sys 0.003s
I20260630 12:38:43.341738 13192 raft_consensus.cc:359] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.342454 13192 raft_consensus.cc:385] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.342209 13195 raft_consensus.cc:359] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.342854 13192 raft_consensus.cc:740] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 3234abeb5b8e46839a6a4b1405477705, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.343291 13195 raft_consensus.cc:385] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.343684 13195 raft_consensus.cc:740] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.343667 13192 consensus_queue.cc:260] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.344810 13195 consensus_queue.cc:260] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.345671 13192 ts_tablet_manager.cc:1434] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.002s
I20260630 12:38:43.347747 13196 raft_consensus.cc:515] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.349073 13195 ts_tablet_manager.cc:1434] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.010s	user 0.007s	sys 0.000s
I20260630 12:38:43.349923 13196 leader_election.cc:290] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Requested vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.350220 13195 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Bootstrap starting.
I20260630 12:38:43.350487 13196 raft_consensus.cc:2804] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.350857 13196 raft_consensus.cc:493] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.351130 13196 raft_consensus.cc:3060] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.356926 13195 tablet_bootstrap.cc:654] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Neither blocks nor log segments found. Creating new log.
I20260630 12:38:43.358762 13071 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "24d754e6d70d447f8ce098ccd40a3a19" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.359357 13071 raft_consensus.cc:3060] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.362231 13196 raft_consensus.cc:515] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.364998 13070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b86f34d680e4106a144827ceca239a9" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.365571 13070 raft_consensus.cc:3060] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.366317 13071 raft_consensus.cc:2468] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.368222 13195 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: No bootstrap required, opened a new log
I20260630 12:38:43.368738 13195 ts_tablet_manager.cc:1403] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent bootstrapping tablet: real 0.019s	user 0.010s	sys 0.006s
I20260630 12:38:43.371134 13070 raft_consensus.cc:2468] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.371645 13195 raft_consensus.cc:359] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.371877 12960 leader_election.cc:304] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.372905 13224 raft_consensus.cc:2804] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.372889 12960 leader_election.cc:304] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.373337 13196 leader_election.cc:290] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Requested vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.374226 13196 raft_consensus.cc:2804] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.374778 13196 raft_consensus.cc:697] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Becoming Leader. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Running, Role: LEADER
I20260630 12:38:43.375203 13145 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b86f34d680e4106a144827ceca239a9" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705" is_pre_election: true
I20260630 12:38:43.375833 13145 raft_consensus.cc:2468] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.375684 13196 consensus_queue.cc:237] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.377061 13144 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "24d754e6d70d447f8ce098ccd40a3a19" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705" is_pre_election: true
I20260630 12:38:43.377739 13144 raft_consensus.cc:2468] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.379251 13195 raft_consensus.cc:385] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
I20260630 12:38:43.379774 13195 raft_consensus.cc:740] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 9e2052aa7f6f486e9d9c6b54dc28ff0b, State: Initialized, Role: FOLLOWER
I20260630 12:38:43.380096 13142 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "2b86f34d680e4106a144827ceca239a9" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705"
I20260630 12:38:43.380942 13142 raft_consensus.cc:3060] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.382391 13195 consensus_queue.cc:260] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.379354 13143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "24d754e6d70d447f8ce098ccd40a3a19" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705"
I20260630 12:38:43.388589 13143 raft_consensus.cc:3060] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.390388 13195 ts_tablet_manager.cc:1434] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: Time spent starting tablet: real 0.021s	user 0.008s	sys 0.001s
I20260630 12:38:43.406124 13143 raft_consensus.cc:2468] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.412357 13142 raft_consensus.cc:2468] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.416389 13224 raft_consensus.cc:697] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Becoming Leader. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Running, Role: LEADER
I20260630 12:38:43.417167 13224 consensus_queue.cc:237] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.423521 12893 catalog_manager.cc:5697] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a reported cstate change: term changed from 0 to 1, leader changed from <none> to cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "cd147c5a4e73456ca40834d4a596dc7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.434595 12893 catalog_manager.cc:5697] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a reported cstate change: term changed from 0 to 1, leader changed from <none> to cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "cd147c5a4e73456ca40834d4a596dc7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.463737 13224 raft_consensus.cc:493] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.464270 13224 raft_consensus.cc:515] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.466538 13224 leader_election.cc:290] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.467289 13070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" is_pre_election: true
I20260630 12:38:43.467656 13143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705" is_pre_election: true
I20260630 12:38:43.467934 13070 raft_consensus.cc:2468] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.468255 13143 raft_consensus.cc:2468] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 0.
I20260630 12:38:43.468940 12960 leader_election.cc:304] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.469667 13224 raft_consensus.cc:2804] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Leader pre-election won for term 1
I20260630 12:38:43.470031 13224 raft_consensus.cc:493] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
I20260630 12:38:43.470283 13224 raft_consensus.cc:3060] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.475248 13224 raft_consensus.cc:515] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.476815 13224 leader_election.cc:290] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Requested vote from peers 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.477552 13070 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b"
I20260630 12:38:43.477820 13143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "5f965cddf97745fbad02abec5d5a6725" candidate_uuid: "cd147c5a4e73456ca40834d4a596dc7a" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705"
I20260630 12:38:43.478173 13070 raft_consensus.cc:3060] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.478356 13143 raft_consensus.cc:3060] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.485357 13070 raft_consensus.cc:2468] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.485356 13143 raft_consensus.cc:2468] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate cd147c5a4e73456ca40834d4a596dc7a in term 1.
I20260630 12:38:43.486505 12960 leader_election.cc:304] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: 9e2052aa7f6f486e9d9c6b54dc28ff0b, cd147c5a4e73456ca40834d4a596dc7a; no voters: 
I20260630 12:38:43.487182 13224 raft_consensus.cc:2804] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Leader election won for term 1
I20260630 12:38:43.487576 13224 raft_consensus.cc:697] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Becoming Leader. State: Replica: cd147c5a4e73456ca40834d4a596dc7a, State: Running, Role: LEADER
I20260630 12:38:43.488200 13224 consensus_queue.cc:237] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.494688 12893 catalog_manager.cc:5697] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a reported cstate change: term changed from 0 to 1, leader changed from <none> to cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1). New cstate: current_term: 1 leader_uuid: "cd147c5a4e73456ca40834d4a596dc7a" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: UNKNOWN } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:43.549250 13209 consensus_queue.cc:1048] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.561851 13070 raft_consensus.cc:3060] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.569195 13211 consensus_queue.cc:1048] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.661496 13211 consensus_queue.cc:1048] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.664147 13070 raft_consensus.cc:3060] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 0 FOLLOWER]: Advancing to term 1
I20260630 12:38:43.680863 13204 raft_consensus.cc:493] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
I20260630 12:38:43.681624 13204 raft_consensus.cc:515] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } }
I20260630 12:38:43.687120 12995 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "cd147c5a4e73456ca40834d4a596dc7a" is_pre_election: true
I20260630 12:38:43.694754 13143 tablet_service.cc:1917] Received RequestConsensusVote() RPC: tablet_id: "8606f4fcec074ee8b1892876fd013f35" candidate_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" candidate_term: 2 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "3234abeb5b8e46839a6a4b1405477705" is_pre_election: true
I20260630 12:38:43.697217 13034 leader_election.cc:304] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [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: 9e2052aa7f6f486e9d9c6b54dc28ff0b; no voters: 3234abeb5b8e46839a6a4b1405477705, cd147c5a4e73456ca40834d4a596dc7a
I20260630 12:38:43.699146 13204 leader_election.cc:290] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [CANDIDATE]: Term 2 pre-election: Requested pre-vote from peers cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511), 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:43.700181 13204 raft_consensus.cc:2749] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Leader pre-election lost for term 2. Reason: could not achieve majority
I20260630 12:38:43.705873 13211 consensus_queue.cc:1048] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.719727 13211 consensus_queue.cc:1048] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
W20260630 12:38:43.746263 13034 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.RequestConsensusVote -> {remote=127.0.197.3:40289, user_credentials={real_user=slave}} blocked reactor thread for 49148us
I20260630 12:38:43.761772 13211 consensus_queue.cc:1048] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.001s
I20260630 12:38:43.871574 13143 raft_consensus.cc:1275] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.873344 13224 consensus_queue.cc:1048] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.883035 13070 raft_consensus.cc:1275] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.884718 13224 consensus_queue.cc:1048] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.003s
I20260630 12:38:43.888906 13143 raft_consensus.cc:1275] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.889428 13142 raft_consensus.cc:1275] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.892915 13070 raft_consensus.cc:1275] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.894520 13071 raft_consensus.cc:1275] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: 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:43.902560 13227 consensus_queue.cc:1048] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
I20260630 12:38:43.914078 13196 consensus_queue.cc:1048] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.002s
I20260630 12:38:43.914628 13224 consensus_queue.cc:1048] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.015s
I20260630 12:38:43.917368 13196 consensus_queue.cc:1048] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.025s
W20260630 12:38:44.094337 13109 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.2:33985, user_credentials={real_user=slave}} blocked reactor thread for 95227.3us
W20260630 12:38:44.094864 13111 outbound_call.cc:321] RPC callback for RPC call kudu.consensus.ConsensusService.UpdateConsensus -> {remote=127.0.197.1:43511, user_credentials={real_user=slave}} blocked reactor thread for 110961us
I20260630 12:38:44.206712 13271 mvcc.cc:204] Tried to move back new op lower bound from 7302443515491647488 to 7302443513358159872. Current Snapshot: MvccSnapshot[applied={T|T < 7302443515423244288}]
I20260630 12:38:44.801280   788 file_cache.cc:492] Constructed file cache file cache with capacity 419430
W20260630 12:38:44.823473 13286 instance_detector.cc: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:44.823800 13287 instance_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:44.826277 13289 instance_detector.cc: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:44.827018   788 server_base.cc:1061] running on GCE node
I20260630 12:38:44.828132   788 hybrid_clock.cc:584] initializing the hybrid clock with 'system_unsync' time source
W20260630 12:38:44.828348   788 system_unsync_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:44.828500   788 hybrid_clock.cc:648] HybridClock initialized: now 1782823124828488 us; error 0 us; skew 500 ppm
I20260630 12:38:44.828995   788 server_base.cc:861] Flag tcmalloc_max_total_thread_cache_bytes is not working since tcmalloc is not enabled.
I20260630 12:38:44.831718   788 webserver.cc:533] Webserver started at http://127.0.197.4:38043/ using document root <none> and password file <none>
I20260630 12:38:44.832172   788 fs_manager.cc:362] Metadata directory not provided
I20260630 12:38:44.832343   788 fs_manager.cc:368] Using write-ahead log directory (fs_wal_dir) as metadata directory
I20260630 12:38:44.832607   788 server_base.cc:909] This appears to be a new deployment of Kudu; creating new FS layout
I20260630 12:38:44.833838   788 fs_manager.cc:1068] Generated new instance metadata in path /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-3-root/instance:
uuid: "848c71c438be4bfbbb37dcd0633ad32a"
format_stamp: "Formatted at 2026-06-30 12:38:44 on dist-test-slave-0dvn"
I20260630 12:38:44.838261   788 fs_manager.cc:696] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
I20260630 12:38:44.841964 13294 log_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:44.842749   788 fs_manager.cc:730] Time spent opening block manager: real 0.002s	user 0.002s	sys 0.002s
I20260630 12:38:44.843003   788 fs_manager.cc:647] Opened local filesystem: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-3-root
uuid: "848c71c438be4bfbbb37dcd0633ad32a"
format_stamp: "Formatted at 2026-06-30 12:38:44 on dist-test-slave-0dvn"
I20260630 12:38:44.843227   788 fs_report.cc:389] FS layout report
--------------------
wal directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-3-root
metadata directory: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-0/minicluster-data/ts-3-root
1 data directories: /tmp/dist-test-taskCr0V_a/test-tmp/auto_rebalancer-test.0.PreferFollowerRebalancingTest.SchedulesReplicaMoves_1.1782822861066773-788-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:44.879930   788 rpc_server.cc:225] running with OpenSSL 1.1.1  11 Sep 2018
I20260630 12:38:44.881219   788 kserver.cc:163] Server-wide thread pool size limit: 3276
I20260630 12:38:44.882580   788 txn_system_client.cc:432] TxnSystemClient initialization is disabled...
I20260630 12:38:44.885000   788 ts_tablet_manager.cc:585] Loaded tablet metadata (0 total tablets, 0 live tablets)
I20260630 12:38:44.885185   788 ts_tablet_manager.cc:531] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:44.885525   788 ts_tablet_manager.cc:616] Registered 0 tablets
I20260630 12:38:44.885706   788 ts_tablet_manager.cc:595] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
I20260630 12:38:44.927248   788 rpc_server.cc:307] RPC server started. Bound to: 127.0.197.4:37685
I20260630 12:38:44.927380 13356 acceptor_pool.cc:272] collecting diagnostics on the listening RPC socket 127.0.197.4:37685 every 8 connection(s)
I20260630 12:38:44.946514 13357 heartbeater.cc:344] Connected to a master server at 127.0.197.62:35663
I20260630 12:38:44.947065 13357 heartbeater.cc:461] Registering TS with master...
I20260630 12:38:44.947835 13357 heartbeater.cc:507] Master 127.0.197.62:35663 requested a full tablet report, sending...
I20260630 12:38:44.949961 12892 ts_manager.cc:194] Registered new tserver with Master: 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4:37685)
I20260630 12:38:44.951530 12892 master_service.cc:502] Signed X509 certificate for tserver {username='slave'} at 127.0.0.1:49030
I20260630 12:38:45.398293 12994 consensus_queue.cc:237] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:45.407449 13069 raft_consensus.cc:1275] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.409469 13143 raft_consensus.cc:1275] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Refusing update from remote peer cd147c5a4e73456ca40834d4a596dc7a: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.409752 13228 consensus_queue.cc:1048] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.411430 13363 consensus_queue.cc:1048] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [LEADER]: Connected to new peer: Peer: permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.418421 13228 raft_consensus.cc:2955] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
W20260630 12:38:45.420995 12959 consensus_peers.cc:597] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a -> Peer 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4:37685): Couldn't send request to peer 848c71c438be4bfbbb37dcd0633ad32a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 2b86f34d680e4106a144827ceca239a9. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.420472 13069 raft_consensus.cc:2955] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.421087 13143 raft_consensus.cc:2955] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.435774 12892 catalog_manager.cc:5697] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a reported cstate change: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "cd147c5a4e73456ca40834d4a596dc7a" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:45.452144 13143 consensus_queue.cc:237] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:45.458851 13069 raft_consensus.cc:1275] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.461159 12994 raft_consensus.cc:1275] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.461617 13197 consensus_queue.cc:1048] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.463186 13262 consensus_queue.cc:1048] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.470134 13262 raft_consensus.cc:2955] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
W20260630 12:38:45.475422 13108 consensus_peers.cc:597] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 -> Peer 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4:37685): Couldn't send request to peer 848c71c438be4bfbbb37dcd0633ad32a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 8606f4fcec074ee8b1892876fd013f35. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.473346 13069 raft_consensus.cc:2955] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.481885 12994 raft_consensus.cc:2955] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.488539 12890 catalog_manager.cc:5697] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 reported cstate change: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } health_report { overall_health: HEALTHY } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } health_report { overall_health: UNKNOWN } } }
I20260630 12:38:45.489274 13143 consensus_queue.cc:237] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
W20260630 12:38:45.496958 13108 consensus_peers.cc:597] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 -> Peer 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4:37685): Couldn't send request to peer 848c71c438be4bfbbb37dcd0633ad32a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: f9a0d6726e434ff79b064c1a4d7fe6d9. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.498127 12994 raft_consensus.cc:1275] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.498127 13069 raft_consensus.cc:1275] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.499850 13262 consensus_queue.cc:1048] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.500881 13374 consensus_queue.cc:1048] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.001s
I20260630 12:38:45.510499 13374 raft_consensus.cc:2955] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.511672 13069 raft_consensus.cc:2955] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.515632 12994 raft_consensus.cc:2955] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.525893 12890 catalog_manager.cc:5697] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b reported cstate change: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.528570 13143 consensus_queue.cc:237] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 9, Committed index: 9, Last appended: 1.9, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:45.537029 13069 raft_consensus.cc:1275] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.538628 13197 consensus_queue.cc:1048] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
W20260630 12:38:45.539564 13108 consensus_peers.cc:597] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 -> Peer 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4:37685): Couldn't send request to peer 848c71c438be4bfbbb37dcd0633ad32a. Error code: TABLET_NOT_FOUND (6). Status: Not found: Tablet not found: 228c84ff0d5344be96dc5113475c5b34. This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:45.539968 12994 raft_consensus.cc:1275] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Refusing update from remote peer 3234abeb5b8e46839a6a4b1405477705: Log matching property violated. Preceding OpId in replica: term: 1 index: 9. Preceding OpId from leader: term: 1 index: 10. (index mismatch)
I20260630 12:38:45.541574 13197 consensus_queue.cc:1048] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [LEADER]: Connected to new peer: Peer: permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 10, Last known committed idx: 9, Time since last communication: 0.000s
I20260630 12:38:45.546720 13374 raft_consensus.cc:2955] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.548521 13069 raft_consensus.cc:2955] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.550947 12994 raft_consensus.cc:2955] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Committing config change with OpId 1.10: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New config: { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.562460 12890 catalog_manager.cc:5697] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a reported cstate change: config changed from index -1 to 10, NON_VOTER 848c71c438be4bfbbb37dcd0633ad32a (127.0.197.4) added. New cstate: current_term: 1 leader_uuid: "3234abeb5b8e46839a6a4b1405477705" committed_config { opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } } }
I20260630 12:38:45.802459 13376 ts_tablet_manager.cc:933] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Initiating tablet copy from peer cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511)
I20260630 12:38:45.804190 13376 tablet_copy_client.cc:323] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.1:43511
I20260630 12:38:45.814352 13006 tablet_copy_service.cc:140] P cd147c5a4e73456ca40834d4a596dc7a: Received BeginTabletCopySession request for tablet 2b86f34d680e4106a144827ceca239a9 from peer 848c71c438be4bfbbb37dcd0633ad32a ({username='slave'} at 127.0.0.1:36938)
I20260630 12:38:45.814874 13006 tablet_copy_service.cc:161] P cd147c5a4e73456ca40834d4a596dc7a: Beginning new tablet copy session on tablet 2b86f34d680e4106a144827ceca239a9 from peer 848c71c438be4bfbbb37dcd0633ad32a at {username='slave'} at 127.0.0.1:36938: session id = 848c71c438be4bfbbb37dcd0633ad32a-2b86f34d680e4106a144827ceca239a9
I20260630 12:38:45.821118 13006 tablet_copy_source_session.cc:215] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:45.824841 13376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 2b86f34d680e4106a144827ceca239a9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:45.836486 13376 tablet_copy_client.cc:806] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:45.837096 13376 tablet_copy_client.cc:670] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:45.840998 13376 tablet_copy_client.cc:538] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:45.850188 13376 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap starting.
I20260630 12:38:45.921939 13376 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=69 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:45.922708 13376 tablet_bootstrap.cc:492] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap complete.
I20260630 12:38:45.923272 13376 ts_tablet_manager.cc:1403] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent bootstrapping tablet: real 0.073s	user 0.052s	sys 0.020s
I20260630 12:38:45.925316 13376 raft_consensus.cc:359] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:45.926048 13376 raft_consensus.cc:740] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 848c71c438be4bfbbb37dcd0633ad32a, State: Initialized, Role: LEARNER
I20260630 12:38:45.926595 13376 consensus_queue.cc:260] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } attrs { replace: true } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:45.930217 13357 heartbeater.cc:499] Master 127.0.197.62:35663 was elected leader, sending a full tablet report...
I20260630 12:38:45.930590 13376 ts_tablet_manager.cc:1434] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent starting tablet: real 0.007s	user 0.004s	sys 0.004s
I20260630 12:38:45.932490 13006 tablet_copy_service.cc:342] P cd147c5a4e73456ca40834d4a596dc7a: Request end of tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-2b86f34d680e4106a144827ceca239a9 received from {username='slave'} at 127.0.0.1:36938
I20260630 12:38:45.932968 13006 tablet_copy_service.cc:434] P cd147c5a4e73456ca40834d4a596dc7a: ending tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-2b86f34d680e4106a144827ceca239a9 on tablet 2b86f34d680e4106a144827ceca239a9 with peer 848c71c438be4bfbbb37dcd0633ad32a
I20260630 12:38:45.960220   788 tablet_server.cc:179] TabletServer@127.0.197.1:0 shutting down...
I20260630 12:38:45.995990   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:45.996855   788 tablet_replica.cc:333] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:45.997761   788 raft_consensus.cc:2243] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:45.998721   788 raft_consensus.cc:2272] T 5f965cddf97745fbad02abec5d5a6725 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.000818   788 tablet_replica.cc:333] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:46.001459   788 raft_consensus.cc:2243] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.002059   788 raft_consensus.cc:2272] T 228c84ff0d5344be96dc5113475c5b34 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.004451   788 tablet_replica.cc:333] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:46.005043   788 raft_consensus.cc:2243] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.006330   788 raft_consensus.cc:2272] T 2b86f34d680e4106a144827ceca239a9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.008438 13376 ts_tablet_manager.cc:933] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Initiating tablet copy from peer 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:46.009523   788 tablet_replica.cc:333] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:46.010093 13376 tablet_copy_client.cc:323] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:40289
I20260630 12:38:46.010505   788 raft_consensus.cc:2243] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.012784   788 raft_consensus.cc:2272] T 24d754e6d70d447f8ce098ccd40a3a19 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.015563   788 tablet_replica.cc:333] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:46.016287   788 raft_consensus.cc:2243] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.017020   788 raft_consensus.cc:2272] T 8606f4fcec074ee8b1892876fd013f35 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.019912   788 tablet_replica.cc:333] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a: stopping tablet replica
I20260630 12:38:46.020728   788 raft_consensus.cc:2243] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.021293   788 raft_consensus.cc:2272] T f9a0d6726e434ff79b064c1a4d7fe6d9 P cd147c5a4e73456ca40834d4a596dc7a [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.022143 13155 tablet_copy_service.cc:140] P 3234abeb5b8e46839a6a4b1405477705: Received BeginTabletCopySession request for tablet f9a0d6726e434ff79b064c1a4d7fe6d9 from peer 848c71c438be4bfbbb37dcd0633ad32a ({username='slave'} at 127.0.0.1:50796)
I20260630 12:38:46.022804 13155 tablet_copy_service.cc:161] P 3234abeb5b8e46839a6a4b1405477705: Beginning new tablet copy session on tablet f9a0d6726e434ff79b064c1a4d7fe6d9 from peer 848c71c438be4bfbbb37dcd0633ad32a at {username='slave'} at 127.0.0.1:50796: session id = 848c71c438be4bfbbb37dcd0633ad32a-f9a0d6726e434ff79b064c1a4d7fe6d9
I20260630 12:38:46.030849 13155 tablet_copy_source_session.cc:215] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:46.034286 13376 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet f9a0d6726e434ff79b064c1a4d7fe6d9. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.042889   788 tablet_server.cc:196] TabletServer@127.0.197.1:0 shutdown complete.
I20260630 12:38:46.053192 13376 tablet_copy_client.cc:806] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:46.053930 13376 tablet_copy_client.cc:670] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 1 WAL segments...
W20260630 12:38:46.057775 13111 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.0.197.1:43511: connect: Connection refused (error 111) [suppressed 1 similar messages]
I20260630 12:38:46.060205 13376 tablet_copy_client.cc:538] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
W20260630 12:38:46.067134 13111 consensus_peers.cc:597] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 -> Peer cd147c5a4e73456ca40834d4a596dc7a (127.0.197.1:43511): Couldn't send request to peer cd147c5a4e73456ca40834d4a596dc7a. Status: Network error: Client connection negotiation failed: client connection to 127.0.197.1:43511: connect: Connection refused (error 111). This is attempt 1: this message will repeat every 5th retry.
I20260630 12:38:46.069000 13376 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap starting.
I20260630 12:38:46.072261   788 tablet_server.cc:179] TabletServer@127.0.197.2:0 shutting down...
I20260630 12:38:46.077584 13385 ts_tablet_manager.cc:933] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Initiating tablet copy from peer 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
W20260630 12:38:46.089486 13109 consensus_peers.cc:597] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 -> Peer 9e2052aa7f6f486e9d9c6b54dc28ff0b (127.0.197.2:33985): Couldn't send request to peer 9e2052aa7f6f486e9d9c6b54dc28ff0b. 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:46.095304 13385 tablet_copy_client.cc:323] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:40289
I20260630 12:38:46.098536 13155 tablet_copy_service.cc:140] P 3234abeb5b8e46839a6a4b1405477705: Received BeginTabletCopySession request for tablet 8606f4fcec074ee8b1892876fd013f35 from peer 848c71c438be4bfbbb37dcd0633ad32a ({username='slave'} at 127.0.0.1:50796)
I20260630 12:38:46.099157 13155 tablet_copy_service.cc:161] P 3234abeb5b8e46839a6a4b1405477705: Beginning new tablet copy session on tablet 8606f4fcec074ee8b1892876fd013f35 from peer 848c71c438be4bfbbb37dcd0633ad32a at {username='slave'} at 127.0.0.1:50796: session id = 848c71c438be4bfbbb37dcd0633ad32a-8606f4fcec074ee8b1892876fd013f35
I20260630 12:38:46.116534 13155 tablet_copy_source_session.cc:215] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:46.121927 13385 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 8606f4fcec074ee8b1892876fd013f35. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.133999   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.136641   788 tablet_replica.cc:333] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.137478   788 raft_consensus.cc:2243] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.138386   788 raft_consensus.cc:2272] T 2b86f34d680e4106a144827ceca239a9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.139498 13388 ts_tablet_manager.cc:933] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Initiating tablet copy from peer 3234abeb5b8e46839a6a4b1405477705 (127.0.197.3:40289)
I20260630 12:38:46.146896   788 tablet_replica.cc:333] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.148150   788 raft_consensus.cc:2243] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.149526   788 raft_consensus.cc:2272] T 24d754e6d70d447f8ce098ccd40a3a19 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.152613   788 tablet_replica.cc:333] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.154035   788 raft_consensus.cc:2243] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.155177 13388 tablet_copy_client.cc:323] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Beginning tablet copy session from remote peer at address 127.0.197.3:40289
I20260630 12:38:46.155426   788 raft_consensus.cc:2272] T 228c84ff0d5344be96dc5113475c5b34 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.157263 13155 tablet_copy_service.cc:140] P 3234abeb5b8e46839a6a4b1405477705: Received BeginTabletCopySession request for tablet 228c84ff0d5344be96dc5113475c5b34 from peer 848c71c438be4bfbbb37dcd0633ad32a ({username='slave'} at 127.0.0.1:50796)
I20260630 12:38:46.157788 13155 tablet_copy_service.cc:161] P 3234abeb5b8e46839a6a4b1405477705: Beginning new tablet copy session on tablet 228c84ff0d5344be96dc5113475c5b34 from peer 848c71c438be4bfbbb37dcd0633ad32a at {username='slave'} at 127.0.0.1:50796: session id = 848c71c438be4bfbbb37dcd0633ad32a-228c84ff0d5344be96dc5113475c5b34
I20260630 12:38:46.159634   788 tablet_replica.cc:333] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.160460   788 raft_consensus.cc:2243] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.161026   788 raft_consensus.cc:2272] T 8606f4fcec074ee8b1892876fd013f35 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.164114 13385 tablet_copy_client.cc:806] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:46.164774 13385 tablet_copy_client.cc:670] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:46.164938   788 tablet_replica.cc:333] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.165679 13155 tablet_copy_source_session.cc:215] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: Tablet Copy: opened 0 blocks and 1 log segments
I20260630 12:38:46.165813   788 raft_consensus.cc:2243] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.166839   788 raft_consensus.cc:2272] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.169281 13388 data_dirs.cc:400] Could only allocate 1 dirs of requested 3 for tablet 228c84ff0d5344be96dc5113475c5b34. 1 dirs total, 0 dirs full, 0 dirs failed
I20260630 12:38:46.170047   788 tablet_replica.cc:333] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b: stopping tablet replica
I20260630 12:38:46.170856   788 raft_consensus.cc:2243] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.171033 13385 tablet_copy_client.cc:538] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:46.171499   788 raft_consensus.cc:2272] T 5f965cddf97745fbad02abec5d5a6725 P 9e2052aa7f6f486e9d9c6b54dc28ff0b [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.180557 13385 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap starting.
I20260630 12:38:46.198402   788 tablet_server.cc:196] TabletServer@127.0.197.2:0 shutdown complete.
I20260630 12:38:46.219962 13388 tablet_copy_client.cc:806] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 0 data blocks...
I20260630 12:38:46.220692 13388 tablet_copy_client.cc:670] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Starting download of 1 WAL segments...
I20260630 12:38:46.225034 13388 tablet_copy_client.cc:538] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Tablet Copy complete. Replacing tablet superblock.
I20260630 12:38:46.237473 13376 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=74 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:46.237938 13388 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap starting.
I20260630 12:38:46.238492 13376 tablet_bootstrap.cc:492] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap complete.
I20260630 12:38:46.239530 13376 ts_tablet_manager.cc:1403] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent bootstrapping tablet: real 0.171s	user 0.079s	sys 0.037s
I20260630 12:38:46.242092 13376 raft_consensus.cc:359] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.249722 13376 raft_consensus.cc:740] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 848c71c438be4bfbbb37dcd0633ad32a, State: Initialized, Role: LEARNER
I20260630 12:38:46.250361 13376 consensus_queue.cc:260] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.252342 13376 ts_tablet_manager.cc:1434] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent starting tablet: real 0.012s	user 0.004s	sys 0.000s
I20260630 12:38:46.249320   788 tablet_server.cc:179] TabletServer@127.0.197.3:0 shutting down...
I20260630 12:38:46.266129 13385 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=64 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:46.268306 13385 tablet_bootstrap.cc:492] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap complete.
I20260630 12:38:46.270205 13385 ts_tablet_manager.cc:1403] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent bootstrapping tablet: real 0.090s	user 0.074s	sys 0.008s
I20260630 12:38:46.273038 13385 raft_consensus.cc:359] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.273969 13385 raft_consensus.cc:740] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 848c71c438be4bfbbb37dcd0633ad32a, State: Initialized, Role: LEARNER
I20260630 12:38:46.274695 13385 consensus_queue.cc:260] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } attrs { replace: true } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.277355 13385 ts_tablet_manager.cc:1434] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent starting tablet: real 0.007s	user 0.005s	sys 0.000s
I20260630 12:38:46.294028   788 tablet_copy_service.cc:362] P 3234abeb5b8e46839a6a4b1405477705: Destroying tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-228c84ff0d5344be96dc5113475c5b34 due to service shutdown
I20260630 12:38:46.294385   788 tablet_copy_service.cc:434] P 3234abeb5b8e46839a6a4b1405477705: ending tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-228c84ff0d5344be96dc5113475c5b34 on tablet 228c84ff0d5344be96dc5113475c5b34 with peer 848c71c438be4bfbbb37dcd0633ad32a
I20260630 12:38:46.294895   788 tablet_copy_service.cc:362] P 3234abeb5b8e46839a6a4b1405477705: Destroying tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-8606f4fcec074ee8b1892876fd013f35 due to service shutdown
I20260630 12:38:46.295136   788 tablet_copy_service.cc:434] P 3234abeb5b8e46839a6a4b1405477705: ending tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-8606f4fcec074ee8b1892876fd013f35 on tablet 8606f4fcec074ee8b1892876fd013f35 with peer 848c71c438be4bfbbb37dcd0633ad32a
I20260630 12:38:46.295591   788 tablet_copy_service.cc:362] P 3234abeb5b8e46839a6a4b1405477705: Destroying tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-f9a0d6726e434ff79b064c1a4d7fe6d9 due to service shutdown
I20260630 12:38:46.295822   788 tablet_copy_service.cc:434] P 3234abeb5b8e46839a6a4b1405477705: ending tablet copy session 848c71c438be4bfbbb37dcd0633ad32a-f9a0d6726e434ff79b064c1a4d7fe6d9 on tablet f9a0d6726e434ff79b064c1a4d7fe6d9 with peer 848c71c438be4bfbbb37dcd0633ad32a
I20260630 12:38:46.324478   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.327018   788 tablet_replica.cc:333] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.327901   788 raft_consensus.cc:2243] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.328580   788 raft_consensus.cc:2272] T 5f965cddf97745fbad02abec5d5a6725 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.331302   788 tablet_replica.cc:333] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.332154   788 raft_consensus.cc:2243] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.333026   788 raft_consensus.cc:2272] T 2b86f34d680e4106a144827ceca239a9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.336745   788 tablet_replica.cc:333] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.337631   788 raft_consensus.cc:2243] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus shutting down.
I20260630 12:38:46.338384   788 raft_consensus.cc:2272] T 24d754e6d70d447f8ce098ccd40a3a19 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.341012   788 tablet_replica.cc:333] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.341809   788 raft_consensus.cc:2243] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.343243   788 raft_consensus.cc:2272] T 228c84ff0d5344be96dc5113475c5b34 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.343813 13388 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap replayed 1/1 log segments. Stats: ops{read=10 overwritten=0 applied=10 ignored=0} inserts{seen=67 ignored=0} mutations{seen=0 ignored=0} orphaned_commits=0. Pending: 0 replicates
I20260630 12:38:46.344707 13388 tablet_bootstrap.cc:492] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Bootstrap complete.
I20260630 12:38:46.345373 13388 ts_tablet_manager.cc:1403] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent bootstrapping tablet: real 0.108s	user 0.057s	sys 0.025s
I20260630 12:38:46.346685   788 tablet_replica.cc:333] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.347520   788 raft_consensus.cc:2243] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.347630 13388 raft_consensus.cc:359] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.348389 13388 raft_consensus.cc:740] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Becoming Follower/Learner. State: Replica: 848c71c438be4bfbbb37dcd0633ad32a, State: Initialized, Role: LEARNER
I20260630 12:38:46.348889   788 raft_consensus.cc:2272] T 8606f4fcec074ee8b1892876fd013f35 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.348922 13388 consensus_queue.cc:260] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 10, Last appended: 1.10, Last appended by leader: 10, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: 10 OBSOLETE_local: false peers { permanent_uuid: "cd147c5a4e73456ca40834d4a596dc7a" member_type: VOTER last_known_addr { host: "127.0.197.1" port: 43511 } attrs { replace: true } } peers { permanent_uuid: "9e2052aa7f6f486e9d9c6b54dc28ff0b" member_type: VOTER last_known_addr { host: "127.0.197.2" port: 33985 } } peers { permanent_uuid: "3234abeb5b8e46839a6a4b1405477705" member_type: VOTER last_known_addr { host: "127.0.197.3" port: 40289 } } peers { permanent_uuid: "848c71c438be4bfbbb37dcd0633ad32a" member_type: NON_VOTER last_known_addr { host: "127.0.197.4" port: 37685 } attrs { promote: true } }
I20260630 12:38:46.351312 13388 ts_tablet_manager.cc:1434] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: Time spent starting tablet: real 0.006s	user 0.004s	sys 0.000s
I20260630 12:38:46.354370   788 tablet_replica.cc:333] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705: stopping tablet replica
I20260630 12:38:46.355155   788 raft_consensus.cc:2243] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.356427   788 raft_consensus.cc:2272] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 3234abeb5b8e46839a6a4b1405477705 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.388226   788 tablet_server.cc:196] TabletServer@127.0.197.3:0 shutdown complete.
W20260630 12:38:46.389287 13388 tablet_copy_client.cc:1131] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.3:40289: connect: Connection refused (error 111)
W20260630 12:38:46.399380 13385 tablet_copy_client.cc:1131] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.3:40289: connect: Connection refused (error 111)
W20260630 12:38:46.399662 13376 tablet_copy_client.cc:1131] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: tablet copy: Unable to close tablet copy session: Network error: failure ending tablet copy session: Client connection negotiation failed: client connection to 127.0.197.3:40289: connect: Connection refused (error 111)
I20260630 12:38:46.408141   788 tablet_server.cc:179] TabletServer@127.0.197.4:0 shutting down...
I20260630 12:38:46.430678   788 ts_tablet_manager.cc:1507] Shutting down tablet manager...
I20260630 12:38:46.432106   788 tablet_replica.cc:333] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a: stopping tablet replica
I20260630 12:38:46.432724   788 raft_consensus.cc:2243] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:46.433156   788 raft_consensus.cc:2272] T 228c84ff0d5344be96dc5113475c5b34 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:46.435652   788 tablet_replica.cc:333] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a: stopping tablet replica
I20260630 12:38:46.436301   788 raft_consensus.cc:2243] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:46.436733   788 raft_consensus.cc:2272] T f9a0d6726e434ff79b064c1a4d7fe6d9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:46.439327   788 tablet_replica.cc:333] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a: stopping tablet replica
I20260630 12:38:46.439929   788 raft_consensus.cc:2243] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:46.440341   788 raft_consensus.cc:2272] T 8606f4fcec074ee8b1892876fd013f35 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:46.442852   788 tablet_replica.cc:333] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a: stopping tablet replica
I20260630 12:38:46.443387   788 raft_consensus.cc:2243] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus shutting down.
I20260630 12:38:46.443786   788 raft_consensus.cc:2272] T 2b86f34d680e4106a144827ceca239a9 P 848c71c438be4bfbbb37dcd0633ad32a [term 1 LEARNER]: Raft consensus is shut down!
I20260630 12:38:46.468798   788 tablet_server.cc:196] TabletServer@127.0.197.4:0 shutdown complete.
I20260630 12:38:46.489365   788 master.cc:562] Master@127.0.197.62:35663 shutting down...
W20260630 12:38:46.518945 12942 auto_rebalancer.cc:340] scheduled replica move failed to complete: Service unavailable: Catalog manager is not initialized. State: Closing
I20260630 12:38:46.520009   788 raft_consensus.cc:2243] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 1 LEADER]: Raft consensus shutting down.
I20260630 12:38:46.520560   788 raft_consensus.cc:2272] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511 [term 1 FOLLOWER]: Raft consensus is shut down!
I20260630 12:38:46.520920   788 tablet_replica.cc:333] T 00000000000000000000000000000000 P 7d7795225d0e408ca41dc8a5d3d27511: stopping tablet replica
I20260630 12:38:46.543076   788 master.cc:584] Master@127.0.197.62:35663 shutdown complete.
[       OK ] PreferFollowerRebalancingTest.SchedulesReplicaMoves/1 (5424 ms)
[----------] 2 tests from PreferFollowerRebalancingTest (10405 ms total)

[----------] Global test environment tear-down
[==========] 26 tests from 2 test suites ran. (265346 ms total)
[  PASSED  ] 26 tests.
I20260630 12:38:46.602320   788 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 ~64 seconds ago
I20260630 12:38:46.602582   788 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 ~64 seconds ago
I20260630 12:38:46.602792   788 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 ~96 seconds ago
I20260630 12:38:46.602996   788 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/master/catalog_manager.cc:4810: suppressed but not reported on 37 messages since previous log ~184 seconds ago
I20260630 12:38:46.603199   788 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tserver/heartbeater.cc:646: suppressed but not reported on 3 messages since previous log ~243 seconds ago
I20260630 12:38:46.603602   788 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/tablet/tablet.cc:2406: suppressed but not reported on 53 messages since previous log ~21 seconds ago
I20260630 12:38:46.603814   788 logging.cc:436] LogThrottler /apache/dev/git/kudu/src/kudu/rpc/proxy.cc:239: suppressed but not reported on 1 messages since previous log ~0 seconds ago
